Releases: raystack/apsara
Releases · raystack/apsara
v0.39.0
BREAKING CHANGE
What's Changed
- fix: fix font difference by @paanSinghCoder in #317
- feat: add coin icons by @rsbh in #320
- feat: add bell and bell-slash icons by @rohanchkrabrty in #321
- feat: Apsara Docs revamp by @rohanchkrabrty in #288
- fix: apsara logo by @rohanchkrabrty in #322
- chore: add dev page in apsara by @paanSinghCoder in #324
- fix: remove lodash and use inbuilt js methods by @paanSinghCoder in #327
- feat: dialog design by @rsbh in #329
- Refactor/search v1 4823 by @paanSinghCoder in #315
- feat: add new icon by @paanSinghCoder in #328
Full Changelog: v0.38.0...v0.39.0
v0.38.0
What's Changed
- Feat: InputField, Textarea CSS and icons fix by @paanSinghCoder in #314
- Feat: Add tooltip on info icon in InputField by @paanSinghCoder in #314
Full Changelog: v0.37.0...v0.38.0
v0.37.0
v0.36.0
What's Changed
- feat: add info tooltip by @paanSinghCoder in #306
- feat: add wrapper to datatable content by @rsbh in #310
- Refactor/shadow blur v1 changes by @paanSinghCoder in #311
- Feat: Add Sidepanel component by @rsbh in #313
Full Changelog: v0.35.0...v0.36.0
v0.35.0
What's Changed
- Feat(Style): Add blur and shadow variables by @paanSinghCoder in #304
- Feat(Tooltip): Add
showArrow
prop by @paanSinghCoder in #305 - Fix(Spinner): Spinner direction change by @paanSinghCoder in #307
Full Changelog: v0.34.2...v0.35.0
v0.34.2
v0.34.1
v0.34.0
What's Changed
Features
- Feat: add onRowClick by @rsbh in #300
- Feat(Select): Add
stopPropagation
boolean prop by @paanSinghCoder in #299
Bug fixes and chores
- Fix(Datatable): add onClear and value to search component by @rsbh in #294
- Chore: Sidebar fixes by @paanSinghCoder in #292
- Fix: Tooltip behaviour by @paanSinghCoder in #295
- Fix: Show loader only for visible columns by @rsbh in #296
- Docs: Update readme by @paanSinghCoder in #293
- Fix: Select stop propagation by @paanSinghCoder in #299
- Fix: RQL filter values by @rsbh in #300
Full Changelog: v0.33.0...v0.34.0
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