Eric Liu
|
882737c8b8
|
docs(code-snippet): update hidden example copy
|
2020-10-30 10:48:12 -07:00 |
|
Eric Liu
|
25a7ceacf8
|
docs(code-snippet): simplify hidden code snippet example
|
2020-10-30 10:43:30 -07:00 |
|
Eric Liu
|
5e13f04e3c
|
docs(code-snippet): add examples for dynnamic, hidden code snippets
|
2020-10-30 10:22:39 -07:00 |
|
Eric Liu
|
0f6d42eb42
|
fix(code-snippet): showMoreLess should update if code changes
|
2020-10-30 10:14:08 -07:00 |
|
Eric Liu
|
ba5462072c
|
Merge pull request #380 from IBM/docs-multiselect
MultiSelect: forward "clear" event, dispatch "select" event
|
2020-10-30 06:06:00 -07:00 |
|
Eric Liu
|
2140eebb33
|
feat(multi-select): dispatch "select" event
|
2020-10-29 18:39:41 -07:00 |
|
Eric Liu
|
a016bf897c
|
feat(multi-select): forward "on:clear" event
|
2020-10-29 18:23:19 -07:00 |
|
Eric Liu
|
956b316009
|
docs(multi-select): add examples for initial selected items, format display text
|
2020-10-29 17:43:08 -07:00 |
|
Eric Liu
|
26276395e3
|
docs(dropdown): add example "Format item display text"
|
2020-10-29 17:42:27 -07:00 |
|
Eric Liu
|
abe704dceb
|
Merge pull request #379 from IBM/patch-css
chore(deps-dev): patch @carbon/themes, carbon-components
|
2020-10-29 15:09:11 -07:00 |
|
Eric Liu
|
ee779cd0aa
|
chore(deps-dev): patch @carbon/themes, carbon-components
|
2020-10-29 15:01:48 -07:00 |
|
Eric Liu
|
2e389928d5
|
hotfix(css): use @carbon/themes instead of carbon-components
|
2020-10-29 14:10:56 -07:00 |
|
Eric Liu
|
4ab4fbc64b
|
chore(deps-dev): bump development dependencies
|
2020-10-29 14:01:14 -07:00 |
|
Eric Liu
|
ef4627165b
|
chore(deps-dev): bump carbon-components to v10.23.0
|
2020-10-29 13:56:46 -07:00 |
|
Eric Liu
|
87b8de1159
|
fix(overflow-menu): remove button tabindex
|
2020-10-29 13:49:40 -07:00 |
|
Eric Liu
|
095173a574
|
feat(ordered-list): support native list styles
|
2020-10-29 13:45:25 -07:00 |
|
Eric Liu
|
18cbd5c781
|
Merge pull request #377 from IBM/tertiary-ghost-buttons
Button: add "danger-tertiary", "danger-ghost" kinds
|
2020-10-29 13:37:44 -07:00 |
|
Eric Liu
|
55214aa38b
|
feat(button): add "danger-tertiary", "danger-ghost" kinds
|
2020-10-29 13:31:18 -07:00 |
|
Eric Liu
|
4356ef47bf
|
docs: use themes exported from carbon-components
|
2020-10-29 13:30:32 -07:00 |
|
Eric Liu
|
5abd542bb8
|
Merge pull request #376 from IBM/0.23-size-variants
Add size variants for Link, TimePicker, OverflowMenu
|
2020-10-29 13:24:34 -07:00 |
|
Eric Liu
|
6dd363c2a9
|
feat(link): support "sm", "lg" size variants
|
2020-10-29 13:10:42 -07:00 |
|
Eric Liu
|
5a5587c115
|
feat(timepicker): support "sm", "xl" size variants
|
2020-10-29 13:05:36 -07:00 |
|
Eric Liu
|
b4caea5f62
|
feat(overflow-menu): support "sm", "xl" size variants
|
2020-10-29 13:02:18 -07:00 |
|
Eric Liu
|
1300104661
|
v0.21.0
|
2020-10-26 18:43:45 -07:00 |
|
Eric Liu
|
a3ed75fea9
|
docs: document "sm", "xl" field sizes for MultiSelect, Select
|
2020-10-26 14:32:38 -07:00 |
|
Eric Liu
|
7e2ab46e6a
|
feat(dropdown): support "sm", "xl" sizes
|
2020-10-26 14:31:11 -07:00 |
|
Eric Liu
|
be5d8bee96
|
Merge pull request #370 from IBM/datatable-columns
feat(data-table): support empty table body columns
|
2020-10-26 12:34:09 -07:00 |
|
Eric Liu
|
4d89c83723
|
docs(preview): append current theme to iframe url
|
2020-10-26 12:25:38 -07:00 |
|
Eric Liu
|
c76fa8c432
|
docs: overflow menu should not be open
|
2020-10-26 12:16:05 -07:00 |
|
Eric Liu
|
3c02829e73
|
feat(data-table): support empty table body columns
|
2020-10-26 11:55:58 -07:00 |
|
Eric Liu
|
04fc011e7b
|
Merge pull request #369 from IBM/datatable
DataTable: add ToolbarMenu, ToolbarMenuItem, fix batch actions selection cancellation
|
2020-10-26 10:58:01 -07:00 |
|
Eric Liu
|
a0caa12a27
|
fix(data-table): cancelling selection should uncheck batch selection checkbox
|
2020-10-26 08:24:20 -07:00 |
|
Eric Liu
|
a2b375f32e
|
feat(data-table): hide batch actions if overflow visible
|
2020-10-26 08:15:31 -07:00 |
|
Eric Liu
|
425a259e65
|
fix(data-table): remove redundant bx--toolbar-content element
|
2020-10-26 07:57:47 -07:00 |
|
Eric Liu
|
c39427670a
|
feat(data-table): add ToolbarMenu
Requires menuRef from OverflowMenu to be exported.
|
2020-10-26 07:43:54 -07:00 |
|
Eric Liu
|
0e9f600672
|
Merge pull request #366 from weaseldotro/master
Forward scroll event for ComboBox and add a reference to the list HTML element
|
2020-10-25 06:47:26 -07:00 |
|
weaseldotro
|
d436e5928e
|
Use HTMLDivElement instead of HTMLElement in ComboBox
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
|
2020-10-25 15:35:50 +02:00 |
|
weaseldotro
|
0b21a6d3f3
|
feat(ComboBox): add a reference to the list HTML element, forward scroll event
|
2020-10-25 11:18:19 +02:00 |
|
weaseldotro
|
8dfa86ee71
|
Forward scroll event on ListBoxMenu
|
2020-10-25 11:14:57 +02:00 |
|
Eric Liu
|
117e29f208
|
v0.20.0
|
2020-10-24 15:26:27 -07:00 |
|
Eric Liu
|
a58be75648
|
Merge pull request #363 from IBM/fixes
Fixes
|
2020-10-24 15:22:09 -07:00 |
|
Eric Liu
|
626a1da8b0
|
docs: remove flaky iframe on:load behavior
|
2020-10-24 15:20:04 -07:00 |
|
Eric Liu
|
369cd47772
|
Merge pull request #362 from albertms10/datatable-sort-docs
feat(docs): add datatable display and sort example
|
2020-10-24 15:04:09 -07:00 |
|
Eric Liu
|
f22dfd52a6
|
Merge pull request #356 from albertms10/datatable-sort-fix
fix(datatable): fix sort parameters
|
2020-10-24 15:03:09 -07:00 |
|
Albert Mañosa
|
f5adf8022d
|
fix(docs): add missing datatable sortable prop
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
|
2020-10-24 23:57:01 +02:00 |
|
Albert Mañosa
|
bdc41f1144
|
fix(docs): string interpolation in display method body
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
|
2020-10-24 23:52:53 +02:00 |
|
Eric Liu
|
b167b33ec8
|
docs(accordion): add missing p tag
|
2020-10-24 14:44:15 -07:00 |
|
Eric Liu
|
392fc452e2
|
fix: allow numbers as item ids for ComboBox, Dropdown, MultiSelect
|
2020-10-24 14:43:57 -07:00 |
|
albert
|
177836e2f3
|
feat(docs): add datatable display and sort example
|
2020-10-24 23:41:22 +02:00 |
|
Eric Liu
|
8a07f833fd
|
feat(search): dispatch clear event
|
2020-10-24 14:37:04 -07:00 |
|