⚠️ Breaking Chnages
- All class names are renamed from
underscoretodash - Few class wordings are changed and few removed
week-startis now taken from thelocaleprop instead of defaulting to Monday.
For more info, take a look at the migration guide
🚀 Features
- Automatically use
week-startbased on thelocaleprop (#1236)
🐛 Bug Fixes
- Fixed issue with
text-inputnot parsing letters used for values (#1222, #1234) - Fixed teleport prop type for proper
booleansupport (by @syyyr) (#1223) - Fixed issue with
inputloosing focus upon opening the menu withselectOnFocusenabled (by @abdouthetif) (#1224, #1225) - Fixed issue with missing source files warning (#1226)
- Fixed issue with new
unplugin-dtstypes generating throwing error (#1231) - Fixed
TypeScriptissue on slots that provide different props in different modes (#1232) - Fixed issue with invalid time value when switching programatically between enabled/disabled
range(by @Kapcash) (#1256, #1259) - Fixed issue with broken
filters.yearsonmonth-pickerandquarter-picker(by @umutcantopal) (#1263, #1264) - Fixed issue with
formats.inputnot being propagated toformats.preview(#1261) - Fixed issue with extra spaces in range separator where text input is enabled with range (by @AlexanderNP) (#1269, #1271)
- Fixed issue with menu wrap remaining in the DOM after closing the menu (by @alexovn) (#1278, #1279)
🔧 Refactor
- Added
data-test-idfor preview section (by @jaccodenneboom) (#1219, #1220) - Repository converted to
pnpm workspaceand package manager changed topnpm - Removed
sassand replaced with plaincss