Changelog
Changelog
Releases and notable changes across PatternBase and its framework packages. Latest on top.
0.3.4
2026-09-15
- chore: apply lint autofixes for export sorting and nullish checks (7ecab31)
- chore: ignore tsup bundled config artifact (c3b99da)
- chore: ignore turbo dev log files (adc3529)
- chore: increase commitlint body line limit to 200 (ea61137)
- chore: run clean before dev to avoid stale cache bugs (121399d)
- chore: update app icon and manifest assets (14c2c17)
- chore: upgrade React 19, Mantine v9, antd v6 (875f7bf)
- chore(docs): stop tracking next-env.d.ts (e1f23ca)
- fix: move app shell logo from header to sidebar (be58e26)
- fix: move overview into shared TOC column with section chrome (a9fffa4)
- fix: remove category-specific colors from pattern page hero (3c6d720)
- fix: remove overview from TOC so active section starts at demo (c0e4c23)
- fix: replace raw card chrome divs with shadcn Card components (c6a443d)
- fix: resolve eslint import sort and void expression warnings (ce09711)
- fix: restore pattern page hero layout and navigation spacing (19decf4)
- fix: wrap PreviewPane with WorkbenchProvider in pattern page (cdcea1d)
- fix(docs): call useSidebar in a SidebarProvider descendant (04c44d2)
- fix(docs): improve primary button contrast via foreground token (9e5f566)
- fix(docs): pin next-themes to stable 0.4.6 to silence script warning (46e5c5e)
- fix(shadcn): copy styles.css via tsup onSuccess for watch mode (e20d1d4)
- feat: add preview chrome and entrance animation to pattern workbench (adf402a)
- feat: add shared Logo component for app and public shells (9f3d378)
- feat: add table of contents and split pattern page into sections (20d1c15)
- feat: remove bootstrap from docs preview and restore mantine support (2945141)
- feat: update favicon assets and metadata (a2cbde5)
- feat: update logo and logo assets (d73f187)
- feat: use breadcrumb component in shell header title (11b5a3a)
- feat: use Breadcrumb in shell header and add ButtonGroup primitive (c1eb043)
- feat: use design tokens for antd default theme (8b61a60)
- feat: use shadcn command dialog for public site search (c5f999c)
- feat(docs): add about, privacy, contact, changelog, and llms.txt pages (4548ed1)
- feat(docs): add pure highlight-query helper (1d99ce2)
- feat(docs): add resources dropdown and mobile links to public nav (4ffd0f7)
- feat(docs): add searchable category pages reusing the patterns toolbar (d0264df)
- feat(docs): add tokenized docs card for pattern surfaces (99ebe4c)
- feat(docs): adopt floating acrylic shell for patterns app (33e0560)
- feat(docs): extract patterns toolbar with search shortcut (dd529ef)
- feat(docs): give pattern category cards a three-state expand control (e91e03e)
- feat(docs): move page title and collapse toggle into shell chrome (d2eddf5)
- feat(docs): pin shell frame and style search as a field (a58ecba)
- feat(docs): preview is the default workbench tab (77b456c)
- feat(docs): rebuild patterns shell with shadcn sidebar and semantic tokens (89b7b5f)
- feat(docs): redesign patterns index with bento cards (4f78377)
- feat(docs): reframe pattern hero as shell card and drop double padding (7dac9c4)
- feat(docs): rework home hero with announcement pill and prompt composer mock (8487266)
- feat(docs): stack pattern workbench into preview and below-surface cards (dc0fbd2)
- feat(docs): turn patterns index into category pills with collapsible cards (3b133f3)
- docs: add patterns index redesign plan (e1122c4)
- docs: add patterns index redesign spec (6d9f32f)
- docs: document patterns browse system and shell padding rules (7dab4ca)
- docs: record radius token and home hero conventions in agent docs (1785f17)
- docs: update agent guidelines with theme system and preview notes (69cf6f5)
- docs: update AGENTS.md with TOC layout, Card usage, and clean behavior (388117a)
- refactor: remove toolbar border in preview pane (7a02d83)
- refactor: use Card, CardContent, and ButtonGroup in preview pane (36f75bd)
- refactor(docs): centralize category icon mapping in lib/category-icons (df1ef44)
- refactor(docs): replace nested resources dropdown with direct nav links (6855533)
- style(docs): own shell content padding in the chrome card (4f1d619)
- style(docs): rebuild category page on shared card recipe (a2b8fe9)
- style(docs): restyle pattern rows with parity chip and highlight (d95b912)
- style(docs): tokenize code block border (b0a14bb)
- style(docs): tokenize props table chrome (5711191)
- style(docs): unify shell padding on the px-4 md:px-6 scale (0f90670)
- style(docs): use theme radius tokens in ui primitives (f4cd69f)
- style(shadcn): use theme radius tokens in ui primitives (8cf1914)
0.3.3
2026-09-12
- chore: delete next-env.d.ts (c632110)
0.3.2
2026-09-12
- fix(docs): drop per-category counts from patterns dropdown (17c69ce)
- fix(docs): make home page copy truthful and features functional (e724765)
- fix(docs): remove Browse by intent section and unused CategoryIndex (a6c45f1)
- fix(docs): remove hero terminal block (7e78a02)
- fix(docs): use shadcn Card for featured patterns, drop code snippet strip (fbe0265)
- fix(docs): use shadcn Card subcomponents in OriginManifesto, drop dead theme hook (b5764e9)
- fix(docs): wire header search to command palette and static category colors (bc33c67)
- feat(docs): add desktop navigation menu to public shell (8f1a2ff)
- feat(docs): add home page SEO metadata and security headers (bfb881d)
- feat(docs): add mobile navigation drawer to public shell (3be25b3)
- feat(docs): add multi-column footer to public shell (18a6613)
- feat(docs): add shared app-container utility (83b2320)
- feat(docs): add shared nav helpers for public shell (7057963)
- feat(docs): consolidate shadcn setup, tabler icons, turbo configs, and agent docs (61af02d)
- feat(docs): redesign home page with shadcn components and primitives (442e83c)
- feat(docs): rewrite public header with navigation menu and aligned container (2a2455e)
- feat(docs): use shadcn components dropdown for patterns menu (492f0be)
- feat(docs): wire footer into public shell layout (e19285b)
- feat(ui): add solid and interactive variants to Card (6b9425d)
- docs: add shadcn redesign and public shell plans (f0813e6)
- docs: document public shell layout and app-container utility (939b5d1)
- docs(agents): document (home)/\_components, card variants, dropdown counts (4d85d67)
- docs(agents): document workbench, split registry, and (shell) route group (9aa2dfb)
- refactor(docs): colocate home page components in (home)/\_components (ba09bcf)
- chore(docs): commit build-regenerated type refs and snippet whitespace (153fd55)
- chore(docs): remove Mantine and add shadcn framework support (9d4eec1)
- build: add MIT license to root and all packages (ebcb983)
0.3.1
2026-09-10
- chore: add .kilo, .lavish, opencode.json to gitignore and cleanup layout files (6742b47)
- chore: format touched docs and shadcn style files (d3b638d)
- chore: ignore auto-generated apps/docs/AGENTS.md (cb8a714)
- chore(shadcn): update lockfile with new package importer (724bb2b)
- chore(shadcn): update root lockfile (aa2072d)
- build: add release:patch, release:minor, release:major scripts (7e7dee6)
- build(docs): wire vitest via shared config (3790eb9)
- docs: add editorial redesign design spec (7d48674)
- docs: add file plan and mantine mapping to redesign spec (1787351)
- docs: add pattern workbench implementation plan (3031528)
- docs: add shadcn framework design spec (68953f7)
- docs: add shadcn implementation plan (e80d9c5)
- docs: consolidate agent docs into agent.md (cc6fdf6)
- docs: constrain editorial redesign to mantine-native styling (8d7d291)
- docs: replace css modules plan with mantine-native styling (731fa0f)
- docs: update framework copy for shadcn/ui (00f2dc4)
- feat: add featured patterns data helpers for landing page (36b23ae)
- feat: add fraunces display font and editorial typography utilities (5187913)
- feat(docs): add dedicated public shell header (34e7e19)
- feat(docs): add editorial home section components (3b1d32d)
- feat(docs): add SEO infrastructure and error boundaries ([cd6210c](https://github.com/design-sparx/pattern-base/commit/cd6210c)), closes [#10](https://github.com/design-sparx/pattern-base/issues/10) [#17](https://github.com/design-sparx/pattern-base/issues/17)
- feat(docs): add tailwind v4 and shadcn styles to docs app (5bce06e)
- feat(docs): complete editorial redesign with client-section workaround (0dbdc62)
- feat(docs): complete editorial redesign with reusable home components and public shell (bdcc0e8)
- feat(docs): editorial category pages and retire card components (d8e242a)
- feat(docs): editorial index for patterns browse page (3617e44)
- feat(docs): editorial landing page absorbs about route (ce2ccb4)
- feat(docs): export featured slugs and add pattern index row (b874b94)
- feat(docs): extend Mantine theme default props for design language (8f5303f)
- feat(docs): lazy per-framework preview slots (1d68286)
- feat(docs): pattern workbench layout replaces scrolling detail page (64b4f7f)
- feat(docs): rewrite category page and update index row (2897bcc)
- feat(docs): split public shell layout from app shell (589579c)
- feat(docs): url-synced workbench param parser (1c500ef)
- feat(docs): url-synced workbench state provider (8a058a6)
- feat(docs): use AppShellLayout for home route (3eb1915)
- feat(docs): wire shadcn framework into workbench (6eaabbe)
- feat(docs): workbench inspector pane with code, props, docs tabs (44319bd)
- feat(docs): workbench preview pane (bfe4910)
- feat(shadcn): add tailwind v4 theme stylesheet and css export (fe51504)
- feat(shadcn): implement citation pattern (7574159)
- feat(shadcn): implement governors patterns (5b580c5)
- feat(shadcn): implement open-input pattern (357e896)
- feat(shadcn): implement parameter-control pattern (fe957eb)
- feat(shadcn): implement prompt-actions patterns (1a8c449)
- feat(shadcn): implement suggestions pattern (a4c0493)
- feat(shadcn): implement trust-builders patterns (2a2067f)
- feat(shadcn): implement tuners patterns (59e5511)
- feat(shadcn): implement wayfinders patterns (69945ce)
- feat(shadcn): scaffold @patternbase/shadcn package (86e7403)
- feat(shadcn): vendor radix-based shadcn/ui primitives (361e591)
- fix: cross-framework bugs, accessibility, and code quality (0787d16)
- fix: resolve remaining lint warnings in docs and framework packages ([4ea51da](https://github.com/design-sparx/pattern-base/commit/4ea51da)), closes [#39](https://github.com/design-sparx/pattern-base/issues/39) [#42](https://github.com/design-sparx/pattern-base/issues/42)
- fix(all): resolve lint warnings across all packages ([7b01907](https://github.com/design-sparx/pattern-base/commit/7b01907)), closes [#31](https://github.com/design-sparx/pattern-base/issues/31) [#33](https://github.com/design-sparx/pattern-base/issues/33) [#34](https://github.com/design-sparx/pattern-base/issues/34) [#38](https://github.com/design-sparx/pattern-base/issues/38) [#39](https://github.com/design-sparx/pattern-base/issues/39) [#41](https://github.com/design-sparx/pattern-base/issues/41) [#42](https://github.com/design-sparx/pattern-base/issues/42) [#43](https://github.com/design-sparx/pattern-base/issues/43) [#44](https://github.com/design-sparx/pattern-base/issues/44) [#45](https://github.com/design-sparx/pattern-base/issues/45) [#46](https://github.com/design-sparx/pattern-base/issues/46)
- fix(docs): add 'use client' to not-found.tsx to fix build error (dffefe8)
- fix(docs): clamp inspector deep links to available tabs (700c4ae)
- fix(docs): keyboard accessibility for code scroll and install popover (9e2d666)
- fix(docs): make origin manifesto dark/light mode aware (1805655)
- fix(docs): prerender workbench island without search-params bailout (41f7f63)
- fix(docs): reset preview error boundary per framework (e11012f)
- fix(docs): resolve auto color scheme in preview slots (231fbc3)
- fix(docs): restore related pattern links and workbench polish (af41eec)
- fix(docs): use camelCase class names in Mantine nested selectors (23ed954)
- fix(shadcn): forward refs on vendored primitives for react 18 (8407383)
- fix(shadcn): harden canonical patterns per code review (8e47495)
- fix(shadcn): keyboard access on follow-up chips (614f611)
- fix(shadcn): label icon-only add-goal button (56fbe41)
- fix(shadcn): review feedback on prompt-actions batch (84bbec3)
- refactor: auto-generate code snippets from source + upgrade Next.js to 16.3.1 (e0ff69c)
- refactor: rebrand from AI Vory to PatternBase (331f2dc)
- refactor(docs): migrate editorial classNames from global CSS to CSS module (70a58c7)
- refactor(docs): purify workbench state updater (511c1b4)
- refactor(docs): split chrome into home and shell route groups (7595b00)
- refactor(docs): split component registry per framework (42d7e25)
- test(docs): cover case-insensitive fallback and fix lint (81bff8d)
- test(docs): enforce registry framework key parity (cfa0298)
0.3.0
2026-03-08
- feat: added layout to patterns (a9b48ad)
- feat: added mantine AI components (ef084a4)
- feat: remove redundant header links (2e151e3)
- feat: removed pricing page and added about page (0ea806a)
- feat: updated landing page (a2c1b68)
- feat: updated nested sidebar links, chore: resolved eslint issues (6f0d156)
- feat: updated our fonts (8f3293f)
- chore: renamed eslint from .eslintrc.js to eslintrc.cjs (3178bd5)
- fix: resolve tsup watch mode settings (e40c357)
0.2.0
2026-03-07
- chore: add components, utilities, and data for pattern previews and demos. (8ac1ad9)
- chore: add ESLint, Prettier, Vitest, Husky, and lint-staged setup (293fe1b)
- chore: add release-it for versioning (259ef62)
- chore: added favicon (abc8322)
- chore: fixed react import (81bc6c6)
- chore: migrate docs app to Mantine, remove TailwindCSS, and update dependencies (59ef7df)
- chore: remove outdated checklist files for Batch 2, Batch 3, and Batch 4 (e5196e1)
- chore: resolved eslint issues (89ddab9)
- chore: update .gitignore to include AGENTS.md and remove the file (12f7ea1)
- chore: upgrade Next.js from v14 to v16 (f6b6d81)
- feat: add Ant Design and React Bootstrap implementations for reusable components (6a9dda4)
- feat: add AppShell layout and contextual aside system with initial data and props definitions (7e1e040)
- feat: add Avatar component for AI identity representation and user interaction (4093fe7)
- feat: add Branches, Controls, and Draft Mode components with associated types and demo data (a329d37)
- feat: add Color component for consistent AI identity signaling across UI surfaces (7c8ae7c)
- feat: add Describe, Inpainting, Madlibs, Restructure, Restyle, and Synthesis patterns (3b922bf)
- feat: add Incognito Mode component for private session handling (429a213)
- feat: add Modes component with support for different operating modes (a9c611c)
- feat: add References component for managing session context with associated types and demo data (2d920bf)
- feat: add Sample Response component for previewing AI-generated outputs before full generation (f43a973)
- feat: add Shared Vision component for collaborative goal alignment and context management (9a02f97)
- feat: add Verification component for fact-checking claims (925f1f3)
- feat: add Voice and Tone component with adjustable axes for communication style (f25c99e)
- feat: add Watermark component for AI provenance tracking and verification (9f6c856)
- feat: added connectors components and patterns (6811030)
- feat: added limit to default items on spotlight component (2ef15d8)
- feat: added preset styles pattern to docs and framework (2ea101e)
- feat: added prompt enhancer pattern to docs and framework (e877091)
- feat: added release-it to manage app versioning (e1d5e9c)
- feat: fixed dark/light mode styles propagation to our individual components (0e258ad)
- feat: implement Memory component with management features and update related documentation (9ab71b0)
- feat: implement Saved Styles component with support for user-defined style configurations (e33467e)
- feat: refactor components to use Readonly props, modularize TocItems logic, and update branding (94933d1)
- feat: refactor install command handling and update dependencies (4846948)
- feat: unified our components constants (52277f0)
- feat: updated nested navbar links design (064ec86)
- feat: updated patterns Box sizing (c817b32)
- feat: updated sidebar design (fde7030)
- feat: updated ui design (9259e79)
- feat(ui): updated per pattern count in the sidebar parent link (8d66905)
- refactor: updated icons types from string to reactnode for scalability (a0fdafe)