All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.25 (2025-02-08)
- add plans (b616c8b)
0.3.24 (2025-02-07)
- setup pricing page (f09b92e)
0.3.23 (2025-02-07)
- update Grid component for responsive breakpoints. (9d2ee2a)
0.3.22 (2025-02-06)
- add PixelatedCanvas component. add contact sections (114f4ed)
0.3.21 (2025-02-06)
- add grid component. (49d3dc2)
0.3.20 (2025-02-06)
- add responsive menu on header (55fc612)
0.3.19 (2025-02-05)
- add empty state component (0765076)
0.3.18 (2025-02-05)
- remove popper files (4be79a9)
0.3.17 (2025-02-04)
0.3.16 (2025-02-03)
- add fixed version of dropdown-menu library (5758d92)
0.3.15 (2025-02-02)
0.3.14 (2025-01-29)
- fiz build related bugs (d069d78)
0.3.13 (2025-01-23)
0.3.12 (2025-01-22)
- lib: include the custom library (5c36c08)
0.3.11 (2025-01-22)
0.3.10 (2025-01-22)
0.3.9 (2025-01-22)
- add GeistContentWrapper to wrap collapse contents on /geist (cb0800e)
0.3.8 (2025-01-22)
- add dropdown-menu component (203af1b)
0.3.7 (2025-01-22)
- ui[popper-sub-content]: set position of the sub popper while resizing (6133ca9)
0.3.6 (2025-01-22)
- ui: add inset, suffix, and prefix props to the PopperItem (25f1190)
0.3.5 (2025-01-22)
- add alert-dialog from shadcn (38f902e)
- 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)
- 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)
- unused-variables: remove unused variables (b1ce808)
0.3.1 (2025-01-21)
0.3.0 (2025-01-21)
- ui[popper-item]: add asChild feature to popper components.
- ui[popper-item]: add asChild feature to popper components. (0c102c8)
0.2.19 (2025-01-21)
- ui: add disabled prop to the popper item. disable all interaction with disabled item (c5aef98)
0.2.18 (2025-01-21)
- 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)
- 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)
- util: update chain util function to handle async functions as well (b04b024)
0.2.14 (2025-01-18)
- ui: fix keyboard navigation through popper items (cae536f)
0.2.13 (2025-01-18)
- ui: add navigate through items feature with keyboard (d09ebc2)
0.2.12 (2025-01-18)
- ui: add ReactFocusGuard from react-focus-lock (ebf2953)
0.2.11 (2025-01-18)
- ui: add highlighting feature to the popper (2a40018)
0.2.10 (2025-01-18)
- util: add chain function - takes functions as arguments, and executes them (1703c53)
0.2.9 (2025-01-18)
- ui: add useOutsideClick and useRestrict hooks (1f7bdc6)
0.2.8 (2025-01-17)
- layout: add bottom nav in geist layout (a16b430)
0.2.7 (2025-01-17)
- ui: add highlight line numbers feature to CodeBlock (9890544)
0.2.6 (2025-01-17)
0.2.5 (2025-01-17)
- 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)
- add a script to run git push (71d9b34)
0.2.1 (2025-01-16)
- geist: add customizable tabs page (f1397ce)
0.2.0 (2025-01-16)
- ui: it fixes the issue related with framer-motions layoutId for the animation which should be unique for each group of tabs
- ui: add Tabs component to generate unique ids for each group of tabs. (59bff79)
0.1.11 (2025-01-12)
- geist: add tabs page and first section (07e3069)
0.1.10 (2025-01-12)
- ui: add animate presence in tabs.tsx for handling hover events (575a5c8)
- 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)
- 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)
- geist: add checkbox disabled section (8854b55)
0.1.7 (2025-01-10)
- ui: add styles for disabled checkbox (e19faa8)
0.1.6 (2025-01-10)
- ui: add checkbox component (7fbd2a6)
0.1.5 (2025-01-10)
- ui: add iconOnly prop to ButtonLink (b7ade09)
0.1.4 (2025-01-10)
- 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)
- geist: setup checkbox page (4ce300f)
0.1.2 (2025-01-10)
- lib: add standard-version (314df0c)