CHANGELOG
3.0.0
- [breaking] Removed Dynamic Screen feature.
- [breaking] Changed
line-height
of2xs
font size to0.75rem
(from1
). - Added
group-hocus
,group-hocus-within
,group-hocus-visible
,peer-hocus
,peer-hocus-within
andpeer-hocus-visible
variants. - Added
5
,6
,7
,8
and9
tozIndex
utilities.
2.0.0
- [breaking] Renamed
bg-radial-*
classes and variables.bg-radial-SPACING
→bg-radial-gap-SPACING
bg-radial-w-SPACING
→bg-radial-gap-x-SPACING
bg-radial-h-SPACING
→bg-radial-gap-y-SPACING
bg-radial-circle-BORDER_WIDTH
→bg-radial-size-BORDER_WIDTH
1.11.0
- Added Scrollbar Color and Scrollbar Width utilities.
1.10.0
- [breaking] Removed the default export and added named export
allAddons
instead.
1.9.3
- Added TypeScript support.
- Added new
supports-hover
,supports-focus
,supports-focus-within
,supports-focus-visible
,supports-hocus
,supports-hocus-within
,supports-hocus-visible
utilities.
1.9.0 - 1.9.2
Update to 1.9.3 version!
1.8.3
- Added
base
param toresetNumberInput()
asresetSearchInput()
. When using them as single imports, excute them.
1.8.2
- [fix] Included file extension when importing.
- Only included source files in published package.
1.8.1
- Reverted the feature that was syncing the values of
spacing
withminWidth
,maxWidth
,minHeight
, andmaxHeight
utils. https://github.com/tailwindlabs/tailwindcss/pull/12300.
1.8.0
- [breaking] Requires
"tailwindcss": ">= 3.4.1 < 4"
. - [breaking] Dropped CJS support (ESM only).
- [breaking] Rewrote the API.
- [breaking] Renamed
notVariants
tonot
. - [breaking] Renamed
tap-highlight
totab
. - [breaking] Renamed
screenToDynamicScreen
todynamicScreen
. - [breaking] Removed
resetInputs
and added (resetNumberInput
andresetSearchInput
) utils. - [breaking] Renamed
fontWeightRegular
tofontRegular
. - [breaking] Renamed
moreDefaultValues
toextraDefaults
. - [breaking] Enabled
dynamicScreen
by default. - Added JSDoc support.
- Added hocus variants.
- Can import plugins individually.
1.7.0
- [breaking] Renamed
screenSizeFix
option toscreenToDynamicScreen
.
1.6.0
Update to this version if you are using any of the previous versions!
- Added TypeScript auto-completion for options.
1.5.0
Update to this version if you are using any of the previous versions!
- Fixed
minHeight
andmaxHeight
frommoreDefaultValues
not working when usingscreenSizeFix
.
1.4.0
Update to this version if you are using any of the previous versions!
- We went back to using CJS instead of ESM because of some weird issues!
1.3.0
Update to this version if you are using any of the previous versions!
- Fixed:
SyntaxError: Identifier 'plugin' has already been declared
.
1.2.0
Update to this version if you are using any of the previous versions!
- Fixed:
Cannot read properties of undefined (reading 'call')
.
1.1.0
Update to this version if you are using any of the previous versions!
- Fixed:
SyntaxError: Identifier 'plugin' has already been declared
.
1.0.0
If you used the older versions, please look at the documentation to find out what's new. I got rid of the list of changes because there were a lot of mistakes in it. So, we're starting fresh. I'm sorry about that!