praxys-ui 1.2.6 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to Praxys UI are documented here.
4
4
 
5
+ ## [1.2.7] — Feb 24, 2026
6
+
7
+ **Flip Text — Hover Replay & 3D Fix**
8
+
9
+ Fixed Flip Text component with proper 3D per-character flip animation and hover-to-replay support.
10
+
11
+ ### Fixed
12
+
13
+ - Flip Text — added per-character 3D rotation with perspective, backface-visibility, and preserve-3d
14
+ - Flip Text — animation now replays on hover via key remount
15
+ - Flip Text — reduced default stagger delay for near-simultaneous character flips
16
+ - Flip Text registry updated with new code and adjusted playground controls
17
+
5
18
  ## [1.2.2] — Feb 15, 2026
6
19
 
7
20
  **Autocomplete API Fix**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "praxys-ui",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "type": "module",
5
5
  "description": "CLI for scaffolding Praxys UI components into your project",
6
6
  "bin": {