Releases: globalbrain/sefirot
Releases · globalbrain/sefirot
v4.0.0
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 for migration guide.
- Refer docs for updated documentation.
v3.49.0
Bug Fixes
Features
- validation: allow undersocre in domain name when validating email (#542) (9b37326)
v3.48.0
Bug Fixes
- error: don't set error in store if it's ignored (#535) (91bc2d9)
Features
- indicator: add
<SIndicator>
component (#533) (#534) (48d8626)
- input-textarea: allow enabling auto resizing of textarea on supported browsers (#531) (8551a86)
v3.47.1
Bug Fixes
- error: manually log error when sentry is disabled (#530) (7220745)
v3.47.0
Bug Fixes
- types: fix broken markdown-it import with ESM resolution (#529) (6f11f7c)
Features
v3.46.0
Features
- action-list: support showing tooltip and implement disabled prop (#516) (7f2abd1), closes #514 #515
- button: support passing only string as tooltip (#524) (22e7e16)
- http: support sending files along with json (#522) (dd75beb)
v3.45.0
Features
- control: add
:disabled
and :tooltip
support on action bar button (#523) (ff124a6)