Skip to content

Latest commit

 

History

History
367 lines (164 loc) · 14.7 KB

CHANGELOG.md

File metadata and controls

367 lines (164 loc) · 14.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.25 (2025-02-08)

Features

0.3.24 (2025-02-07)

Features

0.3.23 (2025-02-07)

Features

  • update Grid component for responsive breakpoints. (9d2ee2a)

0.3.22 (2025-02-06)

Features

  • add PixelatedCanvas component. add contact sections (114f4ed)

0.3.21 (2025-02-06)

Features

0.3.20 (2025-02-06)

Features

  • add responsive menu on header (55fc612)

0.3.19 (2025-02-05)

Features

  • add empty state component (0765076)

0.3.18 (2025-02-05)

Bug Fixes

0.3.17 (2025-02-04)

0.3.16 (2025-02-03)

Bug Fixes

  • add fixed version of dropdown-menu library (5758d92)

0.3.15 (2025-02-02)

0.3.14 (2025-01-29)

Bug Fixes

0.3.13 (2025-01-23)

0.3.12 (2025-01-22)

Features

  • lib: include the custom library (5c36c08)

0.3.11 (2025-01-22)

0.3.10 (2025-01-22)

0.3.9 (2025-01-22)

Features

  • add GeistContentWrapper to wrap collapse contents on /geist (cb0800e)

0.3.8 (2025-01-22)

Features

  • add dropdown-menu component (203af1b)

0.3.7 (2025-01-22)

Features

  • ui[popper-sub-content]: set position of the sub popper while resizing (6133ca9)

0.3.6 (2025-01-22)

Features

  • ui: add inset, suffix, and prefix props to the PopperItem (25f1190)

0.3.5 (2025-01-22)

Features

  • add alert-dialog from shadcn (38f902e)

Bug Fixes

  • ui[popper-sub]: disable click event on popper-item, if it is a trigger; close popper sub content on left arrow keydown, focus on the trigger item on close (766cde5)

0.3.4 (2025-01-22)

0.3.3 (2025-01-21)

Features

  • ui[popper-sub]: add key navigation feature to the popper sub (3298cb5)
  • ui[popper-sub]: setup popper sub components, render popper sub (db0d867)

0.3.2 (2025-01-21)

Bug Fixes

  • unused-variables: remove unused variables (b1ce808)

0.3.1 (2025-01-21)

0.3.0 (2025-01-21)

⚠ BREAKING CHANGES

  • ui[popper-item]: add asChild feature to popper components.

Features

  • ui[popper-item]: add asChild feature to popper components. (0c102c8)

0.2.19 (2025-01-21)

Features

  • ui: add disabled prop to the popper item. disable all interaction with disabled item (c5aef98)

0.2.18 (2025-01-21)

Features

  • ui: add aligning feature. Align and side props provide fully customizable positioning of the popper. The popper is able to stay on the screen while resizing the window as well (9677381)

0.2.17 (2025-01-21)

Bug Fixes

  • ui: fix initially spaceBelow variable. Because framer motion is animating the scale of the container, it was calculating the height of the container wrong. The issue is resolved by using offsetHeight, instead of rect.height (639cb09)

0.2.16 (2025-01-18)

0.2.15 (2025-01-18)

Bug Fixes

  • util: update chain util function to handle async functions as well (b04b024)

0.2.14 (2025-01-18)

Bug Fixes

  • ui: fix keyboard navigation through popper items (cae536f)

0.2.13 (2025-01-18)

Features

  • ui: add navigate through items feature with keyboard (d09ebc2)

0.2.12 (2025-01-18)

Features

  • ui: add ReactFocusGuard from react-focus-lock (ebf2953)

0.2.11 (2025-01-18)

Features

  • ui: add highlighting feature to the popper (2a40018)

0.2.10 (2025-01-18)

Features

  • util: add chain function - takes functions as arguments, and executes them (1703c53)

0.2.9 (2025-01-18)

Features

  • ui: add useOutsideClick and useRestrict hooks (1f7bdc6)

0.2.8 (2025-01-17)

Features

  • layout: add bottom nav in geist layout (a16b430)

0.2.7 (2025-01-17)

Features

  • ui: add highlight line numbers feature to CodeBlock (9890544)

0.2.6 (2025-01-17)

0.2.5 (2025-01-17)

Features

  • ui: add filename prop to the CodeBlock component (7c2b4d9)

0.2.4 (2025-01-17)

0.2.3 (2025-01-17)

0.2.2 (2025-01-16)

Features

  • add a script to run git push (71d9b34)

0.2.1 (2025-01-16)

Features

  • geist: add customizable tabs page (f1397ce)

0.2.0 (2025-01-16)

⚠ BREAKING CHANGES

  • ui: it fixes the issue related with framer-motions layoutId for the animation which should be unique for each group of tabs

Features

  • ui: add Tabs component to generate unique ids for each group of tabs. (59bff79)

0.1.11 (2025-01-12)

Features

  • geist: add tabs page and first section (07e3069)

0.1.10 (2025-01-12)

Features

  • ui: add animate presence in tabs.tsx for handling hover events (575a5c8)

0.1.9 (2025-01-12)

Features

  • geist: add checkbox disabled section (8854b55)
  • geist: setup checkbox page (4ce300f)
  • lib: add standard-version (314df0c)
  • ui: add checkbox component (7fbd2a6)
  • ui: add iconOnly prop to ButtonLink (b7ade09)
  • ui: add styles for disabled checkbox (e19faa8)
  • ui: add tabs component (8ba3673)

Bug Fixes

  • ui: change button of primary variant background on hover from bg-gray-200 to bg-gray-alpha-200 (818337f)

0.1.8 (2025-01-10)

Features

  • geist: add checkbox disabled section (8854b55)

0.1.7 (2025-01-10)

Features

  • ui: add styles for disabled checkbox (e19faa8)

0.1.6 (2025-01-10)

Features

  • ui: add checkbox component (7fbd2a6)

0.1.5 (2025-01-10)

Features

  • ui: add iconOnly prop to ButtonLink (b7ade09)

0.1.4 (2025-01-10)

Bug Fixes

  • ui: change button of primary variant background on hover from bg-gray-200 to bg-gray-alpha-200 (818337f)

0.1.3 (2025-01-10)

Features

  • geist: setup checkbox page (4ce300f)

0.1.2 (2025-01-10)

0.1.1 (2025-01-10)

Features

  • lib: add standard-version (314df0c)