Eric Y Liu
74ae2da5a2
chore(docs): use green tag type
2021-03-13 14:47:17 -08:00
Eric Y Liu
5c8c7233df
test(local-storage): fix invalid file
2021-03-13 14:44:19 -08:00
Eric Y Liu
1f7fe60695
feat: add LocalStorage component
2021-03-13 14:38:08 -08:00
Eric Y Liu
b5161b6b9e
test: add ImageLoader
2021-03-13 13:58:24 -08:00
Eric Y Liu
0dba95affd
feat: add ImageLoader component
2021-03-13 12:38:29 -08:00
Eric Y Liu
a222d23037
fix(types): fix TimePicker test to pass svelte-check
2021-03-13 12:22:42 -08:00
Eric Y Liu
576dedb9c3
feat: forward restProps to input element
2021-03-13 06:06:31 -08:00
Eric Y Liu
6a609240cd
feat(tooltip): elevate z-index of tooltip when open
2021-03-13 05:41:19 -08:00
Eric Y Liu
c11fa9465c
docs(button): extract selected, icon-only button example
2021-03-13 05:14:20 -08:00
Eric Y Liu
f4b9737753
fix(tag): set disabled prop on interactive tag
2021-03-12 16:58:28 -08:00
Eric Y Liu
f38ba05abc
fix(list-box): temporarily apply override styles to ListBoxMenuIcon for chevron
2021-03-12 16:50:24 -08:00
Eric Y Liu
448f3488d4
fix(list-box): update styles for ListBoxSelection
2021-03-12 16:47:38 -08:00
Eric Y Liu
bee8b521ca
feat(ui-shell): make SideNavMenuItem text slottable
2021-03-12 16:05:46 -08:00
Eric Y Liu
de348f0a8c
feat(icon): deprecate Icon, IconSkeleton
2021-03-12 16:04:42 -08:00
Eric Y Liu
0a4465025f
fix(button): remove redundant "button" role
2021-03-12 15:55:49 -08:00
Eric Y Liu
df63254c79
fix(multi-select): type dispatched select event
2021-03-12 15:51:29 -08:00
Eric Y Liu
dc678e9904
feat(button): set aria-pressed attribute if icon-only, ghost button is selected
2021-03-05 14:59:14 -08:00
Eric Y Liu
df88b75c6b
chore(number-input): deprecate the mobile variant
...
Mobile variant styles will no longer work.
2021-03-05 14:57:13 -08:00
Eric Y Liu
c8d295e5d7
feat(tag): add interactive prop
2021-03-05 14:55:09 -08:00
Eric Y Liu
e931527ff2
docs(tag): add filterable (disabled) variant
2021-03-05 14:43:11 -08:00
Eric Y Liu
621fea5f42
feat(radio-button): add legendText prop to RadioButtonGroup
2021-03-05 14:38:00 -08:00
Eric Y Liu
5f3450839a
feat(button): add isSelected prop for icon-only, ghost buttons
2021-03-05 14:17:29 -08:00
Eric Y Liu
13276999d0
docs(password-input): add custom tooltip example
2021-03-05 13:59:53 -08:00
Eric Y Liu
b357d73155
fix(radio-button): only render span if labelText is truthy
2021-03-05 13:49:16 -08:00
Eric Y Liu
1aa414df66
fix(text-input): use bx--text-input class for TextInputSkeleton
2021-03-05 13:45:18 -08:00
Eric Y Liu
d56f68dfe9
chore(deps-dev): upgrade carbon-components to v10.30.0
2021-03-05 13:44:55 -08:00
Eric Y Liu
7e16ce6f2f
fix(ui-shell): set aria-hidden in SideNav
...
Ref c2b4f1f00
2021-03-05 13:36:51 -08:00
Eric Y Liu
e84fdf5a62
docs(search): add on:clear example
2021-03-03 16:05:36 -08:00
Eric Y Liu
96e9130601
feat(toolbar): forward "clear" event in ToolbarSearch
2021-03-03 16:05:22 -08:00
Eric Liu
390b621ed4
v0.29.2
2021-03-01 11:13:29 -08:00
Eric Liu
a67a38218a
fix(button): remove blank line to correctly render button with icon in Safari 13 ( #548 )
2021-03-01 11:09:36 -08:00
Eric Liu
720ef778f2
v0.29.1
2021-02-26 14:32:58 -08:00
Eric Liu
d6a136d6ca
hotfix: blur ComboBox, MultiSelect focus based on relatedTarget tag name ( #540 )
...
* fix(combo-fix): dont re-focus listbox if relatedTarget is input/select/textarea
* fix(combo-box): check if relatedTarget is truthy
* fix(multi-select): dont re-focus listbox if relatedTarget is input/select/textarea
2021-02-26 14:28:36 -08:00
Eric Liu
24e36a7fd0
fix(truncate): preserve existing class names on node ( #541 )
2021-02-26 14:21:53 -08:00
Eric Liu
66a3fd10c2
fix(scss): use new component tokens to render low contrast notifications ( #533 )
2021-02-23 13:18:41 -08:00
Eric Liu
d12442c797
v0.29.0
2021-02-19 16:36:51 -08:00
Eric Liu
14e714fa61
Alignment with Carbon version 10.29 ( #529 )
...
* chore: patch prettier-plugin-svelte
* docs(tag): add filterable small tag example
* feat(ui-shell): add SideNavDivider
* feat(combo-box): support warning state
* docs(combo-box): add invalid state example
* fix(progress-step): add title to warning icon
* docs(progress-indicator): add invalid step example
* docs(progress-indicator): add disabled steps example
* feat(truncate): add text truncation component and action
* docs(radio-tile): fix light variant example
* fix(side-effects): add pre-compiled CSS to library side effects
* refactor(css): use shorthand scss imports, add comments
* refactor(truncate): rename "direction" prop to "clamp"
* chore(deps-dev): bump carbon-components to v10.29.0
* feat(combo-box): add direction prop
* feat(dropdown): add direction prop
* feat(multi-select): add direction prop
2021-02-19 16:08:16 -08:00
Eric Liu
827a9822e7
fix(data-table): specify that restProps are forwarded to "div" #524 ( #525 )
2021-02-17 05:56:33 -08:00
Reed Shea
7459fdb08b
Change placeholder text for TimePicker to have ":" separator ( #523 )
...
* Change placeholder text for TimePicker to have ":" separator
* Revert "Change placeholder text for TimePicker to have ":" separator"
This reverts commit ab83560b4d
.
* Change placeholder text for TimePicker to have ":" separator
2021-02-15 09:53:04 -08:00
Dominik Ritter
66bd254042
Fix path to source ( #517 )
2021-02-07 12:57:46 -08:00
Eric Liu
bcd28de86e
feat(types): use the SvelteComponentTyped interface in the TypeScript definitions ( #515 )
2021-02-07 11:25:20 -08:00
Eric Liu
4e4234f83d
v0.28.0
2021-02-05 06:12:29 -08:00
Eric Liu
7cd3723960
Alignment with Carbon version 10.28 ( #505 )
...
* chore(deps-dev): remove @carbon/themes
* chore(deps-dev): bump devDependencies
* fix(tabs): forward click event to Tab
* feat(toggle): dispatch toggle event
* feat(tag): dispatch close event
* feat(tooltip-icon): make tooltipText slottable
* feat(dropdown): add hideLabel prop
* docs(select): add "Hidden label" example
* refactor(modal): use class directive
* feat(modal): dispatch transitionend event
* chore(deps-dev): upgrade carbon-components to 10.28.0-rc.0
* feat(date-picker): add warn state
* feat(tag): support small size variant
* fix(search): add semantic role
* feat(toolbar-search): add disabled state
* fix(composed-modal): add aria-label prop, update header semantic tags
* chore(deps-dev): upgrade carbon-components to v10.28
* docs(overflow-menu): add light variant example
* docs(link): document OutboundLink in Component API
* chore(tooltip-icon): rename slot to "tooltipText"
* docs(component-api): wrap code blocks to minimize width
* docs(aspect-ratio): remove inline outline style
* fix(tab): do not trigger focus when mounting
* docs(tabs): add reactive example
Closes #438
2021-02-05 05:59:10 -08:00
Eric Liu
251f986304
add OutboundLink ( #504 )
...
* feat(link): add OutboundLink
* fix(outbound-link): forward Link events
2021-02-03 05:27:24 -08:00
Eric Liu
3e926de49d
v0.27.0
2021-01-28 11:07:01 -08:00
Eric Liu
e45d65c71e
feat(css): ship scss files used to pre-compile CSS ( #500 )
2021-01-28 10:50:56 -08:00
Eric Liu
855381a486
feat(preprocess): add optimizeCarbonImports preprocessor ( #499 )
2021-01-28 06:20:15 -08:00
Eric Liu
3d002f3246
chore(deps-dev): upgrade prettier-plugin-svelte ( #498 )
2021-01-27 15:02:02 -08:00
Eric Liu
3e7511e3f8
chore(deps-dev): replace node-sass with sass, upgrade autoprefixer, postcss ( #497 )
2021-01-27 14:52:56 -08:00
Eric Liu
63ef51209d
feat: make renderIcon/icon prop consistent ( #496 )
2021-01-27 14:16:07 -08:00