Commit graph

1421 commits

Author SHA1 Message Date
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
Eric Liu
8950920a10 fix(ui-shell): initialize platformName as empty string
Prevents "undefined" from being rendered.
2020-10-24 14:31:40 -07:00
Eric Liu
cf2dc12546 refactor(ui-shell): remove redundant conditional in HeaderGlobalAction 2020-10-24 14:24:30 -07:00
Eric Liu
92e463c816
Merge pull request #361 from IBM/datatable
DataTable: add toolbar, toolbar search
2020-10-24 14:10:26 -07:00
Eric Liu
a9a09b2086 docs(component-api): add margin bottom if no props 2020-10-24 14:00:27 -07:00
Eric Liu
d8104d9c48 refactor(table-row): remove unused prop 2020-10-24 13:59:30 -07:00
Eric Liu
73036aea4a feat(data-table): dispatch row mouseenter, mouseleave events
Add a row id for easier querying.
Add missing selected row class.
2020-10-24 13:58:49 -07:00
Eric Liu
f17e4af481 fix(scripts): named slots omitted if default slot is present 2020-10-24 13:49:22 -07:00
Eric Liu
f43b132088 feat(data-table): support radio, selectable variants with batch actions 2020-10-24 13:37:00 -07:00
Eric Liu
611d72bcf3 feat(data-table): add toolbar, toolbar search 2020-10-24 11:10:31 -07:00
albert
d0750d1fa2 fix(datatable): fix sort parameters 2020-10-23 16:08:02 +02:00
Eric Liu
8a65e463a1 v0.19.0 2020-10-23 06:10:36 -07:00
Eric Liu
baecbdbe9d Merge branch 'search-skeleton' 2020-10-22 18:56:29 -07:00
Eric Liu
6fc073c932 fix(search): forward size prop to Search skeleton
Add deprecation notice for the `small` prop.
2020-10-22 18:55:57 -07:00
Eric Liu
b5bd56318a
Merge pull request #354 from IBM/improve-docs
Improve docs
2020-10-22 17:37:33 -07:00
Eric Liu
829275e594 docs: tweak copy 2020-10-22 17:30:50 -07:00
Eric Liu
09511cc528 docs(accordion): use better mock data 2020-10-22 17:14:38 -07:00
Eric Liu
d7add290d9 docs(inline-loading): add UX example 2020-10-22 10:59:27 -07:00
Eric Liu
096c2c9729 docs(code-snippet): add multi-line skeleton example 2020-10-22 08:57:57 -07:00
Eric Liu
dbb1f9e8a5 docs(content-switcher): add selected index example, use more realistic copy 2020-10-22 08:53:16 -07:00
Eric Liu
e67272fe9f
Merge pull request #352 from albertms10/datatable-display-sort
feat: add DataTable display and sort methods
2020-10-21 16:09:35 -07:00
albert
ead9634ab6 feat: update Public API with datatable headers methods 2020-10-21 23:44:20 +02:00
albert
f51968274f feat: update types and Component Index 2020-10-21 23:40:06 +02:00
albert
2ad9072abd feat: add display and sort methods in header object 2020-10-21 23:39:25 +02:00
Eric Liu
40179acfd4 chore: update PUBLIC_API.json 2020-10-21 06:34:23 -07:00
Eric Liu
b7dfcecd1d Merge branch 'tooltip-definition' 2020-10-21 06:30:01 -07:00
Eric Liu
05932065dc fix(composed-modal): perform null check before focusing element
Fixes error in Sapper
2020-10-21 06:19:23 -07:00
Eric Liu
add8c1c75a
Merge pull request #351 from IBM/progress-indicator
refactor(progress-indicator): make currentIndex reactive, add preventChangeOnClick
2020-10-20 18:35:47 -07:00
Eric Liu
4113ae95da refactor(progress-indicator): make currentIndex reactive, add preventChangeOnClick 2020-10-20 18:21:36 -07:00
Eric Liu
cc01b0fb5b feat(tooltip-definition): make tooltipText slottable 2020-10-20 11:46:30 -07:00
Eric Liu
6ae0e31011 refactor(tooltip-definition): remove hidden variable 2020-10-20 11:41:45 -07:00
Eric Liu
350aad83e0
Merge pull request #348 from weaseldotro/patch-1
fix(ComposedModal): remove bx--body--with-modal-open from body classes after destroy
2020-10-20 05:49:11 -07:00
weaseldotro
2afb888485
fix(ComposedModal): remove bx--body--with-modal-open from body classes after destroy
When onMount is async, the returned function is not executed: https://github.com/sveltejs/svelte/issues/4927
Because the class is not remove from the body, the code should be moved to a onDestroy function.
2020-10-20 11:09:33 +03:00
Eric Liu
11f3b9ec06 chore: fix description typo 2020-10-17 15:20:33 -07:00
Eric Liu
b4b3c0e4a1 v0.18.0 2020-10-17 14:44:03 -07:00
Eric Liu
ccc44561b9 Merge branch 'master' of https://github.com/IBM/carbon-components-svelte 2020-10-17 14:37:34 -07:00
Eric Liu
58574a47af docs: use expressive typography 2020-10-17 14:36:28 -07:00
Eric Liu
96ded05cdf
Merge pull request #342 from IBM/slottable-datatable
make DataTable cells slottable
2020-10-17 14:35:49 -07:00
Eric Liu
c0fbd24e2a feat(data-table): make cells slottable 2020-10-17 14:31:57 -07:00
Eric Liu
ed377a999b
Merge pull request #341 from IBM/datatable
add expandable DataTable
2020-10-17 13:55:47 -07:00
Eric Liu
77ebd0d1aa fix(parse-component): parse ArrayExpression 2020-10-17 13:51:32 -07:00
Eric Liu
1a809c9c3a fix(data-table): fix JSDoc type for expandableRowIds 2020-10-17 13:45:15 -07:00
Eric Liu
0a927ae512 feat(data-table): add expandable DataTable
#14
2020-10-17 13:33:26 -07:00
Eric Liu
918ef46a90
Merge pull request #340 from IBM/improve-docs
docs: add initial recipes, component API
2020-10-16 18:25:57 -07:00
Eric Liu
0d0d35e715 docs: add component API information 2020-10-16 18:20:39 -07:00