ant-design-vue
ant-design-vue copied to clipboard
chore(deps): update dependency vanilla-jsoneditor to ^0.21.0
trafficstars
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| vanilla-jsoneditor | ^0.15.1 -> ^0.21.0 |
Release Notes
josdejong/svelte-jsoneditor (vanilla-jsoneditor)
v0.21.5
v0.21.4
v0.21.3
v0.21.2
v0.21.1
v0.21.0
β BREAKING CHANGES
- The type
Contentis changed from{ json: JSONValue} | { text: string }into{ json: unknown } | { text: string }, and all other types havingJSONValuechanged tounknown. The return type ofJSONParser.stringifychanged fromstringtostring | undefined.
Features
- change the type of
jsonfromJSONValuetounknown(#β371) (dc4671a) - implement
onRenderContextMenu(fix #β82) (e53a620) - upgrade to upgrade
@sveltejs/kit@2,vite-plugin-svelte@3,vite@5, andvitest@1(#β374) (b83e321)
v0.20.0
β BREAKING CHANGES
- When using
vanilla-jsoneditordirectly in the browser, you now have toimport { JSONEditor } from 'vanilla-jsoneditor/standalone.js'instead ofimport { JSONEditor } from 'vanilla-jsoneditor'. For projects with a build setup (React, Vue, Angular) it should be a drop-in replacement. - CSS variables are no longer defined globally, and the file
themes/jse-theme-default.cssis now removed (replaced by an internaldefaults.scss). The provided dark theme still works as-is. The CSS variable--jse-modal-theme-colorhas been renamed to--jse-modal-editor-theme-color, and--jse-modal-theme-color-highlighthas been renamed to--jse-modal-editor-theme-color-highlight.
Features
- export one bundle with and one without external dependencies in
vanilla-jsoneditor(#β353) (9c1ad15) - update dependencies
codemirror,fontawesome,svelte-awesome, and dev dependencies (75596ae) - use SCSS variables internally (#β344) (ec4b788)
Bug Fixes
- allow
isEditingproperty to be true when inreadOnlymode (see #β342) (3b0bdb7) - cleanup a console.log (005f189)
- make argument
elementof helper functiononEscapeoptional (6eb9b82) - styling issue with a button text color in dark mode (4ff40f9)
v0.19.0
β BREAKING CHANGES
- Changes in the package exports
Features
- additional classes for improved CSS targeting (4392f2c)
- package exports not working in Jest (77697b3)
Bug Fixes
0.18.13 (2023-11-13)
Features
- update dependencies (
jsonrepair,@codemirror/autocomplete) (691072a)
0.18.12 (2023-11-08)
Features
- update to
[email protected](9ede6ea)
Bug Fixes
- #β331 changing contents during the
onChangecallback throws a selection error (6e511fa) - #β337 some menu styling issues (2eec4e6)
onChangeevent not fired after callingeditor.set(...)(see #β318) (afaca42)- update codemirror and a couple of devDependencies (7173333)
- use mono font in JSON Preview (b07d08d)
0.18.11 (2023-10-31)
Features
- update codemirror, jsonrepair, and other dependencies (90d1b77)
Bug Fixes
- #β321 editor not accepting JSON created in a different JavaScript realm like an iframe (06fb84c)
- bottom margin of welcome screen in tree and table mode (7d1eb02)
- editor sometimes losing track on whether it has focus (410f997)
- svelte giving warnings about creating components with unknown properties (627170a)
0.18.10 (2023-10-17)
Bug Fixes
- rename "whole document" to "document root" and "whole item" to "item root" to prevent confusion (2699b71)
0.18.9 (2023-10-11)
Bug Fixes
- unused CSS selector warnings in Svelte (23b82cc)
0.18.8 (2023-10-02)
Bug Fixes
- regression since v0.18.17 not allowing to put the cursor halfway the value when editing a value (3e34e8d)
0.18.7 (2023-09-28)
Bug Fixes
0.18.6 (2023-09-27)
Bug Fixes
- broken import due to missing file extension (0f734c5)
0.18.5 (2023-09-27)
Features
- update dependencies, most notably
jsonrepairandcodemirror(f6306b0)
Bug Fixes
- #β312 "Show me" button throwing an error when no position was provided in the error message (d839e95)
- #β312 the "Show me" button throwing an error when no position was provided in the error message (36d7934)
- minor styling issues with modals (97d2d94)
- update dependencies, most notably
codemirrorandjsonrepair(439eb8a)
0.18.4 (2023-09-19)
Features
- add indentation on wrapped lines (#β295) (367accf)
- improve welcome screen with action buttons to create an array or object (d4e301f)
Bug Fixes
- collapsed items section not removed when empty (3d3ad45)
- creating an array or object or pasting content in the welcome screen not working (7def339)
- editor not getting focus in table mode when clicking inside an empty area (609983d)
- select active element on undo only when existing (e5beebf)
- selection moving to value after renaming the last key of an object (ac31282)
- some issues with navigating in
treemode using arrow keys (a3f9c92) - when inserting a new array or object in an empty editor, set selection inside the array/object (821933e)
- when inserting a new value by typing somewhere, it doesn't initially have the right color (9f6ea35)
0.18.3 (2023-08-30)
Bug Fixes
- restore the selection when going back when having multiple JSONEditor modals (085a9d3)
- sometimes multiple cells selected in Table mode (c7705f6)
0.18.2 (2023-08-25)
Bug Fixes
0.18.1 (2023-08-25)
Bug Fixes
- #β300 change the homepage in package.json to the Github repo (b1977e5)
- #β304 missing type
JSONPointerinternally (e23abbc)
v0.18.13
v0.18.12
v0.18.11
v0.18.10
v0.18.9
v0.18.8
v0.18.7
v0.18.6
v0.18.5
v0.18.4
v0.18.3
v0.18.2
v0.18.1
v0.18.0
β BREAKING CHANGES
-
- Upgraded to Svelte 4 providing improved TypeScript types.
- Dropped re-exporting types and utility functions from
immutable-json-patchandsvelte. Instead, import them directly from the library itself. - Dropped deprecated types
FontAwesomeIcon(useIconDefinitioninstead),DropdownButtonItem,MenuButtonItem,MenuSeparatorItem,MenuSpaceItem, and typeguardisMenuSpaceItem. - The
vanilla-packagedoes not embed types of dependencies anymore and instead, imports the dependencies and use the types from there. - Drop official support for Node.js 16
Features
0.17.10 (2023-08-16)
Bug Fixes
0.17.9 (2023-08-14)
Bug Fixes
- #β163 implement method
.select()and callbackonSelect(#β299) (69a9698) - export all typeguard functions like
isMenuButton(53e671d) - resolve failed import in example "custom menu buttons" (#β287) (8da09a4)
0.17.8 (2023-06-21)
Bug Fixes
- method
scrollTonot always expanding an invisible section of an array (bda3922) - update dependencies (
codemirror,jsonrepair,sass, and others) (3054f96)
0.17.7 (2023-06-13)
Bug Fixes
0.17.6 (2023-06-12)
Features
- update dependencies and devDependencies (fc8ef83)
Bug Fixes
- let
createAjvValidatorthrow an error when the JSON schema contains an error (7cfb233) - unused CSS selector
".jse-column-header span.jse-column-sort-icon"(51c1d54)
0.17.5 (2023-06-08)
Bug Fixes
- keep focus on the editor after clicking a message action button (aeb5d8f)
- start typing in an empty document in tree mode throwing an error (747f2b4)
- throw an error when a custom Ajv instance provided via
onCreateAjvis configured wrongly (78771cd)
0.17.4 (2023-05-18)
Bug Fixes
0.17.3 (2023-05-05)
Features
- update dependencies (jsonrepair and dev dependencies) (d2c424a)
0.17.2 (2023-05-03)
Features
- update dependencies (codemirror, sass) (aeb9af5)
Bug Fixes
0.17.1 (2023-04-17)
Features
Bug Fixes
- #β142 cannot select contents in readOnly text mode (99922dc)
- #β251 enable search in text mode when readOnly (50f8889)
- update dependencies (
jsonrepairand@codemirror/view) (5ff1306)
v0.17.10
v0.17.9
v0.17.8
v0.17.7
v0.17.6
v0.17.5
v0.17.4
v0.17.3
v0.17.2
v0.17.1
v0.17.0
β BREAKING CHANGES
- The pointers to entry files and the exports map in the package.json file have been changed. This is just an under-the-hood change for most use cases.
Features
- change
stringifyJSONPathandparseJSONPathto have a more human friendly output (f0f8b80) - update dependencies and devDependencies (f32281f)
- update dependencies including @βsveltejs/package, changing the package structure (#β258) (78603d4)
0.16.1 (2023-03-24)
Bug Fixes
- change the row numbering in table mode to zero based for consistency (d923268)
- give the optional
rootPathoption oftransforma default value (b38db6c)
v0.16.1
v0.16.0
β BREAKING CHANGES
- Methods
set,update,patch,expand,acceptAutoRepair,scrollTo,focus,refresh,updatePropsanddestroyare now async and return a Promise.
Features
- implement the public method
scrollTofor modetable(a615548) - update dependencies
svelte-awesomeandsvelte-selectand some devDependencies (05acdcf)
Bug Fixes
- #β189 setup eslint to enforce
.jsfile extensions on all imports (cf37451) - #β236 change the public methods to return a Promise`, resolving after the editor is re-rendered (dbfb1a6)
- #β237 parse error in case of empty text, and parse error not cleared on change (31e9e50)
0.15.1 (2023-03-01)
Bug Fixes
- missing .js extension on import (ae66310)
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.