Skip to content

Latest commit

 

History

History
296 lines (166 loc) · 14 KB

CHANGELOG.md

File metadata and controls

296 lines (166 loc) · 14 KB

1.6.2 (2020-12-30)

Bug Fixes

  • option re-render onInput (4f2bd20)

1.6.1 (2020-10-20)

Bug Fixes

1.6.0 (2020-08-30)

Bug Fixes

  • formData loading (86bfa3e)
  • radio selected preview and unique id warning (6a43466)

Features

1.5.0 (2020-08-30)

Features

  • 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)

Features

  • events: component level updates (503bd66)
  • configurable panel displayType option with auto fallback (be66bc9)
  • response panel ui (433eee9)

1.3.0 (2020-03-08)

Bug Fixes

Features

  • add disable form actions option (df59eae)

1.2.3 (2020-03-02)

Bug Fixes

1.2.2 (2020-03-01)

Bug Fixes

  • control container option (a366616)

1.2.1 (2020-02-24)

Bug Fixes

  • nested styles prevent external controls (611cfa3)
  • panel css transition (2a8fa8d)

1.2.0 (2020-02-23)

Bug Fixes

  • Fixed conditional logic for CHECKBOX (a521730)
  • Fixed conditional logic for SELECT and RADIO (45f2440)

Features

  • Added ability to mark control as hidden (106b4e8)

1.1.3 (2020-02-23)

Bug Fixes

  • npm: remove npm-prepare script (65fc364)

1.1.2 (2019-06-19)

Bug Fixes

  • container selectors not used (73abb52)

1.1.1 (2019-06-01)

Bug Fixes

  • 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)

Features

  • added sticky function to controls container (b8ddfd3)

1.0.13 (2019-05-27)

Bug Fixes

1.0.12 (2019-05-27)

Bug Fixes

  • mini-css-extract-plugin (9b65cde)
  • update dependencies to address vulnerability (7d6ed68)

1.0.11 (2019-05-15)

Bug Fixes

  • filename.replace error and update mini-css-extract-plugin (1165ee8)

1.0.10 (2019-04-13)

Bug Fixes

  • rendered field spacing in columns (734a84a), closes #132

1.0.9 (2019-04-13)

Bug Fixes

  • controls: block elements are not editable in the editor (d099763), closes #161

1.0.8 (2019-04-11)

Bug Fixes

  • remove unnecessary sleep and pull (aa3deeb)

1.0.7 (2019-04-11)

Bug Fixes

  • demo not deploying latest version (dbf9e79)

1.0.6 (2019-04-11)

Bug Fixes

  • minor format (b72a523)
  • update readme and trigger a release (1dcb5dd)

1.0.5 (2019-04-11)

Bug Fixes

1.0.4 (2019-04-11)

Bug Fixes

1.0.3 (2019-03-22)

Bug Fixes

1.0.2 (2019-03-22)

Bug Fixes

  • module: bundle as UMD to work in browser and import (#181) (b8da2a8)

1.0.1 (2019-03-22)

Bug Fixes

1.0.0 (2019-03-22)

Bug Fixes

  • make editorContainer optional, fix imports (#176) (0b954cb)

BREAKING CHANGES

  • window.Formeo is now window.FormeoEditor

0.7.18 (2019-03-19)

Bug Fixes

  • 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)

Old changelog

  • 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