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
feature(5.1.0) : final tweaks post public launch (#240)
* design tweaks
* update home button copy
* refactor buttons to be consistent
* adjust animations for ipads
* adjust animations for ipad size
* remove < 4 version code
* update the changelog
* update the readme
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,43 @@ No unreleased changes at this time.
33
33
34
34
---
35
35
36
+
## [5.1.0] - 2026-02-05
37
+
38
+
### Changed
39
+
40
+
-**Button System Refactored**: Unified button components from `btn-blueprint-primary/secondary` to `btn-terminal/btn-terminal-secondary` with consistent styling across the site
41
+
- Added glow effects on hover via `::before` pseudo-element
42
+
- Added proper focus-visible and active states for accessibility
0 commit comments