Skip to content

Releases: ultrasonicdevs/simplify-dev

2.0.12-alpha

19 May 20:07
Compare
Choose a tag to compare

Additions:

  • File Uploader;

Chandes:

TabListProvider prop defaultIndex renamed to defaultSelectedId

1.0.0-beta

16 Sep 09:35
a376502
Compare
Choose a tag to compare

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

02 Sep 19:16
6efb4c0
Compare
Choose a tag to compare

Additions

Hooks:

  1. useListItemFocus

UI:

  1. TabListProvider
  2. TabList
  3. TabContent

2.0.4-alpha

26 Feb 05:09
Compare
Choose a tag to compare

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

0.0.1 alpha

25 Jul 08:46
Compare
Choose a tag to compare
0.0.1 alpha Pre-release
Pre-release

Additions:

Created simple UI components and basic hooks

UI Components:

  1. Typography
  2. Box
  3. Button
  4. Input
  5. Checkbox
  6. Toggle

Hooks:

  1. useDebounce
  2. useFocus
  3. useForwardRef
  4. useValidate
  5. useWidth

Full Changelog: https://github.com/ultrasonicdevs/samplify-dev/commits/0.0.1-a