Eric Liu
6de73f86fb
Refactor prop types to omit redundant null
for null | HTMLElement
types ( #998 )
...
* refactor: omit redundant `null` prop type for HTMLElements
* yarn build:lib
* test: assert updated element prop types
2022-01-12 13:36:47 -10:00
metonym
8936b9b5fa
chore: re-generate api docs
2022-01-10 13:58:38 -10:00
metonym
6a6713d068
v0.51.2
2022-01-10 13:41:02 -10:00
metonym
31a11e6800
v0.51.1
2022-01-03 11:06:53 -08:00
brunnerh
6458c97c1a
Add required
prop to Select. ( #968 )
...
Upgrade sveld to set paths correctly on Windows.
Make Prettier script compatible with Windows and run it.
2022-01-03 10:46:12 -08:00
Eric Liu
406d8dca25
v0.51.0
2021-12-30 14:24:42 -08:00
Gregor Wassmann
f0cf4e7ba5
Enhance Checkbox to use bind:group ( #947 )
...
* Enhance Checkbox to use bind:group
* Use custom logic
* Move multiple checkboxes above skeleton
* Incorprate PR feedback
* Any instead of string
2021-12-30 13:31:33 -08:00
Eric Liu
8443b2d7c1
v0.50.5
2021-12-30 13:15:21 -08:00
Eric Liu
66150609aa
chore: rebuild docs/types
2021-12-30 13:14:22 -08:00
Eric Liu
001d62c001
v0.50.4
2021-12-30 07:21:51 -08:00
Eric Liu
0214e30edf
chore: update COMPONENT_INDEX.md [ci skip]
2021-12-28 14:15:53 -08:00
Eric Liu
3cadf2c001
v0.50.2
2021-11-27 10:06:03 -08:00
metonym
96930a4065
v0.50.1
2021-11-19 08:33:07 -08:00
metonym
6ba20fdd65
v0.50.0
2021-11-18 13:48:14 -08:00
Eric Liu
ccc733f3f7
Support custom target(s) for ContextMenu
( #916 )
...
* feat(context-menu): add target prop to selectively trigger context menu
* feat(context-menu): include clicked element in "open" event detail
* docs(context-menu): add target, multiple target examples
2021-11-18 13:32:13 -08:00
metonym
d8f8ac2b73
v0.49.2
2021-11-18 07:49:42 -08:00
metonym
a160ef3b40
v0.49.1
2021-11-17 09:28:05 -08:00
metonym
62b71305d6
v0.49.0
2021-11-12 16:27:46 -08:00
Eric Liu
27ba4350cf
Align v10.48 ( #907 )
...
* chore(deps-dev): upgrade carbon-components to v10.48.0
* feat(ui-shell): support HeaderNavMenu with current item
* refactor(tile): remove unnecessary "position: relative" style
* refactor(tile): remove unused ref
* feat(inline-notification): make title/subtitle slottable
Closes #883
* feat(toast-notification): make title/subtitle/caption slottable
* chore(notification): deprecate NotificationTextDetails
2021-11-12 16:25:02 -08:00
metonym
aaf60485f0
v0.48.1
2021-11-12 14:40:14 -08:00
Eric Liu
a308c89e42
fix(date-picker): type locale prop using flatpickr types ( #906 )
...
Fixes #855
2021-11-12 14:36:46 -08:00
Eric Liu
f2493c083d
v0.48.0
2021-11-11 09:10:27 -08:00
Eric Liu
ea6757d020
Add autoWidth prop to Tabs
( #901 )
...
* feat(tabs): support auto width tabs
Closes #899
* docs(tabs): add auto width example
2021-11-10 19:46:20 -08:00
Eric Liu
08402e54bf
feat(form): add ref prop ( #900 )
...
Closes #877
2021-11-10 19:46:14 -08:00
Eric Liu
186d2863d3
v0.47.6
2021-11-10 19:38:13 -08:00
Eric Liu
81daaab1ff
v0.47.5
2021-11-07 12:14:44 -08:00
Eric Liu
0e460cdd91
v0.47.4
2021-11-06 10:46:47 -07:00
metonym
af9b9a1d92
v0.47.3
2021-10-22 07:21:07 -07:00
metonym
4cdf4a9b24
v0.47.2
2021-10-21 08:47:55 -07:00
Eric Liu
7b65a15345
Omit explicit "from carbon-icons-svelte" from icon
prop definitions ( #866 )
...
* fix(types): update description for icon props #865
* docs(component-api): remove hardcoded Carbon Svelte icon description
2021-10-20 13:48:52 -07:00
metonym
0509e8f640
v0.47.1
2021-10-20 10:46:25 -07:00
metonym
7af2732f83
v0.47.0
2021-10-19 07:28:04 -07:00
Eric Liu
96d848e9ef
feat(data-table): add nonExpandableRowIds prop ( #862 )
...
* feat(data-table): add nonExpandableRowIds prop #861
* test(data-table): validate nonExpandableRowIds prop
* docs(data-table): add Non-expandable rows example
2021-10-19 07:25:22 -07:00
Eric Liu
f64b021a94
v0.46.0
2021-10-17 13:06:10 -07:00
Eric Liu
c6fc8548d3
Align v10.46 ( #854 )
...
* chore(deps-dev): upgrade carbon-components to v10.46.0
* feat(tag): support outline type
* feat(multi-select): add hideLabel prop
* chore: delete unused publish-examples.js
* chore(deps-dev): remove gh-pages
* chore: remove publish-examples script
* chore(deps-dev): upgrade carbon-components to v10.46.0
* feat(tag): support outline type
* feat(multi-select): add hideLabel prop
* chore: delete unused publish-examples.js
* chore(deps-dev): remove gh-pages
* chore: remove publish-examples script
* chore: rebuild component index
2021-10-15 17:03:45 -07:00
Eric Liu
b21600c9d6
feat(types): loosen icon
prop type to allow any Svelte component #806 ( #853 )
...
* feat(types): loosen type for Carbon icons #806
* Add closeIcon option and remove stopPropagation on:click in HeaderAction (#840 )
* Remove stopPropagation on:click
Remove stopPropagation on:click helps when you have more then one acction to switch between actions tabs
* fix bug for default icon
* add closeIcon attribute to HeaderAction
* feat(types): loosen type for Carbon icons #806
* chore: update TreeView, HeaderAction icon types
Co-authored-by: Daniel Miedzik <daniel.miedzik@gmail.com>
2021-10-15 16:40:23 -07:00
Daniel Miedzik
1581bc0122
Add closeIcon option and remove stopPropagation on:click in HeaderAction ( #840 )
...
* Remove stopPropagation on:click
Remove stopPropagation on:click helps when you have more then one acction to switch between actions tabs
* fix bug for default icon
* add closeIcon attribute to HeaderAction
2021-10-15 16:23:34 -07:00
metonym
e7322acaae
v0.45.1
2021-10-15 07:24:19 -07:00
metonym
a9fe4e328b
v0.45.0
2021-10-13 09:01:18 -07:00
Eric Liu
c4413636a4
Programmatically expand/collapse TreeView nodes ( #850 )
...
* feat(tree-view): add accessors to programmatically expand/collapse nodes
* feat(tree-view): update docs/types
* test(tree-view): test updated TreeView accessors
* docs(tree-view): document TreeView accessors
2021-10-13 08:54:37 -07:00
metonym
e14f9f7252
v0.44.7
2021-10-13 07:40:53 -07:00
KoichiKiyokawa
fed34e40ed
fix: add a value prop to Checkbox ( #849 )
2021-10-13 07:38:51 -07:00
Eric Liu
0b96614b52
v0.44.6
2021-10-11 10:16:50 -07:00
metonym
66033e588d
v0.44.5
2021-10-04 09:20:29 -07:00
metonym
b4f12490bc
v0.44.4
2021-09-28 08:57:31 -07:00
metonym
007796f881
v0.44.3
2021-09-23 09:03:56 -07:00
metonym
7e0b8af685
v0.44.2
2021-09-14 10:01:30 -07:00
Eric Liu
60ff25c2af
v0.44.1
2021-09-11 12:38:21 -07:00
Eric Liu
e4e75e5859
Fixes ( #814 )
...
* fix(combo-box): clicking chevron should not open the combo box if disabled
Fixes #776
* fix(toolbar-batch-actions): cancel text should be slottable
Fixes #782
2021-09-11 12:29:26 -07:00
metonym
80dec85985
v0.44.0
2021-09-07 08:39:58 -07:00