Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/ui": "6.7.0",
"packages/ui-react": "6.6.3",
"packages/ui-react": "6.7.0",
"packages/ui-qwik": "6.7.0"
}
26 changes: 26 additions & 0 deletions packages/ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## [6.7.0](https://github.com/LuminescentDev/ui/compare/v6.6.3...v6.7.0) (2026-07-10)


### Features

* add --lum-depth variable and integrate depth-based styling across components ([a2948b9](https://github.com/LuminescentDev/ui/commit/a2948b9e0091026eede84580c9ba678fdd9da2b2))
* add Luminescent UI React library with components and documentation ([28d224b](https://github.com/LuminescentDev/ui/commit/28d224baf4be0898f2517317bd1b238f1aa2d233))
* enhance SelectMenu component with additional props for customization ([435431b](https://github.com/LuminescentDev/ui/commit/435431bf46b255d5871f2789ce1af63d9837202b))
* **nav:** close mobile menu on outside click; add nodismiss prop ([1801ac6](https://github.com/LuminescentDev/ui/commit/1801ac6876b440ed26ea8eae9c922916abd204f3))


### Bug Fixes

* correct stop-color to stopColor in Birdflop logo gradient ([c959ee9](https://github.com/LuminescentDev/ui/commit/c959ee9ce8d1d52303a51462f6e70bd4db8ca950))
* improve menu dismissal logic to ignore clicks on elements with 'nav-ignore-dismiss' class ([fed1049](https://github.com/LuminescentDev/ui/commit/fed1049a02bef98dfae51015146e28be080e8e15))
* **nav:** add title attribute to hamburger button for accessibility ([63647dd](https://github.com/LuminescentDev/ui/commit/63647ddf934c1607806fcbb8fcb799e4849e9326))
* prevent menu dismissal when clicking on elements with noNavDismiss attribute ([6ce45c2](https://github.com/LuminescentDev/ui/commit/6ce45c2a19de299da8c5ab1de837a2e82a1154c3))
* **SelectMenu:** refactor to use useSignal for select reference and remove id prop ([fde776b](https://github.com/LuminescentDev/ui/commit/fde776b6c114f3dea135d40b583e843be7cef9aa))


### Code Refactoring

* Standardize import statements and formatting across components ([b39a21e](https://github.com/LuminescentDev/ui/commit/b39a21ee7eb3ce2e6173251e3962c3187565da3f))
* tighten transition utilities and standardize selector syntax ([411521b](https://github.com/LuminescentDev/ui/commit/411521b9fb5d0432210c10c9ccb633d6385ba3ff))
2 changes: 1 addition & 1 deletion packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luminescent/ui-react",
"version": "6.8.2",
"version": "6.7.0",
"description": "Luminescent UI library - React",
"engines": {
"node": ">=23.11.0",
Expand Down