Skip to content

Commit 2dd50d3

Browse files
0.15.0
1 parent 5860180 commit 2dd50d3

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. This project follows [Semantic Versioning](https://semver.org/).
44

5+
## [0.15.0] - 2026-05-11
6+
7+
### Breaking
8+
9+
- `l-ui-panel__close-button` modifier removed; the panel close button is now an `l-ui-button--outline l-ui-button--icon`
10+
- Navigation width increased from 240px to 256px (affects `NAV_WIDTH` consumers and the panel resize minimum width)
11+
12+
### Added
13+
14+
- `icon_panel_close.svg` asset for the panel close button
15+
16+
### Changed
17+
18+
- Borders removed from navigation container (right and top), navigation user block, panel container (left edge), and panel header
19+
- `h2` elements now have a bottom border for stronger visual separation
20+
- Table cell padding evened out to `p-2`
21+
- Panel header padding adjusted (`p-4 pb-0`) and header button gap increased to `gap-4`
22+
- Modal backdrop click detection now uses the dialog's bounding rect, so clicks on the dialog's own padding no longer close it
23+
- Navigation item corners rounded on the left only (`rounded-l-sm`)
24+
525
## [0.14.0] - 2026-05-10
626

727
### Breaking

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
layered-ui-rails (0.14.0)
4+
layered-ui-rails (0.15.0)
55
rails (~> 8.0)
66
tailwindcss-rails (~> 4.0)
77

lib/layered/ui/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Layered
22
module Ui
3-
VERSION = "0.14.0"
3+
VERSION = "0.15.0"
44
end
55
end

0 commit comments

Comments
 (0)