Skip to content

v0.1.0

Compare
Choose a tag to compare
@karrui karrui released this 25 May 07:14
· 344 commits to main since this release

No changes from v0.1.0-alpha.12.
Changelog reflects major changes from previous latest (v0.0.12) to v0.1.0.
Full Changelog: v0.0.12...v0.1.0

What's Changed

New

  • feat: add sm size to Range/Calendar and Date/RangePicker components by @karrui in #274
  • feat: add more props, map list to List components, remove unused props by @karrui in #227
  • feat: add new Calendar and DatePicker components by @karrui in #92
  • feat: add new Toolbar component by @karrui in #236
  • feat: add onChange prop to searchbar to enable dynamic search by @justynoh in #218
  • feat: add Sidebar component by @karrui in #351
  • feat: add ssr, link.isExternalFn props to useMdComponent hook by @karrui in #210
  • feat: add TagInput component by @karrui in #191
  • feat: don't hardcode toast duration by @njenwei in #107
  • feat: export RestrictedFooter types and constants by @karrui in #159
  • feat: export Single/MultiSelect subcomponents by @karrui in #267
  • feat: replace usage of borderRadius with token by @karrui in #235
  • feat: update MultiSelect component to retain input on selection by @karrui in #158
  • feat: update themes, textStyle font family to be generic by @karrui in #310
  • feat: upgrade chakra-ui to v2.5.0 to fix Menu by @mantariksh in #228
  • feat(AvatarMenu): expose all Avatar props to allow overriding by @karrui in #277
  • feat(FormControl): update styling and fix focus on some inputs when clicked by @karrui in #260
  • feat(Radio): add allowDeselect option by @mantariksh in #206
  • feat(Tag): add xs size and styles by @karrui in #243
  • feat(theme): add default body text, bg, borderColor semantic tokens by @karrui in #239

Fixes

  • fix: add outline offset to default link styles by @karrui in #242
  • fix: export Calendar component by @karrui in #98
  • fix: export Sidebar components to package by @karrui in #355
  • fix: export tag input from index by @mantariksh in #199
  • fix: move SingleSelect, MultiSelect components to root by @karrui in #170
  • fix: remove timezone from datepicker by @LinHuiqing in #309
  • fix: update dropdown component to be more reliable by @karrui in #106
  • fix: upgrade downshift from 6.1.12 to 7.2.0, a11y fixes for single select and multiselect by @justynoh in #252
  • fix: use -subtle colors instead of non-existant -light prefix by @karrui in #289
  • fix(Calendar): correctly focus on date on month change, replace cuid with nanoid by @karrui in #200
  • fix(DateRangePicker): avoid kebab case for object css by @mantariksh in #209
  • fix(MultiSelect): correct chevron height on sm size by @karrui in #325
  • fix(MultiSelect): set input to readonly if isSearchable is false by @karrui in #257