Skip to content

release: v1.0.0#1

Merged
soulevilx merged 14 commits into
mainfrom
release/1.0.0
Jul 14, 2026
Merged

release: v1.0.0#1
soulevilx merged 14 commits into
mainfrom
release/1.0.0

Conversation

@soulevilx

Copy link
Copy Markdown
Contributor

Summary

  • First stable release of all nine @jooservices/react-* packages at 1.0.0 (git tag + path installs)
  • New packages: action-buttons, card, modal, toast; layout/content/config/table enhancements; demo IA rebuild
  • Consumer docs expanded so packages can be used without reading source; GitHub Actions CI + npm run lint

Test plan

  • npm run lint (typecheck alias)
  • npm run test (41 tests)
  • npm run build
  • npm run demo:typecheck / demo:build
  • GitHub Actions CI green on this PR
  • After merge: tag v1.0.0 and gh release create

soulevilx added 14 commits July 14, 2026 14:37
Introduce ActionBar, Button, ActionMenu, SplitButton, and Actions with JOO color variants for PageShell identity and local chrome.
Share HeaderBar search/nav/actions chrome with FooterBar; extract SearchForm and ShellBar helpers.
Page-scoped flash slot and optional breadcrumb icons; reinforce Identity primary-action contract.
Expose ConfigPanelHandle.openCreate and remove built-in panel Create buttons.
Compose DataTable actions with react-action-buttons; allow custom footer beside selection/pagination.
Add Buttons/Card/Modal/Toast/Docs pages, identity action-buttons, and in-app docs content.
Rewrite user guides and examples so packages can be used without reading source; align AGENTS and skills.
Run lint (typecheck), test, build, and demo typecheck/build on push and pull requests.
Bump package versions and changelogs for the first stable git tag + path release.
@qodo-code-review

Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 180 files, which is 30 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2eb8ed82-cded-4e09-b369-8a383711a343

📥 Commits

Reviewing files that changed from the base of the PR and between de7450f and dc8f165.

