Skip to content

Commit

Permalink
release: v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Aug 3, 2024
1 parent aceb3d9 commit 4425cfc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@


# [4.0.0](https://github.com/globalbrain/sefirot/compare/v3.50.0...v4.0.0) (2024-08-03)

### BREAKING CHANGES

* `@iconify-icons/` are replaced with unplugin-icons.
* Package is now ESM only.
* Trivial utilities like `isNullish` and `isArray` are removed.
* Deprecated props and components are removed.
* Old versions of `useData`, `useValidation`, `useForm` are removed.

### Features

* Newer icons available.
* Better ESM Support.
* New base config for Vite and Nuxt projects.
* New utilities like `isFetchError`.

### Migration

* Refer comments on [#539](https://github.com/globalbrain/sefirot/pull/539) for migration guide.
* Refer [docs](https://sefirot.globalbrains.com) for updated documentation.

# [3.50.0](https://github.com/globalbrain/sefirot/compare/v3.49.0...v3.50.0) (2024-07-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@globalbrain/sefirot",
"type": "module",
"version": "3.50.0",
"version": "4.0.0",
"packageManager": "[email protected]",
"description": "Vue Components for Global Brain Design System.",
"author": "Kia Ishii <[email protected]>",
Expand Down

0 comments on commit 4425cfc

Please sign in to comment.