All notable changes to @camunda/form-playground are documented here. We use semantic versioning for releases.
Note: Yet to be released changes appear here.
DEPS
: update to @bpmn-io/[email protected]
DEPS
: update to @bpmn-io/[email protected]
DEPS
: update to @bpmn-io/[email protected]
DEPS
: update to @bpmn-io/[email protected]DEPS
: bump to diagram-js@15DEPS
: bump eslint depsDEPS
: bump util deps
DEPS
: update to @bpmn-io/[email protected]
CHORE
: removeengines
to mute unnecessary Node version validation on install
DEPS
: update to @bpmn-io/[email protected]
DEPS
: update to @bpmn-io/[email protected]
DEPS
: update to @bpmn-io/[email protected]DEPS
: migrate to eslint v9
DEPS
: fix @bpmn-io/form-js peer dependency version
FIX
: update to @bpmn-io/[email protected]
FIX
: update to @bpmn-io/[email protected]FIX
: fix: ensure rootRef.current isn't null 37a4a30
FIX
: update to @bpmn-io/[email protected]
FIX
: update to @bpmn-io/[email protected]
FIX
: update to @bpmn-io/[email protected]
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)
FEAT
: add dynamic list component (#796)FEAT
: add table component (#888)DEPS
: update to feelin@3 (0fdf5e19)
FEAT
: added a newform-json-schema
package (6690d2e2)FEAT
: introduced new SASS stylesheets to move away from styled-components (633)FEAT
: support iFrame component (#887)DEPS
: update to [email protected] & [email protected], bringing in new FEEL functionality (4765bb24)
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
: updateform-js
to 1.4.1
DEPS
: updateform-js
to 1.4.0FEAT
: make it easier to navigate over tags intaglist
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)
Republish of 0.9.1.
FIX
: cleanup FEEL popup editor lifecycle eventsDEPS
: updateproperties-panel
to v3.8.0DEPS
: updateform-js
to 1.3.1
FEAT
: set feel popup container (11ae37b6)FEAT
: usedrag.*
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 11DEPS
: updateproperties-panel
to v3.7.0DEPS
: updateform-js
to 1.3.0
FEAT
: addspacer
component (#731)FEAT
: eagerly validate form preview on blur and input (#610)FEAT
: update empty state for form editor (#336)DEPS
: updateform-js
to 1.1.0
FEAT
: support FEEL and templates forprefixAdorner
andsuffixAdorner
(#663)FEAT
: support templates foralt
andsource
properties (#663)FEAT
: support FEEL to populate multiselect values viavaluesExpression
(#673)FEAT
: support FEEL formin
,max
,minLength
andmaxLength
(#668)FEAT
: support FEEL forlabel
anddescription
(#658)FEAT
: supportreadonly
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
: addfjs-no-theme
selector to disable themable styles (#680)FIX
: support markdown tables intext
components (#205)DEPS
: updateform-js
to 1.0.0
FEAT
: implemented required parameter for checkboxes, checklists and taglists (#594)DEPS
: update toform-js
to 0.14.1
DEPS
: update toform-js
to 0.13.1
FIX
: override selection color for template editor
FEAT
: allow primitives for multi select values (#542)FEAT
: support more flexible rows layout with columns (#560)FEAT
: support FEEL templating intext
components (#567)DEPS
: update toform-js
to 0.13.0
@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.
DEPS
: update toform-js
to 0.12.1
FEAT
: add scalable component library (#49)FEAT
: support searchableselect
componentFEAT
: add auto complete for variable names in JSON editor (#295)FEAT
: emitdrag.*
events (#462)FEAT
: disabletext
links in editor (#439)DEPS
: updateform-js
to 0.12.0 (4d6a8733
)
DEPS
: updatediagram-js
to 11.14.4 (#47)
FIX
: updateform-js
dependencies to 0.10.1 (441305e3
)
FEAT
: exposeonce
event handler (9433e9ac
)FEAT
: integratediagram-js/ui/lib
(#28)FIX
: correctly apply fonts (83a3a4fe
)FIX
: style drag container (#41)
FIX
: fixed horizontal code editor scrolling (a5f661c9
)FIX
: fixed editor drop area size (0a0aad85
)FIX
: limit editor changes to panels (0efa0edc
)
FEAT
: add#getDataEditor
,#getForm
, and#getResultView
(#19)
FIX
: setdisplay: none
for output and preview in design mode (#17)
FIX
: correct palette scrolling (c85d9abb
)FIX
: correct editor scrolling (#11)FIX
: correct code editor scrolling (5a24398a
)
FEAT
: initial release 🎉