All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.7.5 (2021-11-11)
- enum: custom enum labels (f18ef73)
0.7.4 (2021-11-11)
- array: add string array view (1a7cfd8)
0.7.3 (2021-08-12)
- contexts: inject additional context (5e48014)
0.7.2 (2021-07-13)
- conditional vanish when swapped with else (051cce6)
0.7.1 (2021-05-18)
- slots reset view when schema changes (1215a0e)
0.7.0 (2021-05-17)
- checkboxes should be disabled when readonly (53c13b1)
- number range only when range less than 100 (6381a8a)
- reset uiSchema context on schema change (3d7cd68)
- add playground (05f5368)
- add select & radio boolean views (13dc080)
- add UISchemaFor (9f048a4)
- react to uiSchema changes (7d4f471)
0.6.4 (2021-03-24)
- null reflect as object in js (b9c22bc)
0.6.3 (2021-03-23)
- merge defaults overriding value (063d716)
0.6.2 (2021-03-16)
- error-schema: is never null/undefined (c8b816d)
0.6.1 (2021-03-05)
- defaults: booleans are overridden to false (4c73765)
0.6.0 (2021-03-01)
- defaults: reassign value on merge defaults (e6ebb61)
- error-schema: prevent name conflicts with es: prefix (2afb31a)
- example: one-of should use patternProperties (528a608)
- one-of: correctly resolve current option (5087996)
- submit: unwrap results in TypeError (3367c1c)
- error-message: global custom error messages (dd7cea3)
- errors: support overriding error message (e5d14a5)
- schema-form-events: emit event on value change (f6e0cf5)
0.5.0 (2021-02-26)
- tabs: init selectedTab (b5aca9c)
0.4.2 (2021-02-25)
- schema-defaults: better defaults handling (110d76b)
0.4.1 (2021-02-10)
- fill-defaults: fix integer default not set (9cd3864)
0.4.0 (2021-01-31)
- add slot for submit (8f5d3da)
- readonly: toggle whole form to be readonly (567aa55)
- add support for ajv customization (3509cc9)
- export bootstrap-json-schema-form-base (ada9cdf)
- themable form (5d2e362)
0.3.2 (2020-11-03)
- conditional should debounce if validation (ece9727)
- only get value keys if schema supports it (20ae2cf)
0.3.1 (2020-11-02)
- plugin option should be public (56fbe99)
0.2.5 (2020-09-25)
- placeholder showing undefined (a6025f1)
- view-class: add custom css class to view (d0a2c3a)
0.2.4 (2020-09-23)
- remove conditional refocus behavior (7f202e3)
0.2.3 (2020-09-23)
- cloning a null value should check if null (7f78dab)
- integer schema type is number slot type (13e202f)
0.2.2 (2020-09-15)
- show aujsf-slot error message (2973962)
0.2.1 (2020-09-13)
- handle root x-ui-schema (7656ab1)
- keyCode is deprecated (0824d05)
- metadata: add missing customElement decos (88f92e8)
- additional properties use placeholder (25cea2d)
0.2.0 (2020-09-12)
- enhance: cleanup enhanced view (d44e782)
- placeholder: placeholder shows undefined (7f585b2)
- validator: duplicate error message added (f8ddf71)
- conditional: add if/then/else conditionals (08e3b9b)
- placeholder: add support for placeholders (72b40d0)
- ui-schema: inline ui schema in json schemaadd 'x-ui-schema' extension property to json schema (5261de0)
- link: revert link on prebuild (cdada4e)
0.1.1 (2020-09-07)
- bindable: add change handlers to root bindable properties (30bb446)
0.1.0 (2020-09-07)
Note: Version bump only for package au-jsonschema-form
0.0.20 (2020-08-27)
Note: Version bump only for package au-jsonschema-form
0.0.19 (2020-08-27)
- allOf: fix resolve nested allOf (dcfde6e)
- array-tabs: prevent tab text wrapping (0109052)
- number: fix 0 is undefined (b8fa74f)
- array: add array string enum checkboxes view (7ea976c)
- array: add collection observer (7ac76fd)
- array: select multiple (5256e73)
- boolean: add switch view (2a719cc)
- formats: add views for date/time formats (9e33c42)
- number: add number range view (0666f69)
- object: support additional/pattern property (3877671)
- string: add textarea view (776b2c6)
0.0.18 (2020-08-10)
- value-idempotent: input value is idempotent (7f9aa99)
- view-provider: introduce extensible view providers (3dd47b2)
0.0.17 (2020-07-30)
Note: Version bump only for package au-jsonschema-form
0.0.16 (2020-07-30)
- array-repeater: remove value converter (418cc43)
0.0.15 (2020-07-27)
Note: Version bump only for package au-jsonschema-form
0.0.14 (2020-07-27)
- readonly-override: add ui schema option to override readonly (4212e4d)
0.0.13 (2020-07-27)
- combined schema: resolve schema refs (13c706a)
0.0.12 (2020-07-27)
- no-view: hide schema form elements (0534e14)