diff --git a/.changeset/input-otp-onchange-behavior.md b/.changeset/input-otp-onchange-behavior.md deleted file mode 100644 index a4bfbf20..00000000 --- a/.changeset/input-otp-onchange-behavior.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@tiny-design/react": minor ---- - -Improve `InputOTP` behaviour: - -- Fire `onChange` on every value update instead of only when all cells are filled. -- Fix masked cell rendering logic. -- Adjust caret colour to follow current text colour. -- Update docs and tests for the new behaviour and add Chinese docs entry. diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 703f03a1..59dea348 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @tiny-design/icons +## 1.1.0 + ## 1.0.11 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 4677c968..f50fc479 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/icons", - "version": "1.0.11", + "version": "1.1.0", "description": "SVG icon components for tiny-design", "license": "MIT", "keywords": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d96500ab..50ce19dc 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.1.0 + +### Minor Changes + +- Improve `InputOTP` behaviour: - [#54](https://github.com/wangdicoder/tiny-design/pull/54) [`b81d406`](https://github.com/wangdicoder/tiny-design/commit/b81d40600573110565837dbde712bc778a3238d9) + - Fire `onChange` on every value update instead of only when all cells are filled. + - Fix masked cell rendering logic. + - Adjust caret colour to follow current text colour. + - Update docs and tests for the new behaviour and add Chinese docs entry. + ## 1.0.11 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 4bbcd692..d00ce671 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/react", - "version": "1.0.11", + "version": "1.1.0", "description": "A friendly UI component set for React", "license": "MIT", "keywords": [ diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 611c1412..5a55d890 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @tiny-design/tokens +## 1.1.0 + ## 1.0.11 ## 1.0.10 diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 231677b9..afeb45ff 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-design/tokens", - "version": "1.0.11", + "version": "1.1.0", "description": "Design tokens, themes, and foundational styles for Tiny UI", "license": "MIT", "repository": {