Skip to content

Releases: ultrasonicdevs/simplify-dev

v3.2.3

Choose a tag to compare

@github-actions github-actions released this 15 Nov 13:41

3.2.3 (2025-11-15)

Bug Fixes

  • button: remove w-full in button type "button" (8fc3385)

v3.2.2

Choose a tag to compare

@github-actions github-actions released this 15 Nov 13:24

3.2.2 (2025-11-15)

Bug Fixes

  • button: set button with auto (b29bd93)

2.0.12-alpha

Choose a tag to compare

@FoxyGDFD FoxyGDFD released this 19 May 20:07

Additions:

  • File Uploader;

Chandes:

TabListProvider prop defaultIndex renamed to defaultSelectedId

1.0.0-beta

Choose a tag to compare

@FoxyGDFD FoxyGDFD released this 16 Sep 09:35
a376502

Additions:

UI:

  1. TabList component
  2. TabListProvider
  3. TabListContent

Example of usage

Hooks:

  1. useListItemFocus

Example of usage

Changes:

  1. Optimizing build size
  2. Next.js server components support
    We refuse from idea with one file bundle, and divide package for 4 parts:
  3. simplify-dev - includes all ui components that can be used in next.js server components
  4. simplify-dev/client-ui - includes ui components that use some hooks inside.
  5. simplify-dev/hooks - includes all hooks
  6. simplify-dev/utils - includes cn function and tailwind css plugin and preset

0.2.4-a

Choose a tag to compare

@FoxyGDFD FoxyGDFD released this 02 Sep 19:16
6efb4c0

Additions

Hooks:

  1. useListItemFocus

UI:

  1. TabListProvider
  2. TabList
  3. TabContent

2.0.4-alpha

Choose a tag to compare

@FoxyGDFD FoxyGDFD released this 26 Feb 05:09

Additions:

  1. FileUploader component
  2. Tailwindcss plugin classes
  3. export useToggle

Refactoring:

  1. Reconfig storybook & library structure
  2. Move client-ui components to root
  3. Tailwindcss plugin component colors
  4. Only ref Checkbox

Deletions:

  1. Polymorph component export