diff --git a/CHANGELOG.md b/CHANGELOG.md index c695fdf07ae..0fee390628a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - **dropdown:** Restore trigger container to flex-auto ([#4823](https://github.com/Esri/calcite-components/issues/4823)) ([74d1a22](https://github.com/Esri/calcite-components/commit/74d1a222b5b553ce07b3f061e2a9308710d41ae6)), closes [#404](https://github.com/Esri/calcite-components/issues/404) - **flow:** Do not allow nested panels when allowDescendantPanels is true ([#4872](https://github.com/Esri/calcite-components/issues/4872)) ([840b2f1](https://github.com/Esri/calcite-components/commit/840b2f1a7e522ee515c8d4c64bbd9707d61f0538)) - **flow:** Only set showBackButton on active panel. ([#4886](https://github.com/Esri/calcite-components/issues/4886)) ([314543e](https://github.com/Esri/calcite-components/commit/314543e3d0a1a451b021ca6c33941d283f993f3b)) +- **input:** set the default numbering system for arab languages to latin ([#4809](https://github.com/Esri/calcite-components/issues/4809)) ([265cbe7](https://github.com/Esri/calcite-components/commit/265cbe77cf4b7c55d21d894d3b7a2f7fa3423160)) - **input:** support larger than 64-bit floating point numbers without losing precision ([#4679](https://github.com/Esri/calcite-components/issues/4679)) ([b81dd82](https://github.com/Esri/calcite-components/commit/b81dd82071810476c414372e6faa3e450bbf3a39)) - **input:** update number stepper buttons to work with both mouse/touch inputs ([#4846](https://github.com/Esri/calcite-components/issues/4846)) ([c8b33f5](https://github.com/Esri/calcite-components/commit/c8b33f5415191ede41b6fbe30601c173d2f8704d)), closes [#4172](https://github.com/Esri/calcite-components/issues/4172) - **Input:** type number spinner buttons will no longer interact when disabled ([#4884](https://github.com/Esri/calcite-components/issues/4884)) ([645e812](https://github.com/Esri/calcite-components/commit/645e81216998e404c5275f2a8ab2997d1a895a91)) diff --git a/package-lock.json b/package-lock.json index 954e35cdf85..a187b76e38d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/calcite-components", - "version": "1.0.0-next.514", + "version": "1.0.0-next.515", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/calcite-components", - "version": "1.0.0-next.514", + "version": "1.0.0-next.515", "license": "SEE LICENSE IN copyright.txt", "dependencies": { "@a11y/focus-trap": "1.0.5", diff --git a/package.json b/package.json index 5d40690c707..49e56ee5524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "1.0.0-next.514", + "version": "1.0.0-next.515", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", "module": "dist/index.js",