File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
### Bugfixes
14
14
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
17
31
18
32
## v0.7.5
19
33
You can’t perform that action at this time.
0 commit comments