Skip to content

Latest commit

 

History

History
165 lines (98 loc) · 3.57 KB

File metadata and controls

165 lines (98 loc) · 3.57 KB

Changelog

All notable changes to this project will be documented in this file.

[1.0.16] - 2026-04-17

Changed

  • Bumped brace-expansion from 1.1.12 to 1.1.14 (#233)
  • Bumped lodash from 4.17.23 to 4.18.1 (#233)
  • Bumped vite from 6.4.1 to 6.4.2 (#233)

[1.0.15] - 2026-04-03

Changed

  • Adjusted Columns multi-column breakpoint (#229)

[1.0.14] - 2026-03-20

Added

  • Added title prop to Callout component (#216 by @x0rgus)

Changed

  • Bumped flatted from 3.3.3 to 3.4.2 (#223)

[1.0.13] - 2026-03-19

Changed

  • Changed Columns to use named container query (columns-container) (#222)

[1.0.12] - 2026-03-18

Changed

  • Added support for container query responsiveness in Columns (#221)

Added

  • InsideContainer storybook story demonstrating container query behavior with a resizable wrapper (#220)

[1.0.11] - 2026-03-12

Fixed

  • Added tabIndex on base code block (#214)

[1.0.10] - 2026-03-11

Added

  • Exported Pill components (#212)

[1.0.9] - 2026-03-11

Added

  • Added CodeGroupSelect component for two-level snippet selection with group and example dropdowns (#209)
  • Exported DropdownMenu base component and related primitives (#210)

[1.0.8] - 2026-03-10

Added

  • Exported CodeSnippet component (#206)

[1.0.7] - 2026-03-09

Fixed

  • Fixed Expandable chevron icon size and color (#203)

[1.0.6] - 2026-03-05

Added

  • Exported ParamHead component (#202)

Changed

  • Bumped storybook from 10.1.11 to 10.2.10 (#201)
  • Bumped ajv from 6.12.6 to 6.14.0 (#200)

[1.0.5] - 2026-02-12

Fixed

  • Fixed mask-size for brand icons (#197)
  • Fixed callout bold styles (#196)

Changed

  • Refined search bar and made more customizable (#198)

[1.0.4] - 2026-02-09

Added

  • Added Search component with search modal, recent searches, and keyboard navigation (#194 by @lindsayzhng)

[1.0.3] - 2026-02-05

Fixed

  • Fixed bundling Shiki worker (#190 by @lindsayzhng)

[1.0.2] - 2026-01-30

Added

  • Added anchor link support to Steps component with id and noAnchor props (#187)
  • Added side and align props to Tooltip component for positioning control (#181 by @shadabiiitnr20)

Fixed

  • Fixed isMounted check for View component (#186)
  • Fixed Mermaid duplicated IDs and gantt chart default sizing (#183)

Changed

  • Updated internal props for Accordion and Card components (#185)
  • Prefer canonical Tailwind classes (#178 by @0xa3k5)

[1.0.1] - 2025-01-26

Fixed

  • Fixed CSS bundling by adding @tailwindcss/cli dependency (#174)
  • Fixed code block header truncation (#173)
  • Fixed type exports and disabled default rollupTypes (#176)

Changed

  • Updated README with style override instructions (#175)
  • Updated lodash from 4.17.21 to 4.17.23 (#171)

[1.0.0] - 2025-01-23

Initialized components library

Component Description
Accordion Expandable content sections
Badge Status and label badges
Callout Highlighted information boxes
Card Content cards
CodeBlock Syntax-highlighted code with copy button
CodeGroup Code blocks container with tabs or dropdown selection
Columns Multi-column layouts
Expandable Collapsible sections
Frame Image and content frames
Icon Icon rendering
Mermaid Diagram rendering
Panel Panel layouts
Property API property display
Steps Step-by-step instructions
Tabs Tabbed interfaces
Tile Tile grids
Tooltip Hover tooltips
Tree Hierarchical tree views
Update Changelog entries