Skip to content

Commit a4d2119

Browse files
committed
added v1.3.0 to CHANGELOG
1 parent fb53345 commit a4d2119

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

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
18+
19+
320
## v1.2.0 Release
421

522
### Improvements

0 commit comments

Comments
 (0)