You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# typingfx
2
2
3
+
## 1.0.0
4
+
5
+
### Major Changes
6
+
7
+
- eb0bd92: Use children as last step - this is more intuitive. When animation stops (in case of repeat < Infinity), children, if truthy, will be seen rendered.
8
+
9
+
### Minor Changes
10
+
11
+
- 704bd9b: Add option to control cursor visibility after compliting the type animation
12
+
13
+
### Patch Changes
14
+
15
+
- bf52379: fix: Handle cursor not shown after anim end when it ends with a number (a delay indicator).
16
+
- 378bbdc: refactor: split utils in separate file. Export right prop types.
17
+
- 9aab8c8: Fix step and children updates.
18
+
- 1771179: Handle edge cases
19
+
- b862fb0: Export utils for better test coverage as animationed is not supported in vitest env.
0 commit comments