Skip to content

Commit 4dffbf9

Browse files
committed
chore(version) call it 1.1.0
1 parent ac14779 commit 4dffbf9

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react-rails
22

3+
## 1.1.0 (July 9, 2015)
4+
35
#### Breaking Changes
46

57
- Changed server rendering configuration names #253
@@ -13,20 +15,20 @@
1315
| `config.react.replay_console` | `config.react.server_renderer_options[:replay_console]` |
1416
| (none) | `config.react.server_renderer` |
1517

16-
- JSX is transformed by Babel, not JSTransform #295
18+
- JSX is transformed by Babel, not JSTransform #295
1719

1820
#### New Features
1921

2022
- Allow custom renderers for server rendering #253
2123
- Server render with `renderToStaticMarkup` via `prerender: :static` #253
2224
- Accept `config.react.jsx_transform_options = {asset_path: "path/to/JSXTransformer.js"}` #273
23-
- Added `BabelTransformer` for transforming JSX #295
25+
- Added `BabelTransformer` for transforming JSX #295
2426
- Added `ExecJSRenderer` to server rendering tools
2527
- Accept `config.react.jsx_transformer_class` #302
2628

2729
#### Deprecations
2830

29-
- `JSXTransformer` won't be updated
31+
- `JSXTransformer` won't be updated
3032

3133
#### Bug Fixes
3234

Diff for: VERSIONS.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
1010
| Gem | React.js |
1111
|----------|----------|
1212
| master | 0.13.3 |
13+
| 1.1.0 | 0.13.3 |
1314
| 1.0.0 | ~> 0.13 |
1415
| 0.13.0.0 | 0.13.0 |
1516
| 0.12.2.0 | 0.12.2 |

Diff for: lib/react/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module React
22
module Rails
33
# If you change this, make sure to update VERSIONS.md
4-
VERSION = '1.0.0'
4+
VERSION = '1.1.0'
55
end
66
end

0 commit comments

Comments
 (0)