⛔ Files ignored due to path filters (36)
  • apps/demo/package-lock.json is excluded by !**/package-lock.json
  • components/action-buttons/dist/index.d.ts is excluded by !**/dist/**
  • components/action-buttons/dist/index.js is excluded by !**/dist/**
  • components/action-buttons/dist/index.js.map is excluded by !**/dist/**, !**/*.map
  • components/action-buttons/dist/styles.css is excluded by !**/dist/**
  • components/action-buttons/package-lock.json is excluded by !**/package-lock.json
  • components/card/dist/index.d.ts is excluded by !**/dist/**
  • components/card/dist/index.js is excluded by !**/dist/**
  • components/card/dist/index.js.map is excluded by !**/dist/**, !**/*.map
  • components/card/dist/styles.css is excluded by !**/dist/**
  • components/card/package-lock.json is excluded by !**/package-lock.json
  • components/config/dist/index.d.ts is excluded by !**/dist/**
  • components/config/dist/index.js is excluded by !**/dist/**
  • components/config/dist/index.js.map is excluded by !**/dist/**, !**/*.map
  • components/content/dist/index.d.ts is excluded by !**/dist/**
  • components/content/dist/index.js is excluded by !**/dist/**
  • components/content/dist/index.js.map is excluded by !**/dist/**, !**/*.map
  • components/content/dist/styles.css is excluded by !**/dist/**
  • components/layout/dist/index.d.ts is excluded by !**/dist/**
  • components/layout/dist/index.js is excluded by !**/dist/**
  • components/layout/dist/index.js.map is excluded by !**/dist/**, !**/*.map
  • components/layout/dist/styles.css is excluded by !**/dist/**
  • components/modal/dist/index.d.ts is excluded by !**/dist/**
  • components/modal/dist/index.js is excluded by !**/dist/**
  • components/modal/dist/index.js.map is excluded by !**/dist/**, !**/*.map
  • components/modal/dist/styles.css is excluded by !**/dist/**
  • components/modal/package-lock.json is excluded by !**/package-lock.json
  • components/table/dist/index.d.ts is excluded by !**/dist/**
  • components/table/dist/index.js is excluded by !**/dist/**
  • components/table/dist/index.js.map is excluded by !**/dist/**, !**/*.map
  • components/table/dist/styles.css is excluded by !**/dist/**
  • components/toast/dist/index.d.ts is excluded by !**/dist/**
  • components/toast/dist/index.js is excluded by !**/dist/**
  • components/toast/dist/index.js.map is excluded by !**/dist/**, !**/*.map
  • components/toast/dist/styles.css is excluded by !**/dist/**
  • components/toast/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (180)
  • .cursor/rules/00-repo-quality-foundation.mdc
  • .github/skills/coverage-and-lint-guard/SKILL.md
  • .github/skills/documentation-sync/SKILL.md
  • .github/skills/react-package-development/SKILL.md
  • .github/skills/release-management/SKILL.md
  • .github/skills/task-routing-and-intent-map/SKILL.md
  • .github/workflows/ci.yml
  • AGENTS.md
  • CHANGELOG.md
  • README.md
  • apps/demo/AGENTS.md
  • apps/demo/package.json
  • apps/demo/src/app/App.tsx
  • apps/demo/src/components/demo/CoverageChart.tsx
  • apps/demo/src/components/demo/PackageGuideIntro.tsx
  • apps/demo/src/components/layout/Sidebar.tsx
  • apps/demo/src/components/layout/nav-config.ts
  • apps/demo/src/components/layout/page-shell.tsx
  • apps/demo/src/components/table/RowAnnotationActions.tsx
  • apps/demo/src/components/table/RowStatusToggle.tsx
  • apps/demo/src/data/demo-data.ts
  • apps/demo/src/data/docs-content.ts
  • apps/demo/src/layout/AppLayout.tsx
  • apps/demo/src/main.tsx
  • apps/demo/src/pages/ButtonsPage.tsx
  • apps/demo/src/pages/CardPage.tsx
  • apps/demo/src/pages/ConfigPage.tsx
  • apps/demo/src/pages/ContentPage.tsx
  • apps/demo/src/pages/DashboardPage.tsx
  • apps/demo/src/pages/DocsPage.tsx
  • apps/demo/src/pages/LayoutPage.tsx
  • apps/demo/src/pages/ModalPage.tsx
  • apps/demo/src/pages/OverviewPage.tsx
  • apps/demo/src/pages/TablePage.tsx
  • apps/demo/src/pages/ToastPage.tsx
  • apps/demo/src/pages/UiPage.tsx
  • apps/demo/vite.config.ts
  • components/action-buttons/.gitignore
  • components/action-buttons/AGENTS.md
  • components/action-buttons/CHANGELOG.md
  • components/action-buttons/LICENSE
  • components/action-buttons/README.md
  • components/action-buttons/package.json
  • components/action-buttons/src/ActionButtons.test.tsx
  • components/action-buttons/src/components/ActionBar.tsx
  • components/action-buttons/src/components/ActionIcon.tsx
  • components/action-buttons/src/components/ActionMenu.tsx
  • components/action-buttons/src/components/Actions.tsx
  • components/action-buttons/src/components/Button.tsx
  • components/action-buttons/src/components/SplitButton.tsx
  • components/action-buttons/src/components/ui/dropdown-menu.tsx
  • components/action-buttons/src/index.ts
  • components/action-buttons/src/intent.ts
  • components/action-buttons/src/lib/cn.ts
  • components/action-buttons/src/styles.css
  • components/action-buttons/src/types.ts
  • components/action-buttons/tsconfig.json
  • components/action-buttons/tsup.config.ts
  • components/action-buttons/vitest.config.ts
  • components/card/.gitignore
  • components/card/AGENTS.md
  • components/card/CHANGELOG.md
  • components/card/LICENSE
  • components/card/README.md
  • components/card/package.json
  • components/card/src/Card.test.tsx
  • components/card/src/components/BaseCard.tsx
  • components/card/src/components/StatCard.tsx
  • components/card/src/index.ts
  • components/card/src/lib/cn.ts
  • components/card/src/styles.css
  • components/card/src/types.ts
  • components/card/tsconfig.json
  • components/card/tsup.config.ts
  • components/card/vitest.config.ts
  • components/config/AGENTS.md
  • components/config/CHANGELOG.md
  • components/config/README.md
  • components/config/package.json
  • components/config/src/components/ConfigPanel.tsx
  • components/config/src/components/ConfigTreeBrowser.tsx
  • components/config/src/index.ts
  • components/config/src/types.ts
  • components/content/AGENTS.md
  • components/content/CHANGELOG.md
  • components/content/README.md
  • components/content/package.json
  • components/content/src/PageShell.test.tsx
  • components/content/src/components/PageShell.tsx
  • components/content/src/index.ts
  • components/content/src/styles.css
  • components/content/src/types.ts
  • components/layout/AGENTS.md
  • components/layout/CHANGELOG.md
  • components/layout/README.md
  • components/layout/package.json
  • components/layout/src/AppShell.test.tsx
  • components/layout/src/components/AppShell.tsx
  • components/layout/src/components/FooterBar.tsx
  • components/layout/src/components/HeaderBar.tsx
  • components/layout/src/components/NavMenu.tsx
  • components/layout/src/components/SearchForm.tsx
  • components/layout/src/components/ShellBar.tsx
  • components/layout/src/index.ts
  • components/layout/src/styles.css
  • components/layout/src/types.ts
  • components/modal/.gitignore
  • components/modal/AGENTS.md
  • components/modal/CHANGELOG.md
  • components/modal/LICENSE
  • components/modal/README.md
  • components/modal/package.json
  • components/modal/src/Modal.test.tsx
  • components/modal/src/components/Modal.tsx
  • components/modal/src/components/ModalBody.tsx
  • components/modal/src/components/ModalFooter.tsx
  • components/modal/src/components/ModalHeader.tsx
  • components/modal/src/components/modal-context.ts
  • components/modal/src/index.ts
  • components/modal/src/lib/cn.ts
  • components/modal/src/styles.css
  • components/modal/src/types.ts
  • components/modal/tsconfig.json
  • components/modal/tsup.config.ts
  • components/modal/vitest.config.ts
  • components/table/AGENTS.md
  • components/table/CHANGELOG.md
  • components/table/README.md
  • components/table/package.json
  • components/table/src/DataTable.test.tsx
  • components/table/src/components/DataTable.tsx
  • components/table/src/styles.css
  • components/table/src/types.ts
  • components/toast/.gitignore
  • components/toast/AGENTS.md
  • components/toast/CHANGELOG.md
  • components/toast/LICENSE
  • components/toast/README.md
  • components/toast/package.json
  • components/toast/src/components/Toaster.tsx
  • components/toast/src/index.ts
  • components/toast/src/lib/cn.ts
  • components/toast/src/store.ts
  • components/toast/src/styles.css
  • components/toast/src/toast.test.tsx
  • components/toast/src/types.ts
  • components/toast/tsconfig.json
  • components/toast/tsup.config.ts
  • components/toast/vitest.config.ts
  • components/ui/AGENTS.md
  • components/ui/README.md
  • components/ui/package.json
  • docs/00-architecture/01-project-overview.md
  • docs/00-architecture/02-repository-structure.md
  • docs/00-architecture/04-package-map.md
  • docs/00-architecture/05-distribution-model.md
  • docs/01-getting-started/01-installation.md
  • docs/01-getting-started/02-quick-start.md
  • docs/02-user-guide/01-react-ui.md
  • docs/02-user-guide/02-react-config.md
  • docs/02-user-guide/03-react-layout.md
  • docs/02-user-guide/04-react-table.md
  • docs/02-user-guide/05-react-content.md
  • docs/02-user-guide/06-styles-and-theming.md
  • docs/02-user-guide/08-react-action-buttons.md
  • docs/02-user-guide/09-react-card.md
  • docs/02-user-guide/10-react-modal.md
  • docs/02-user-guide/11-react-toast.md
  • docs/03-examples/01-basic-imports.md
  • docs/03-examples/02-app-shell-layout.md
  • docs/03-examples/03-datatable.md
  • docs/03-examples/04-demo-site.md
  • docs/04-development/01-setup.md
  • docs/04-development/02-coding-standards.md
  • docs/04-development/05-release-process.md
  • docs/05-maintenance/01-risks-and-gaps.md
  • docs/05-maintenance/02-docs-changelog.md
  • docs/05-maintenance/03-consumer-migration.md
  • docs/README.md
  • package.json

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/1.0.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@soulevilx soulevilx merged commit ccdbf89 into main Jul 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant