Skip to content

Releases: trenaryja/ui

Release 0.0.1-35

29 Jan 01:38

Choose a tag to compare

Release 0.0.1-35 Pre-release
Pre-release
  • build: add use-client directive script and update config (6dfcd20)
  • refactor(demos): update imports to use @demo path (3ec4f0b)
  • refactor(ascii): extract ASCII rendering to useAscii hook (e190d6f)
  • refactor(theme): move theme to hooks as useTheme (b659c38)
  • refactor(demo): move standalone demos to demo/demos/ (71f9dfe)
  • refactor(demo): reorganize demo infrastructure (4e95004)
  • refactor(demos): standardize section order and unify styling (032af03)
  • feat(useNativeDialog): add demo page for native dialog hook (85756c3)
  • docs: add component roadmap for planned form inputs (1a71313)
  • chore(demos): enhance demo examples and clean up TODOs (890aa7d)
  • refactor(TriToggle): simplify component and remove serialization utils (c1439a8)
  • feat(Select): add nativeDropdown prop to support native dropdown styling in Select component (e0adcb4)
  • feat(RadioGroup): add allowDeselect functionality to radio buttons (75c3e6c)
  • fix(TriToggle): omit defaultValue from base input props to fix type conflict (a12d66d)
  • feat(demos): add component demos with input tags (6e1875a)
  • feat(demos): add tags support to demo metadata (26da509)
  • refactor(RadioGroup): refactor to variant architecture (1e532e5)
  • feat(Radio): add Radio component with btn variant and useRadioGroup hook (309e200)
  • feat(components): add BaseInput and form input primitives (80f7c17)
  • refactor(demos): extract SearchableGrid component with improved type safety (cd011c4)
  • feat(AnimatedNumber): add AnimatedNumber component with demo and utility functions (0bae3c8)
  • feat(ThemePicker): refactor to variant-based architecture (20e93ca)
  • refactor(Modal): simplify close button positioning (39b7d1a)
  • feat(components): add TriToggle component for three-state selection (ca4ef86)
  • feat(hooks): add useNativePopover hook for native popover API (c059fa9)
  • feat(css): add surface utility classes and overflow fade effects (8f9a548)
  • feat(theme): add defaultLight/defaultDark support to theme provider (e701b71)
  • feat(utils): add boolMap utility and type helpers (e3e15f1)

Release 0.0.1-34

19 Jan 07:45

Choose a tag to compare

Release 0.0.1-34 Pre-release
Pre-release
  • refactor: organize components/hooks into folder-per-module structure (e492c23)
  • feat(theme): implement custom theme provider and remove next-themes dependency (6919387)

Release 0.0.1-33

18 Jan 21:35

Choose a tag to compare

Release 0.0.1-33 Pre-release
Pre-release
  • Externalize React dependencies and refactor CSS build (4bafa4f)
  • remove storybook (eed698f)

Release 0.0.1-32

08 Jan 05:15

Choose a tag to compare

Release 0.0.1-32 Pre-release
Pre-release
  • add ThemePicker component; refactor theme/color maps to objects; tweak Storybook demos and bump deps (4a84825)
  • fix: rename Textarea to TextArea to hopefully fix vercel build issue (33be307)
  • fix: update imports for Placement type in Field stories and refactor Toaster exports (67b35fd)
  • feat: add Button and Toaster components (2f6732f)
  • refactor: simplify meta definitions and update story exports across components (fc18831)
  • fix: remove eslint-disable for no-plusplus and no-bitwise in ascii.utils.ts (cda1d8e)
  • feat: add Field, Fieldset, Input, Select, Textarea, PlacementPicker, RadioGroup components (bdc2e64)
  • fix linting (16e41d1)
  • fix ascii hook (967dd4d)
  • feat: add ColorButton component and integrate next-themes for theme management (f903a63)
  • feat: add isIn utility function for array inclusion checks (6de9d7a)
  • refactor: simplify ScaledText stories layout and improve type assertion for glyphFamilies (d78bece)
  • refactor: separate utilities into named files (a0f9663)
  • remove TextAreaAuto in favor of using field-sizing-auto tw class (b107811)
  • updated ascii.utils to improve performance (2a9a4ec)
  • cleanup and co-locate stories with source files (af296ff)
  • feat: add date-fns dependency and implement useDuration hook with related utilities and stories (acc6773)
  • feat: implement TextAreaAuto component and update Modal and BalancedGrid components (304244e)
  • feat: add useBreakpoint hook (678494d)
  • refactor: update Storybook layout configuration and ESLint rules (3977643)
  • feat: add Modal component (df01319)
  • feat: add useUnsavedChangesPrompt hook and corresponding story (87738bd)
  • change use-debounced-cycle to use-cycle (3bb478a)

Release 0.0.1-31

10 Dec 00:27

Choose a tag to compare

Release 0.0.1-31 Pre-release
Pre-release
  • add permissions to workflow (849645a)

Release 0.0.1-30

10 Dec 00:20

Choose a tag to compare

Release 0.0.1-30 Pre-release
Pre-release
  • export getClosestTailwindColor utility (7969605)

Release 0.0.1-29

09 Dec 23:30

Choose a tag to compare

Release 0.0.1-29 Pre-release
Pre-release
  • export isDark utility (13e4403)
  • remove GradientSlider, HueSlider, and HexGrid to lighten dependencies. Improve linting (0e13249)
  • add codepen docs and init LineFieldImage component (4e544e9)
  • add react-icons search and improve other stories (d8e909e)
  • fix icon (9daf1f6)
  • update readme and convert hex component to class (2650bdc)
  • add nerd font glyph search (d498ee6)

Release 0.0.1-28

20 Sep 07:46

Choose a tag to compare

Release 0.0.1-28 Pre-release
Pre-release
  • include all of daisy and prose in browser.css (5c5181d)

Release 0.0.1-27

20 Sep 06:27

Choose a tag to compare

Release 0.0.1-27 Pre-release
Pre-release

Release 0.0.1-26

20 Sep 05:24

Choose a tag to compare

Release 0.0.1-26 Pre-release
Pre-release
  • tweak tsconfig for React builds and skip ci with release-it (0208246)