From 2631372c83608523c1a236e895b6e420023a024b Mon Sep 17 00:00:00 2001 From: cmlee Date: Fri, 17 May 2024 22:49:36 +0900 Subject: [PATCH] :memo: Add Play button operation description and link to ref section --- CHANGELOG.md | 6 ++++++ example/src/App.css | 6 ++++++ example/src/App.tsx | 7 ++++++- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e4887..6b0c3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [2.3.2] - 2024-05-17 + +### Fixed + +- Fixed a bug in `sequentialAnimationMode` where the first digit was being displayed as a blank space when the number of digits increased and the number decreased. This fix ensures that the correct number is displayed in all situations. + ## [2.3.1] - 2024-04-27 ### Fixed diff --git a/example/src/App.css b/example/src/App.css index 07d6ed2..b29812c 100644 --- a/example/src/App.css +++ b/example/src/App.css @@ -283,3 +283,9 @@ footer .github-link img { width: 20px; } } + +.info { + margin-top: 30px; + font-size: 16px; + color: #666; +} diff --git a/example/src/App.tsx b/example/src/App.tsx index e87ba62..31fcbdb 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -53,6 +53,11 @@ function App() { {``} + +

+ * Curious about how the Play button works? You can check it out in the{' '} + ref section below. +

@@ -491,7 +496,7 @@ function App() {
-
+

🎮 Take the Control with `ref`

🕹️ StartAnimation: Command your Animation!