Skip to content

Commit bd1e24f

Browse files
committed
Improved Changelog
1 parent 37d811b commit bd1e24f

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

.idea/workspace.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,31 @@
11
## [0.0.1] - 1-Nov-2018.
22

33
* Initial Release
4-
* Input Types: Text, Number, Email, MultilineText, Password, Radio, CheckboxList, Checkbox, Switch, Slider, Dropdown, DatePicker, TimePicker, Url, TypeAhead
4+
* Input Types:
5+
* Text
6+
* Number
7+
* Email
8+
* MultilineText
9+
* Password
10+
* Radio
11+
* CheckboxList
12+
* Checkbox
13+
* Switch
14+
* Slider
15+
* Dropdown
16+
* DatePicker
17+
* TimePicker
18+
* Url
19+
* TypeAhead
520

621

7-
## [1.0.0] -
22+
## [1.0.0] - 3-Nov-2018
823
### Features
9-
* New `FormBuilderInput` types: Phone, Stepper, Rate, SegmentedControl
24+
* New `FormBuilderInput` types:
25+
* Phone
26+
* Stepper
27+
* Rate
28+
* SegmentedControl
1029
* `min` and `max` validation added to number field and textField
1130
* More specialized keyboard types for TextField control types (text, number, url, email, multiline, phone etc)
1231
* Tapping on Label for radio/checkbox changes the control value

0 commit comments

Comments
 (0)