Skip to content

Latest commit

 

History

History
167 lines (106 loc) · 4.36 KB

File metadata and controls

167 lines (106 loc) · 4.36 KB

@repo/storybook

2.0.6

Patch Changes

  • Updated dependencies [22b1506]
    • @datum-cloud/datum-ui@1.3.2

2.0.5

Patch Changes

  • Updated dependencies [f760a10]
    • @datum-cloud/datum-ui@1.3.1

2.0.4

Patch Changes

  • Updated dependencies [a2466e4]
  • Updated dependencies [a2466e4]
    • @datum-cloud/datum-ui@1.3.0

2.0.3

Patch Changes

  • Updated dependencies [eb8bb48]
    • @datum-cloud/datum-ui@1.2.0

2.0.2

Patch Changes

  • Updated dependencies [36b0835]
  • Updated dependencies [36b0835]
    • @datum-cloud/datum-ui@1.1.0

2.0.1

Patch Changes

  • e28bc85: Fix docs dark mode. The component preview on a docs page now gets a dark background in dark mode (matching the dark-rendered component), while the rest of the docs chrome stays light. Removes the custom docs DocsContainer, which threw a "combining Storybook hooks with framework hooks" runtime error and themed the whole docs page (clashing with the light prose and tables).

2.0.0

Major Changes

  • dfea323: Consolidate all documentation into Storybook and remove the standalone fumadocs app.

    Storybook is now the single documentation surface:

    • Component usage docs (prose + examples) migrated into each story via parameters.docs.description and example stories.
    • MDX guide pages: Introduction, Installation, Theming, Providers, and the Picker migration guide.
    • Hook docs with live demos: useCopyToClipboard, useDebounce.
    • New stories for previously undocumented components: StatCard, Combobox, Sidebar.
    • Docs pages follow dark mode via a theme-aware DocsContainer.

    BREAKING CHANGE: the fumadocs app (apps/docs) has been removed.

1.0.10

Patch Changes

  • Updated dependencies [fc4f1d8]
    • @datum-cloud/datum-ui@1.0.0

1.0.9

Patch Changes

  • Updated dependencies [f0495ef]
    • @datum-cloud/datum-ui@0.10.2

1.0.8

Patch Changes

  • Updated dependencies [3d0c7b9]
    • @datum-cloud/datum-ui@0.10.1

1.0.7

Patch Changes

  • Updated dependencies [93b48e7]
    • @datum-cloud/datum-ui@0.10.0

1.0.6

Patch Changes

  • Updated dependencies [3a389c4]
  • Updated dependencies [3a389c4]
  • Updated dependencies [3a389c4]
  • Updated dependencies [f28c2fc]
  • Updated dependencies [f28c2fc]
    • @datum-cloud/datum-ui@0.9.0

1.0.5

Patch Changes

  • Updated dependencies [abd07f0]
  • Updated dependencies [abd07f0]
  • Updated dependencies [45e1024]
    • @datum-cloud/datum-ui@0.8.1

1.0.4

Patch Changes

  • Updated dependencies [8f3aec8]
    • @datum-cloud/datum-ui@0.8.0

1.0.3

Patch Changes

  • f9b4cb4: Cover the components and props synced from cloud-portal in @datum-cloud/datum-ui@0.7.

    Added stories

    • base/mobile-sheet — Default, WithDescription, NoFooter
    • base/responsive-dropdown — Default menu, WithCustomContent. Children use plain buttons because Radix DropdownMenuItem requires a DropdownMenu context that only exists on the desktop branch of ResponsiveDropdown.
    • features/rich-text-editor — Editor + ReadOnly (RichTextContent)
    • features/form-dialogshowHeaderClose toggle
    • base/responsive-popover — Default, ResponsiveFalse
    • features/multi-select — Default, WithPresetSelection

    Enhanced stories

    • features/tag-input — new variants covering delimiters, normalizer, validator, and auto-confirm-on-blur
    • features/page-titleLongDescription variant showing the new max-w-2xl constraint
    • base/tooltip — docs note describing the new mobile long-press behavior

    Styling

    • stories/storybook.css opts into @datum-cloud/datum-ui/styles/canela so the font-title utility renders Canela instead of the system-sans fallback.
  • Updated dependencies [f9b4cb4]

    • @datum-cloud/datum-ui@0.7.0

1.0.2

Patch Changes

  • 48e2240: Bump Rsbuild toolchain to latest patches and update the shared publish workflow action.

    • @rsbuild/core: ^1^1.7.5
    • @rsbuild/plugin-react: ^1^1.4.6
    • datum-cloud/actions reusable workflows: v1.13.1v1.13.2
  • Updated dependencies [48e2240]

    • @datum-cloud/datum-ui@0.6.1

1.0.1

Patch Changes

  • 2441eef: test production release flow with GIT_PAT

1.0.0

Major Changes

  • a397fee: Transforms the Storybook setup from a basic development tool into a production-quality component documentation and exploration platform for both internal developers and external npm consumers.