chore(hex-background): bump 0.2.1, changelog for animation fix
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# @dangerousthings/hex-background
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Fixed
|
||||
- Animation no longer degrades to noise over time — replaced frame-rate-dependent lerp with duration-based smoothstep easing
|
||||
|
||||
### Added
|
||||
- `animationDuration` prop (default 1200ms) controls how long each hexagon takes to reach its target height
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@dangerousthings/hex-background",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "3D hexagon grid background for the Dangerous Things design system",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
|
||||
Reference in New Issue
Block a user