Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 4ecc01f

Browse files
committed
updated changelog
1 parent b094f19 commit 4ecc01f

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project *tries* to adhere to [Semantic Versioning](http://semver.org/), eve
66
Changes are grouped as follows:
77
- **Added** for new features.
88
- **Changed** for changes in existing functionality.
9-
- **Deprecated** for once-stable features removed in upcoming releases.
9+
- **Deprecated** for once-stable features to be removed in upcoming releases.
1010
- **Removed** for deprecated features removed in this release.
1111
- **Fixed** for any bug fixes.
1212
- **Security** to invite users to upgrade in case of vulnerabilities.
@@ -18,7 +18,35 @@ Whitespace conventions:
1818
- 1 spaces before normal text
1919
-->
2020

21+
## [0.8.8] - 2016-07-13
2122

23+
### Added
24+
25+
- More helpful error messages on render failures (#152)
26+
- `Element#on('<my_event_name>')` subscribes `my_event_name` (#153)
27+
28+
### Changed
29+
30+
- `Element#on(:event)` subscribes to `on_event` for reactrb components and `onEvent` for native components. (#153)
31+
32+
### Deprecated
33+
34+
- `Element#(:event)` subscription to `_onEvent` is deprecated. Once you have changed params named `_on...` to `on_...` you can `require 'reactrb/new-event-name-convention.rb'` to avoid spurious react warning messages. (#153)
35+
36+
37+
### Fixed
38+
39+
- when using the Element['#container'].render... method generates spurious react error (#154)
40+
41+
42+
43+
44+
## [0.8.7] - 2016-07-08
45+
46+
47+
### Fixed
48+
49+
- Opal 0.10.x compatibility
2250

2351

2452
## [0.8.6] - 2016-06-30

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Install the gem, or load the js library
2121

2222
+ add `gem 'reactrb'` to your gem file or
2323
+ `gem install reactrb` or
24-
+ install (or load via cdn) [inline-reactrb.js](http://github.com/reactrb/inline-reactrb)
24+
+ install (or load via cdn) [reactrb-express.js](http://github.com/reactrb/reactrb-express)
2525

2626
For gem installation it is highly recommended to read [the getting started section at reactrb.org](http://reactrb.org/docs/getting-started.html)
2727

0 commit comments

Comments
 (0)