3.0.3 (2024-11-21)
- async race condition (26389a0)
3.0.2 (2024-11-19)
3.0.1 (2024-11-19)
- migrate meta.id to config.controlId for smaller payloads (47d1bc5)
3.0.0 (2024-11-19)
- adding a new key to formData could potentially break existing software that assumes only the old keys
2.3.1 (2024-11-19)
2.3.0 (2024-11-15)
- option labels not updated when editing in preview (207696e)
- preview control change (e1ee84f)
- row render styles (a212870)
- add tooltip (7f3c0b8)
2.2.2 (2024-11-07)
2.2.1 (2024-11-07)
- js dependency loading without server (8e2c302)
2.2.0 (2024-11-07)
- auto load missing resources (46771a8)
2.1.7 (2024-11-04)
- missing css in demo (447c1dd)
2.1.6 (2024-10-30)
- demo assets (2dd2cb2)
2.1.5 (2024-10-30)
2.1.4 (2024-10-28)
- control cloning (b7f90b5)
2.1.3 (2024-10-28)
- font-family not inherited (191bb3e)
2.1.2 (2024-10-28)
- vite config base option (090339b)
2.1.1 (2024-10-27)
- ghost styles while dragging (90e29af)
2.1.0 (2024-10-27)
- update component styles (598164c)
2.0.1 (2024-10-21)
- bug with edit panel not showing (a226bfa)
2.0.0 (2024-10-20)
- update build (d4d6b1d)
- updates the build type
1.7.1 (2024-10-20)
- sortablejs upgrade (b1778fd)
1.7.0 (2024-10-18)
1.6.3 (2024-10-18)
- chore: fixed rendering multiple selected options (177b6fe)
1.6.2 (2020-12-30)
- option re-render onInput (4f2bd20)
1.6.1 (2020-10-20)
- formData default arg (596a639)
1.6.0 (2020-08-30)
1.5.0 (2020-08-30)
- allow "checked" condition to be set (1df926f)
- evaluate conditions on init (bb5a08f)
- remove required attribute from fields if hidden due to condition (dfb6e62)
1.4.0 (2020-03-30)
- events: component level updates (503bd66)
- configurable panel displayType option with auto fallback (be66bc9)
- response panel ui (433eee9)
1.3.0 (2020-03-08)
- column resizing (9c8a800)
- add disable form actions option (df59eae)
1.2.3 (2020-03-02)
- column drop position (9c2d83d)
1.2.2 (2020-03-01)
- control container option (a366616)
1.2.1 (2020-02-24)
1.2.0 (2020-02-23)
- Fixed conditional logic for CHECKBOX (a521730)
- Fixed conditional logic for SELECT and RADIO (45f2440)
- Added ability to mark control as hidden (106b4e8)
1.1.3 (2020-02-23)
- npm: remove npm-prepare script (65fc364)
1.1.2 (2019-06-19)
- container selectors not used (73abb52)
1.1.1 (2019-06-01)
- cloned rows should have unique ID (2e664c9)
- field ids for input groups (fd27c65)
- label for attribute for cloned checkboxes (1dacddc)
1.1.0 (2019-05-29)
- added sticky function to controls container (b8ddfd3)
1.0.13 (2019-05-27)
1.0.12 (2019-05-27)
1.0.11 (2019-05-15)
- filename.replace error and update mini-css-extract-plugin (1165ee8)
1.0.10 (2019-04-13)
1.0.9 (2019-04-13)
1.0.8 (2019-04-11)
- remove unnecessary sleep and pull (aa3deeb)
1.0.7 (2019-04-11)
- demo not deploying latest version (dbf9e79)
1.0.6 (2019-04-11)
1.0.5 (2019-04-11)
1.0.4 (2019-04-11)
1.0.3 (2019-03-22)
1.0.2 (2019-03-22)
1.0.1 (2019-03-22)
- ci: build before deploy (#179) (befa0b2)
- ci: remove deploy-demo stage (1d7e273)
- ci: run release stage last (#180) (fcdf133)
1.0.0 (2019-03-22)
- window.Formeo is now window.FormeoEditor
0.7.18 (2019-03-19)
- ci: remove deploy tokens (4573d76)
- ci: remove now deploy (0d71061)
- ci: Update tokens (e9a5458)
- domMethod: removeEmpty (0d404bc)
- i18n: embed english in editor config (#158) (ba5bd1e)
- travis: config needs to run on pro because its not a personal repo- this should really be documented somewhere (85b1260)
- v0.7.17 - Update Tag script #83
-
Update tag script
-
Improve semver regex, Add full PR gitlog to release description and changelog
- v0.7.16 - Add release script shortcuts
- v0.7.15 - Reduce bundle #80
- v0.7.14 - Remove css, Add rtl support, style updates for demo, enable clone #79
- v0.7.13 - UI Bugs #78
- v0.7.12 - Fix column preset, resolves #76 #77
- v0.7.11 - Fix checkbox and radio display bug, resolves #74 #75
- v0.7.10 - Add dynamic css for action buttons #73
- v0.7.9 - Style fixes #71
- v0.7.8 - replace existing formeo-sprite, control nav button style fix #70
- v0.7.7 - Fix bug where could not set custom ID to field, make sortables toggleable, handy for editing labels #69
- v0.7.6 - Feature/no bs #68
- v0.7.5 - Hotfix/required #67
- v0.7.4 - Fix control filter #65
- v0.7.3 - v0.7.2
- v0.7.2 - setConfig causes icons to be missing from stage #64
- v0.7.1 - Feature/keyboard nav #63
- v0.7.0 - Configurable action buttons for rows, columns and fields #62
- v0.6.1 - Tabbed edit panel, style updates, bugfixes #60
- v0.6.0 - Add buttons, column style update #59
- v0.5.1 - Remove console
- v0.5.0 - Numerous visual and functional fixes. #57
- v0.4.4 - bug where element is removed from row onAdd #55
- v0.4.3 - Add column class on render fix bug where cannot drag column to Row #54
- v0.4.2 - Bugfixes #53
- v0.4.1 - Update icons #52
- v0.4.0 - Render and repeatable groups #51
- v0.3.20 - Linter and codeclimate improvments, syntax updates #45
- v0.3.19 - Bugfix: icons are missing from dist #44
- v0.3.18 - Bugfix: Edit panel buttons missing type attribute #43
- v0.3.17 - Bugfix: move formeoUpdate event, update disabled fields filter #41
- v0.3.16 - Bugfix: add regex disable to control groups #39
- v0.3.15 - Bugfix: No visible controls without disable setting #37
- v0.3.14 - Chore/Bugfix: Improve control disabling #36
- v0.3.13 - Bugfix: all buttons need type attribute #33
- v0.3.12 - Bugfix: race condition with remote assets #31
- v0.3.11 - Bugfix: control groups not disable with option #30
- v0.3.10 - Bugfixes and Features: sessionStorage option, disable groups and elements, fixed option merge bug, fixed Event undefined bug #29
- v0.3.7 - Bugfix: Demo update, init bug #28
- v0.3.6 - Feature/Bugfix: I18N updates and various bugfixes #27
- v0.3.1 - Bugfix: toggleElementsByStr not toggling correctly #26
- v0.3.0 - Features/Bugfixes: #25
- v0.2.7 - Bugfix: events are undefined #19
- v0.2.6 - Bugfix: formData events and options #17
- v0.2.5 - Feature/Bugfix: CSS Updates and editWindow fix #16
- v0.2.3 - Bugfix: scope style, enable xhr style loading #8
- v0.2.2 - Change packaging
- v0.2.0 - Add i18N
- v0.1.0 - Initial release: Formeo MVP