Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Not using lists because of annoying Github title autoexpansion in lists.
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