Skip to content

Commit 22ed800

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.0...v1.5.0) (2020-08-30) ### Features * allow "checked" condition to be set ([1df926f](1df926f)) * evaluate conditions on init ([bb5a08f](bb5a08f)) * remove required attribute from fields if hidden due to condition ([dfb6e62](dfb6e62))
1 parent bb5a08f commit 22ed800

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.5.0](https://github.com/Draggable/formeo/compare/v1.4.0...v1.5.0) (2020-08-30)
2+
3+
4+
### Features
5+
6+
* allow "checked" condition to be set ([1df926f](https://github.com/Draggable/formeo/commit/1df926f5c62af196ce6c92ff5f574223d6f8e9c0))
7+
* evaluate conditions on init ([bb5a08f](https://github.com/Draggable/formeo/commit/bb5a08f7554ac7b97c2c746f2fdbeca3caf90628))
8+
* remove required attribute from fields if hidden due to condition ([dfb6e62](https://github.com/Draggable/formeo/commit/dfb6e622b04cf17cb77dc0e51f0feb9ac1cd0499))
9+
110
# [1.4.0](https://github.com/Draggable/formeo/compare/v1.3.0...v1.4.0) (2020-03-30)
211

312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formeo",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"main": "dist/formeo.min.js",
55
"files": [
66
"dist/*",

0 commit comments

Comments
 (0)