Skip to content

Latest commit

 

History

History
241 lines (156 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

241 lines (156 loc) · 10.8 KB

Changelog

All notable changes to @camunda/form-playground are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

0.19.2

0.19.1

0.19.0

0.18.0

  • DEPS: update to @bpmn-io/[email protected]
  • DEPS: bump to diagram-js@15
  • DEPS: bump eslint deps
  • DEPS: bump util deps

0.17.4

0.17.3

  • CHORE: remove engines to mute unnecessary Node version validation on install

0.17.2

0.17.1

0.17.0

0.16.1

  • DEPS: fix @bpmn-io/form-js peer dependency version

0.16.0

0.15.0

0.14.0

0.13.0

0.13.0-alpha.1

0.13.0-alpha.0

  • FEAT: implement HTML component and cleanup Text component (#999)
  • FIX: repeatable entry parameters now validate with errors (#1000)
  • FIX: show iframe title in editor (#991)
  • FIX: prevent demo data from being created on edited tables (#1005)
  • DEPS: update diagram-js and min-dash (1660113)

0.12.0

  • FEAT: add dynamic list component (#796)
  • FEAT: add table component (#888)
  • DEPS: update to feelin@3 (0fdf5e19)

0.11.0

0.10.1

  • FIX: clean up default value on options source change (#859)
  • FIX: improve color contrast in input data placeholder (#876)
  • FIX: add title to remove action (#877)
  • DEPS: update form-js to 1.4.1

0.10.0

  • DEPS: update form-js to 1.4.0
  • FEAT: make it easier to navigate over tags in taglist component(#435)
  • FEAT: add focus and blur events (#841)
  • FEAT: better keyboard support for pallette entries (#536)
  • FIX: improve pallette visuals (#539) (#848)
  • FEAT: implement separator form field (#480)
  • FEAT: implement <formField.search> events (#785)
  • FEAT: add focus and blur events (#841)

0.9.2

Republish of 0.9.1.

0.9.1

  • FIX: cleanup FEEL popup editor lifecycle events
  • DEPS: update properties-panel to v3.8.0
  • DEPS: update form-js to 1.3.1

0.9.0

  • FEAT: set feel popup container (11ae37b6)
  • FEAT: use drag.* events to set drop target styles (#53)
  • FEAT: localized date picker based on browser language (#733)
  • FEAT: added placeholder to playground input panel (0f696119)
  • FEAT: implemented Group component with multiple updates (#768)
  • FEAT: added support for nested component keys (#464)
  • FIX: dropdown options no longer reset when form reopens (#764)
  • FIX: removed keying from buttons (#778)
  • FIX: update options when expression evaluation changed (#809)
  • CHORE: update schemaVersion to 11
  • DEPS: update properties-panel to v3.7.0
  • DEPS: update form-js to 1.3.0

0.8.0

  • FEAT: add spacer component (#731)
  • FEAT: eagerly validate form preview on blur and input (#610)
  • FEAT: update empty state for form editor (#336)
  • DEPS: update form-js to 1.1.0

0.7.0

  • FEAT: support FEEL and templates for prefixAdorner and suffixAdorner (#663)
  • FEAT: support templates for alt and source properties (#663)
  • FEAT: support FEEL to populate multiselect values via valuesExpression (#673)
  • FEAT: support FEEL for min, max, minLength and maxLength (#668)
  • FEAT: support FEEL for label and description (#658)
  • FEAT: support readonly form field property (#636)
  • FEAT: make editor form fields accessible via keyboard (#173)
  • FEAT: display editor form fields as readonly (#636)
  • FEAT: allow uneven columns (#605)
  • FEAT: resize form fields (#566)
  • FEAT: re-export external library styles separately (#677)
  • FEAT: add fjs-no-theme selector to disable themable styles (#680)
  • FIX: support markdown tables in text components (#205)
  • DEPS: update form-js to 1.0.0

0.6.0

  • FEAT: implemented required parameter for checkboxes, checklists and taglists (#594)
  • DEPS: update to form-js to 0.14.1

0.5.2

  • DEPS: update to form-js to 0.13.1

0.5.1

  • FIX: override selection color for template editor

0.5.0

  • FEAT: allow primitives for multi select values (#542)
  • FEAT: support more flexible rows layout with columns (#560)
  • FEAT: support FEEL templating in text components (#567)
  • DEPS: update to form-js to 0.13.0

Breaking Changes

  • @camunda/form-playground/dist/assets/dragula.css got removed
  • @camunda/form-playground/assets/flatpickr/light.css got removed
  • @camunda/form-playground/assets/properties-panel.css got removed

The missing styles are included in the general style exports (form-js.css, form-js-editor.css, form-js-playground.css). If you need the base styles on their own, please find them in the additional *-base.css exports in the dist/assets directory.

0.4.1

  • DEPS: update to form-js to 0.12.1

0.4.0

  • FEAT: add scalable component library (#49)
  • FEAT: support searchable select component
  • FEAT: add auto complete for variable names in JSON editor (#295)
  • FEAT: emit drag.* events (#462)
  • FEAT: disable text links in editor (#439)
  • DEPS: update form-js to 0.12.0 (4d6a8733)

0.3.2

  • DEPS: update diagram-js to 11.14.4 (#47)

0.3.1

  • FIX: update form-js dependencies to 0.10.1 (441305e3)

0.3.0

  • FEAT: expose once event handler (9433e9ac)
  • FEAT: integrate diagram-js/ui/lib (#28)
  • FIX: correctly apply fonts (83a3a4fe)
  • FIX: style drag container (#41)

0.2.1

  • FIX: fixed horizontal code editor scrolling (a5f661c9)
  • FIX: fixed editor drop area size (0a0aad85)
  • FIX: limit editor changes to panels (0efa0edc)

0.2.0

  • FEAT: add #getDataEditor, #getForm, and #getResultView (#19)

0.1.2

  • FIX: set display: none for output and preview in design mode (#17)

0.1.1

  • FIX: correct palette scrolling (c85d9abb)
  • FIX: correct editor scrolling (#11)
  • FIX: correct code editor scrolling (5a24398a)

0.1.0

  • FEAT: initial release 🎉