Skip to content

Commit 8ffcc34

Browse files
docs: align README and roadmap with shipped functionality (#10)
* chore(deps): bump happy-dom from 20.11.1 to 20.11.2 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.11.1 to 20.11.2. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.11.1...v20.11.2) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.11.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix: cast tabs panel queries to HTMLElement for hidden happy-dom 20.11.2 tightens querySelector typing to Element, so access .hidden via HTMLElement casts consistent with the rest of the test file. * docs: align README and roadmap with shipped functionality Keep the public docs in sync with the current tag: features, CLI commands, and roadmap status that were behind the code. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 357f9bb commit 8ffcc34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Goal: one place to restyle chrome so Beacon and feature bundles stop shipping pa
2222

2323
## Already in UiKit
2424

25-
Shipped through **v1.4.x** (phases A–D implemented in the kit):
25+
Shipped through **v1.8.x** (phases A–D implemented in the kit; v1.5–1.8 add `row_actions_display`, clipboard IIFE, in-page tabs IIFE, Stimulus peers):
2626

2727
| Area | Surface |
2828
|------|---------|
2929
| Class macros | `btn`, `toolbar`, `page_header`, `search_*`, `list*`, `table*`, `row_actions`, `badge` (+ variants), `flash`, `empty`, `tabs`, modal/confirm attrs, shell/header/aside/avatar/user_menu/burger/footer, `card*`, `filters`, `progress*`, `spinner` |
3030
| Partials | pagination, empty, flashes, **toasts**, row actions, page header, tabs, **filters**, **card**, modal shell, **confirm**, **page loader** (`spinner`/`orb`), **thinking orb**, **brand**, **theme toggle**, **width toggle**, **locale switcher**, **kebab**, icon, burger, avatar, aside (**nested groups**), user menu, footer, composed `_shell` |
3131
| Assets | `nowo-ui.css` (+ dark tokens); Vite/pnpm IIFEs: modal, shell, **toast**, **confirm**, **page-loader**, **theme**, **orb**, **clipboard**, **tabs**; optional Stimulus peers |
32-
| Config | `css_framework`, `icon_set` |
32+
| Config | `css_framework`, `icon_set`, `row_actions_display` (`icon` / `text` / `icon_text`) |
3333
| Docs | [ADOPTION.md](ADOPTION.md), [STIMULUS.md](STIMULUS.md), [THIRD_PARTY.md](THIRD_PARTY.md) |
3434

3535
## Gap analysis

0 commit comments

Comments
 (0)