Skip to content

Commit e025473

Browse files
committed
added changelog for 0.7.6 release
1 parent e67aeb5 commit e025473

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,22 @@
1212

1313
### Bugfixes
1414

15-
* Added missing minified production assets (from 0.7.5)
16-
* Radio Button Groups with same values on single page #399
15+
* Radio button groups with same values on single page #399
16+
* Async rerendered components have access to ActionView context #405
17+
* Transition component `active` class fixed #408 #410
18+
* Query params were missing in async page load request when using browser history navigation #409
19+
20+
### Improvements
21+
22+
* Apps now have access to ActionView context #405
23+
* Transition component `active-child` class added #410
24+
* Added specs for ActionView context access #411
25+
* Added file upload feature to form (single and multiple) #413
26+
* Added form, transition, action `delay` option #412
27+
* Added form, action `emit` option #412
28+
* Added multi event listening to `async` component option #412 #147
29+
* Added Rails 6 support
30+
* Updated core dev and test environment to Rails 6
1731

1832
## v0.7.5
1933

0 commit comments

Comments
 (0)