Releases: raystack/apsara
Releases · raystack/apsara
v0.33.1
What's Changed
Fixes
- Feat (Datatable): add onClear and value to search component by @rsbh in #294
- Fix (Tooltip): Tooltip behaviour with Text component not working by @paanSinghCoder in #295
Full Changelog: v0.33.1-alpha...v0.33.1-alpha
v0.33.0
What's Changed
🚨 BREAKING CHANGE
#285 Sidepanel
component is renamed to Sidebar
.
🎉 New Features
- Feat(Datatable): Add v1 Datatable component by @rsbh in #264
- Feat(Dialog): Dialog v1 add additional props 4738 by @paanSinghCoder in #289
- Feat(Dialog): Add overlay customisation (
overlayBlur
,overlayClassName
,overlayStyle
) by @paanSinghCoder in #289 - Feat(Dialog): Add width prop to
Dialog.Content
for direct width control by @paanSinghCoder in #289 - Feat(Dialog): Add close prop to control close button visibility by @paanSinghCoder in #289
- Feat(Dialog): Add className support for
Dialog.Description
by @paanSinghCoder in #289 - Feat(Docs): Add
To be deleted
badge to docs by @paanSinghCoder in #291
🛠️ Fixes and Chores
- Fix(EmptyState): Add top margin by @paanSinghCoder in #284
- Style(Dialog): Match close button css with legacy styling until we have the new designs for v1. by @paanSinghCoder in #289
- Chore(Dialog): Add usage in
Assets.tsx
by @paanSinghCoder in #289 - Chore(Button): Button fixed height by @paanSinghCoder in #289
- Fix(Datatable): Minor issues in Datatable by @rsbh in #290
- Fix (Sidebar): Sidebar mdx formatting by @paanSinghCoder in #291
- Fix(Sidebar): CSS and other refactors after Variables change in sidepanel v1. by @paanSinghCoder in #285
- Chore(Docs): Add missing
newBadge
in new components. by @paanSinghCoder in #291 - Fix(Sidebar): Change sidebar height from
100vh
to100%
. by @paanSinghCoder in #291 - Fix(Tooltip): Set default
asChild
as true by @paanSinghCoder in #286 - Fix(Docs): Add scope for select component docs and add package script by @paanSinghCoder in #283
- Refactor(Typography): Phase 2 typography and other CSS changes by @paanSinghCoder in #272
Full Changelog: v0.32.0...v0.33.0
v0.32.0
What's Changed
🎉 New components and features
- Feat(Table): Add v1 Table component by @rsbh in #265
- Feat(Flex): Add more spaces in flex gap prop by @rsbh in #274
- Feat(Select): Add Select v1 by @paanSinghCoder in #273
- Feat(Dialog): Dialog v1 by @paanSinghCoder in #266
- Feat(Sheet): Sheet v1 by @paanSinghCoder in #255
- Feat(Tooltip, IconButton): add
className
andstyle
props to Tooltip and IconButton by @paanSinghCoder in #271 - Feat(Command): Add command code with new css vars by @paanSinghCoder in #269
- Feat(Overlay): Overlay v1 by @paanSinghCoder in #270
🛠️ Fixes and chores
- Fix(Range-Picker): Add default placeholder for range-picker v1 compo… by @paanSinghCoder in #277
- Fix(Button): Button v1 size 4376 by @paanSinghCoder in #278
- Fix(Style): Override prevent by @paanSinghCoder in #279
- Chore(Input Field): Input field v1 update 4738 by @paanSinghCoder in #280
- Fix(Chip): Change chip prop from style to color as it's reserved keyword by @paanSinghCoder in #275
Full Changelog: v0.31.1...v0.32.0
v0.31.1
What's Changed
- Fix: Remove overriding style for default html tags by @paanSinghCoder in #268
Full Changelog: v0.31.0...v0.31.1
v0.31.0
What's Changed
New components and variables
- Feat: Add Typography vars by @paanSinghCoder in #254
- Feat: Add letter spacing vars by @paanSinghCoder in #259
- Feat: Popover v1 by @paanSinghCoder in #253
- Feat: Label v1 by @paanSinghCoder in #243
Fixes and chores
- Fix: Incorrect text display behaviour by @paanSinghCoder in #261
- Refactor: Add typography variables to v1 components by @paanSinghCoder in #260
- Fix: Imports by @paanSinghCoder in #263
Full Changelog: v0.30.2...v0.31.0
v0.30.2
What's Changed
- Chore: Update css vars in Avatar v1 by @paanSinghCoder in #256
Full Changelog: v0.30.1...v0.30.2
v0.30.1
What's Changed
- refactor: restructure css by @paanSinghCoder in #252 BREAKING CHANGE
Full Changelog: v0.30.0...v0.30.1
v0.30.0
🚨 BREAKING CHANGE
- Rename
-text-
to-foreground-
in variables as these variables could be used with non text css properties. - Remove duplicates from some variable names like
-white-white-
renamed to-white-
.
What's Changed
- Feat(Headline): Headline v1 by @paanSinghCoder in #248
- style: Refactor CSS vars by @paanSinghCoder in #250 BREAKING CHANGE
Full Changelog: v0.29.1...v0.30.0
v0.29.1
What's Changed
- Fix: Callout css override by @paanSinghCoder in #247
- Fix: Imports and remove unnecessary deprecate by @paanSinghCoder in #249
- Fix: Tooltip asChild to false by @paanSinghCoder in #251
Full Changelog: v0.29.0...v0.29.1
v0.29.0
What's Changed
New components
- Feat/image v1 by @paanSinghCoder in #237
- Feat/list v1 by @paanSinghCoder in #233
- Feat/separator v1 by @paanSinghCoder in #239
- Feat/link v1 new by @paanSinghCoder in #241
- Feat: filter chip v1 by @paanSinghCoder in #231
- Feat/container v1 by @paanSinghCoder in #245
Other fixes and chores
- Feat: pull request and issue templates by @paanSinghCoder in #234
- Fix: calendar css and button docs by @paanSinghCoder in #242
- Fix/calendar v1 css fixes by @paanSinghCoder in #244
- Fix(calendar): default trigger text alignment by @paanSinghCoder in #246
- Refactor: sort imports by @paanSinghCoder in #235
- Chore: rename deprecation warning by @paanSinghCoder in #240
Full Changelog: v0.28.0...v0.29.0