Sha256: d760d5e8a86f9afc595a61bced51191601b81e79f4d73465d8a0e9dd673aad2b
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
# Change Log All notable changes to this project will be documented in this file starting with v0.8.6. This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0. Changes are grouped as follows: - **Added** for new features. - **Changed** for changes in existing functionality. - **Deprecated** for once-stable features to be removed in upcoming releases. - **Removed** for deprecated features removed in this release. - **Fixed** for any bug fixes. - **Security** to invite users to upgrade in case of vulnerabilities. <!-- Whitespace conventions: - 4 spaces before ## titles - 2 spaces before ### titles - 1 spaces before normal text --> ## [0.8.8] - 2016-07-13 ### Added - More helpful error messages on render failures (#152) - `Element#on('<my_event_name>')` subscribes `my_event_name` (#153) ### Changed - `Element#on(:event)` subscribes to `on_event` for reactrb components and `onEvent` for native components. (#153) ### Deprecated - `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) ### Fixed - when using the Element['#container'].render... method generates spurious react error (#154) ## [0.8.7] - 2016-07-08 ### Fixed - Opal 0.10.x compatibility ## [0.8.6] - 2016-06-30 ### Fixed - Method missing within a component was being reported as `incorrect const name` (#151)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reactrb-0.8.8 | CHANGELOG.md |