Skip to content

Commit e9973a9

Browse files
committed
Merge pull request #204 from optimizely/jordan/release-1.3.0
[release] 1.3.0
2 parents cf35375 + 831ce26 commit e9973a9

File tree

7 files changed

+222
-98
lines changed

7 files changed

+222
-98
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.3.0 (December 31, 2015)
2+
3+
- **[NEW]** Store hot-reloading via `reactor.replaceStores(stores)` which replaces the implementation of a store without resetting its underlying state value. See [hot reloading example](https://github.com/optimizely/nuclear-js/tree/master/examples/hot-reloading).
4+
- **[NEW]** Support for more granular options for logging and triggering invariants in the NuclearJS runtime. See [API Docs](https://github.com/optimizely/nuclear-js/blob/master/docs/src/docs/07-api.md) for details.
5+
16
## 1.2.1 (November 5, 2015)
27

38
- **[FIXED]** Observers of the entire app state not triggering on actions from a late registered store

TODO.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TODO for `1.3.0`
33

44
- [x] add documentation for all new reactor options
55
- [x] add tests for all new reactor options
6-
- [ ] link the nuclear-js package from the hot reloadable example
6+
- [x] link the nuclear-js package from the hot reloadable example
77
- [ ] link `0.3.0` of `nuclear-js-react-addons` in hot reloadable example
88
- [ ] add `nuclear-js-react-addons` link in example and documentation
99
- [ ] publish doc site

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuclear-js",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"homepage": "https://github.com/optimizely/nuclear-js",
55
"authors": [
66
"Jordan Garcia"

0 commit comments

Comments
 (0)