Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Latest commit

 

History

History
450 lines (155 loc) · 15.1 KB

CHANGELOG.md

File metadata and controls

450 lines (155 loc) · 15.1 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.7.5 (2021-11-11)

Features

  • enum: custom enum labels (f18ef73)

0.7.4 (2021-11-11)

Bug Fixes

  • only init definitions when bound (ad8051f)
  • conditional: ui:view-class applied twice (a77b1cb)

Features

  • array: add string array view (1a7cfd8)

0.7.3 (2021-08-12)

Features

  • contexts: inject additional context (5e48014)

0.7.2 (2021-07-13)

Bug Fixes

  • conditional vanish when swapped with else (051cce6)

0.7.1 (2021-05-18)

Bug Fixes

  • slots reset view when schema changes (1215a0e)

0.7.0 (2021-05-17)

Bug Fixes

  • checkboxes should be disabled when readonly (53c13b1)
  • number range only when range less than 100 (6381a8a)
  • reset uiSchema context on schema change (3d7cd68)

Features

0.6.4 (2021-03-24)

Bug Fixes

  • null reflect as object in js (b9c22bc)

0.6.3 (2021-03-23)

Bug Fixes

  • merge defaults overriding value (063d716)

0.6.2 (2021-03-16)

Bug Fixes

  • error-schema: is never null/undefined (c8b816d)

0.6.1 (2021-03-05)

Bug Fixes

  • defaults: booleans are overridden to false (4c73765)

0.6.0 (2021-03-01)

Bug Fixes

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

Features

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

Bug Fixes

Features

  • fill defaults on conditional validity change (7092e82)
  • oneOf: support defaults (ca1ea42)

0.4.2 (2021-02-25)

Features

  • schema-defaults: better defaults handling (110d76b)

0.4.1 (2021-02-10)

Bug Fixes

  • fill-defaults: fix integer default not set (9cd3864)

0.4.0 (2021-01-31)

Features

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

Bug Fixes

  • conditional should debounce if validation (ece9727)
  • only get value keys if schema supports it (20ae2cf)

0.3.1 (2020-11-02)

Reverts

  • plugin option should be public (56fbe99)

0.2.5 (2020-09-25)

Bug Fixes

  • placeholder showing undefined (a6025f1)

Features

  • view-class: add custom css class to view (d0a2c3a)

0.2.4 (2020-09-23)

Bug Fixes

  • remove conditional refocus behavior (7f202e3)

0.2.3 (2020-09-23)

Bug Fixes

  • cloning a null value should check if null (7f78dab)
  • integer schema type is number slot type (13e202f)

0.2.2 (2020-09-15)

Bug Fixes

  • show aujsf-slot error message (2973962)

0.2.1 (2020-09-13)

Bug Fixes

  • handle root x-ui-schema (7656ab1)
  • keyCode is deprecated (0824d05)
  • metadata: add missing customElement decos (88f92e8)

Features

  • additional properties use placeholder (25cea2d)

0.2.0 (2020-09-12)

Bug Fixes

  • enhance: cleanup enhanced view (d44e782)
  • placeholder: placeholder shows undefined (7f585b2)
  • validator: duplicate error message added (f8ddf71)

Features

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

Reverts

  • link: revert link on prebuild (cdada4e)

0.1.1 (2020-09-07)

Bug Fixes

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

Bug Fixes

  • allOf: fix resolve nested allOf (dcfde6e)
  • array-tabs: prevent tab text wrapping (0109052)
  • number: fix 0 is undefined (b8fa74f)

Features

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

Bug Fixes

  • value-idempotent: input value is idempotent (7f9aa99)

Features

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

Bug Fixes

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

Features

  • readonly-override: add ui schema option to override readonly (4212e4d)

0.0.13 (2020-07-27)

Bug Fixes

  • combined schema: resolve schema refs (13c706a)

0.0.12 (2020-07-27)

Features

  • no-view: hide schema form elements (0534e14)