Open renovate[bot] opened 10 months ago
Latest commit: b1fb8d3e16d2bba9c9729100fefe57460b85626b
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This PR contains the following updates:
9.5.6
->10.1.0
Release Notes
josdejong/jsoneditor (jsoneditor)
### [`v10.1.0`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2024-06-19-version-1010) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v10.0.3...v10.1.0) - Feat: upgrade to the latest version of `ace` and `jsonrepair` - Fix: [#1601](https://redirect.github.com/josdejong/jsoneditor/issues/1601) do not convert hexadecimal values into regular numbers. ### [`v10.0.3`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2024-04-25-version-1003) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v10.0.2...v10.0.3) - Update dependencies `ace-builds`, `jsonrepair`, and `vanilla-picker`. - Fix: fix HTML open tag wrongly being `label` instead of `div`. Thanks [@ppetkow](https://redirect.github.com/ppetkow). ### [`v10.0.2`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2024-03-18-version-1002) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v10.0.1...v10.0.2) - Fix: autocompletion sometimes throwing an error when there are no suggestions. Thanks [@jpage-godaddy](https://redirect.github.com/jpage-godaddy). - Update dependencies `ace` and `jsonrepair`. ### [`v10.0.1`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2024-02-09-version-1001) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v10.0.0...v10.0.1) - Fix [#1570](https://redirect.github.com/josdejong/jsoneditor/issues/1570): Spanish grammar corrections ([#1571](https://redirect.github.com/josdejong/jsoneditor/issues/1571)). Thanks [@gonchesan](https://redirect.github.com/gonchesan). - Update dependencies `ace` and `jsonrepair`. ### [`v10.0.0`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2023-12-21-version-1000) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.10.5...v10.0.0) - BREAKING CHANGE: dropped support for Internet Explorer 11. - Update dependencies `ace` and `jsonrepair`. ### [`v9.10.5`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2023-12-21-version-9105) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.10.4...v9.10.5) - Revert dependency `jsonrepair` to `v3.1.0` to stay compatible with Internet Explorer 11. Regression introduced in `v9.10.3`. See [#1563](https://redirect.github.com/josdejong/jsoneditor/issues/1563). ### [`v9.10.4`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2023-11-08-version-9104) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.10.3...v9.10.4) - Fix [#1558](https://redirect.github.com/josdejong/jsoneditor/issues/1558): url not wrapping on Chrome in mode `view`, font-size increasing on mobile Webview. - Upgraded to the latest version of `ace` and `jsonrepair`. ### [`v9.10.3`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2023-09-21-version-9103) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.10.2...v9.10.3) - Fix [#1550](https://redirect.github.com/josdejong/jsoneditor/issues/1550): trimming zero in front of a number ([#1549](https://redirect.github.com/josdejong/jsoneditor/issues/1549)). Thanks [@DarkFisk](https://redirect.github.com/DarkFisk). - Updated dependencies, most notable `ace`, `jsonrepair`, and `vanilla-picker`. ### [`v9.10.2`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2023-05-12-version-9102) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.10.1...v9.10.2) - Fix option `showErrorTable` (see [#1515](https://redirect.github.com/josdejong/jsoneditor/issues/1515)): - a console warning was logged when using the option `showErrorTable` - `showErrorTable: false` was not working - `showErrorTable` was not working for `preview` mode - Upgraded to the latest version of `ace` and `jsonrepair`. ### [`v9.10.1`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2023-05-12-version-9101) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.10.0...v9.10.1) - Fix [#1515](https://redirect.github.com/josdejong/jsoneditor/issues/1515): a console warning is logged when using the option `showErrorTable`. ### [`v9.10.0`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2023-02-20-version-9100) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.9.2...v9.10.0) - Implement option `showErrorTable` to customize in which modes the error table shows up initially ([#1497](https://redirect.github.com/josdejong/jsoneditor/issues/1497)). Thanks [@magedhennawy](https://redirect.github.com/magedhennawy). - Upgrade to the latest version of Ace editor, `v1.15.2`. - Upgrade to the latest version of jsonrepair, `v3.0.2`. - Fix [#1208](https://redirect.github.com/josdejong/jsoneditor/issues/1208): source map issue "Could not load source file "0" in source map" ([#1499](https://redirect.github.com/josdejong/jsoneditor/issues/1499)). Thanks [@joshkel](https://redirect.github.com/joshkel). ### [`v9.9.2`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2022-09-20-version-992) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.9.1...v9.9.2) - Fix [#1470](https://redirect.github.com/josdejong/jsoneditor/issues/1470): update the code of Selectr from `2.4.0` to `2.4.13`. ### [`v9.9.1`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2022-09-19-version-991) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.9.0...v9.9.1) - Upgrade to the latest version of Ace editor, `v1.10.1`. ### [`v9.9.0`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2022-06-13-version-990) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.8.0...v9.9.0) - Implemented [#968](https://redirect.github.com/josdejong/jsoneditor/issues/968): support for auto-completion based on JSON Schema ([#1435](https://redirect.github.com/josdejong/jsoneditor/issues/1435)). Thanks [@meirotstein](https://redirect.github.com/meirotstein). - Upgrade to the latest version of Ace editor, `v1.6.0`. ### [`v9.8.0`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2022-05-31-version-980) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.7.4...v9.8.0) - Implemented method `editor.expand({ path, isExpand, recursive })` and callback `onExpand({ path, isExpand, recursive })`. Thanks [@himanshu520](https://redirect.github.com/himanshu520). - Upgrade to the latest version of Ace editor, `v1.5.3`. ### [`v9.7.4`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2022-03-15-version-974) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.7.3...v9.7.4) - Fix [#1421](https://redirect.github.com/josdejong/jsoneditor/issues/1421): fix `onBlur` event not firing when focus goes to an `iframe`. ### [`v9.7.3`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2022-03-04-version-973) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.7.2...v9.7.3) - Fix [#1422](https://redirect.github.com/josdejong/jsoneditor/issues/1422): fix `setSchema` not working. ### [`v9.7.2`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2022-02-09-version-972) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.7.1...v9.7.2) - Fix [#1419](https://redirect.github.com/josdejong/jsoneditor/issues/1419): blurry text preview query on Chrome. ### [`v9.7.1`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2022-02-09-version-971) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.7.0...v9.7.1) - Fix [#1419](https://redirect.github.com/josdejong/jsoneditor/issues/1419): blurry text preview on Chrome. ### [`v9.7.0`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2022-01-30-version-970) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.6.0...v9.7.0) - Implement [#1413](https://redirect.github.com/josdejong/jsoneditor/issues/1413): show color indicator on readonly fields and in mode `view`. ### [`v9.6.0`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2022-01-13-version-960) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.5.11...v9.6.0) - Pass a new property `value` along with the `onNodeName` callback, see [#1409](https://redirect.github.com/josdejong/jsoneditor/issues/1409). Thanks [@brianpos](https://redirect.github.com/brianpos). - Implement the `value` property of the callbacks `onNodeName`, `onEditable`, and `onClassName` for objects and arrays too (was `undefined` before). Since this can be a heavy recursive operation, the property is changed into a lazy getter. ### [`v9.5.11`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2021-12-29-version-9511) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.5.10...v9.5.11) - Fix the font on Ubuntu for real by add the "ubuntu mono" font. See [#1405](https://redirect.github.com/josdejong/jsoneditor/issues/1405). ### [`v9.5.10`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2021-12-27-version-9510) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.5.9...v9.5.10) - Fix the font on Ubuntu: add "dejavu sans mono". See [#1405](https://redirect.github.com/josdejong/jsoneditor/issues/1405). ### [`v9.5.9`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2021-12-22-version-959) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.5.8...v9.5.9) - More tweaking of the font because the 13px Cascadia Mono font on Windows gave issues in Ace editor. Changed to 14px Consolas on Windows, 14px Menlo on Mac, see [#1392](https://redirect.github.com/josdejong/jsoneditor/issues/1392), [#1403](https://redirect.github.com/josdejong/jsoneditor/issues/1403). ### [`v9.5.8`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2021-12-19-version-958) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.5.7...v9.5.8) - Fix vertical centering of text and buttons, see [#1392](https://redirect.github.com/josdejong/jsoneditor/issues/1392). - Improve font: 13px Cascadia Mono on Windows, 13px Monaco on Mac, see [#1392](https://redirect.github.com/josdejong/jsoneditor/issues/1392). ### [`v9.5.7`](https://redirect.github.com/josdejong/jsoneditor/blob/HEAD/HISTORY.md#2021-11-06-version-957) [Compare Source](https://redirect.github.com/josdejong/jsoneditor/compare/v9.5.6...v9.5.7) - More robust polyfill for `Element.remove`, `window.CharacterData.remove`, and `window.DocumentType.remove`. Thanks [@caok2709](https://redirect.github.com/caok2709). - Update dependencies: `ace-builds@1.4.13`, `vanilla-picker@2.12.1`.Configuration
š Schedule: Branch creation - "every weekend" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.