Skip to content

Latest commit

 

History

History
220 lines (122 loc) · 3.5 KB

File metadata and controls

220 lines (122 loc) · 3.5 KB

dev

1.5.2

  • Improved accessibility
  • Security updates

1.5.1

  • Tabs should not render when x-hidden: true
  • Security updates

1.5.0

  • Added categories editor
  • Fix issue #17 using data option

1.4.4

  • Fix issue #17 data partially missing when using additionalProperties

1.4.3

  • Fix minor regression

1.4.2

  • Performance boosts

1.4.1

  • Fixed issue 13 InstanceIfThenElse should propagate arrayTemplateData to sub-instances

1.4.0

  • Added array tuple editor
  • Added configurable muteValidationMessages option to control which constraint errors are hidden in the UI

1.3.6

  • Fixed tab warning indicators updating with a 1-step delay

1.3.5

  • Better Tabs layout

1.3.4

  • Fixed oneOf fit test

1.3.3

  • Fixed crash in array editors when value is not an array

1.3.2

  • Security updates

1.3.1

  • Fixed bug with arrays when setting non-array values
  • Configurable nav warning messages

1.3.0

  • Added useConstraintAttributes option
  • Added length and remaining template data

1.2.0

  • Added "arrayButtonsPosition" option
  • Improved array editor with adaptive td for buttons

1.1.0

  • Added "purifyData" option

1.0.0

  • Detect and flag recursive schemas when dereferencing refs
  • Compliance with new official JSON-Schema-Test-Suite

0.3.26

  • Bugfix for Jodit plugin

0.3.25

  • Added template functions

0.3.24

  • Added ace editor

0.3.23

  • Fixed array nav-vertical readonly buttons not being properly disabled

0.3.22

  • Exposed Editor.js
  • Added parent reference to templates
  • Extended editJsonData feature to support arrays with toggle button and dialog functionality
  • Implemented an event listener cleanup system to prevent memory leaks

0.3.21

  • Builds

0.3.20

  • Added editJsonData feature
  • Security updates
  • Ensured disabled state for readOnly editors
  • Fixed nav editors, responsive cols
  • Fixed option override enablePropertiesToggle

0.3.19

  • Added showErrors on input feature

0.3.18

  • Added grid breakpoints feature
  • Fixed issue with multiple instance registering

0.3.17

  • Hide array table object header when empty
  • Added enforceMaxItems option

0.3.16

  • Fixed issue oneOf and properties validator

0.3.15

  • Fixed issue with more complex if-the-else + nullables scenario

0.3.14

  • Fixed range resolve function issue

0.3.13

  • Fixed syntax issue

0.3.12

  • Fixed double id issue with navs
  • Improved performance

0.3.11

  • improved performance

0.3.10

  • Added x-propGroup option
  • Added number imask editor
  • Added SimpleMDE editor

0.3.9

  • "title" and "description" templates

0.3.8

  • Fixed issue with if-then-else + nullable (multiple) initial values

0.3.7

  • Fixed array items disabled state

0.3.6

  • Enforce the use of "x-format" for consistency

0.3.5

  • Added number input nullable editor and example

0.3.4

  • Security updates

0.3.3

  • Fixed issue with if-then-else initial values

0.3.2

  • Better number input interaction

0.3.1

  • Fixed "x-format": "table" naming

0.3.0

  • Fixed trailing 0 in number inputs
  • Array "x-format": "table" (generic) and "x-format": "table-object" (objects items specific)

0.2.3

  • Fixed array table issue with ref parser

0.2.2

  • Array nav actions inside tab

0.2.1

  • Fixed issue with a table array
  • Fixed fontawesome three missing buttons

0.2.0

  • Added option 'constraints' to add custom constraints (validators)
  • Added type property to error messages 'error' | 'warning'