Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog

## 0.45.0
## 0.46.0

- New `.etu-input` class recipe (+ `.etu-input--sm` modifier): the generic
standalone text field, promoted from meloetta's local `.input` recipe
(planning#1116 follow-up). Border/background/focus-ring only — layout stays
with the caller, matching the `.etu-badge` recipe philosophy.

## 0.45.0

Two rail/mobile reachability bugs found adopting v0.44 across the fleet
(planning#1150, planning#1151) — both the same story: the bell and the
account menu must actually be reachable in the collapsed rail and on
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etamong-playground/ui",
"version": "0.45.0",
"version": "0.46.0",
"repository": {
"type": "git",
"url": "git+https://github.com/etamong-playground/ui.git"
Expand Down
Loading