You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## v1.3.0 Release
4
+
5
+
### Improvements
6
+
7
+
- Splitted form API docs into multiple files
8
+
- Implements #474 Add HTML <select> tag to core components
9
+
- Implements #492 Enable extendability of form_* components
10
+
- Reworked form_* components in order to provide a better API for custom form components
11
+
- form_* components are separate Vue.js components now
12
+
- Each form_* uses a Vue.js mixin and a Ruby base class. This mixin and base class can be used in custom components in order to easy create own form components
13
+
14
+
## Bugfixes
15
+
16
+
- Fixes #490 Custom classes for checkboxes
17
+
- Fixes #494 true/false checkboxes are initialized incorrectly
0 commit comments