Commit graph

1323 commits

Author SHA1 Message Date
Eric Liu
71c15db2ca
expand headers type in DataTableSkeleton, fix DataTableRow type to require "id" (#415)
* feat(data-table-skeleton): support object type for headers

* fix(data-table): require "id" in DataTableRow interface
2020-11-26 10:28:07 -08:00
Eric Liu
4226535338 v0.23.2 2020-11-25 10:29:02 -08:00
Eric Liu
0d8064043f
fix(types): export component types (#411) 2020-11-25 10:19:11 -08:00
Eric Liu
146362a810
Merge pull request #408 from weaseldotro/patch-2
fix(RadioButtonGroup): trigger change event
2020-11-23 17:05:47 -08:00
weaseldotro
8e65d8e7a6
fix(RadioButtonGroup): trigger change event 2020-11-23 11:42:13 +02:00
weaseldotro
ac4d5f96a9
Merge pull request #1 from IBM/master
pull
2020-11-23 11:40:21 +02:00
Eric Liu
3283b9b4f5 v0.23.1 2020-11-22 10:04:57 -08:00
Eric Liu
f5509060d5 docs: tweak body copy, link to CopyableCodeSnippet recipe 2020-11-22 09:50:46 -08:00
Eric Liu
9edb0c2f31 docs(recipes): add ExpandableAccordion recipe 2020-11-22 09:50:23 -08:00
Eric Liu
bc29d9ee0d docs(radio-button): add reactive example 2020-11-22 09:25:05 -08:00
Eric Liu
b10b4a4a10
Merge pull request #407 from weaseldotro/patch-1
fix(RadioButtonGroup): make selected prop reactive
2020-11-22 09:14:42 -08:00
weaseldotro
9e711abaa6
quickfix RadioButtonGroup selected prop reactivity 2020-11-22 17:28:34 +02:00
weaseldotro
109f71b5cf
fix(RadioButtonGroup): make selected prop reactive 2020-11-22 12:33:20 +02:00
Eric Liu
cfe05bb2b2 chore: rearrange badges [ci skip] 2020-11-21 12:16:20 -08:00
Eric Liu
58fb297754
Merge pull request #405 from IBM/fix-multi-listbox
fix(list-box): remove stopPropagation click modifier
2020-11-21 12:04:56 -08:00
Eric Liu
b6036f889d fix(list-box): remove stopPropagation clikc modifier 2020-11-21 06:06:50 -08:00
Eric Liu
eaebf764cf v0.23.0 2020-11-20 17:29:00 -08:00
Eric Liu
2850aa5255 chore(types): add readme [ci skip] 2020-11-20 10:18:33 -08:00
Eric Liu
f1800bf332 docs: move reactive label to component prop name column 2020-11-20 09:39:25 -08:00
Eric Liu
0b306216ba
Merge pull request #404 from IBM/fix-progress-indicator
fix(progress-indicator): allow currentIndex to be programmatically updated
2020-11-20 09:35:32 -08:00
Eric Liu
bb3ecaaa9e docs(progress-indicator): add example for vertical skeleton 2020-11-20 09:27:08 -08:00
Eric Liu
4ad9ff3ef5
Merge pull request #402 from IBM/button-icon-svelte
refactor(button): remove redundant if statement
2020-11-20 09:22:44 -08:00
Eric Liu
365c16a0d1 docs(progress-indicator): add programmatic usage example 2020-11-20 09:06:20 -08:00
Eric Liu
c513279751 fix(progress-indicator): allow currentIndex to be programmatically updated 2020-11-20 06:21:27 -08:00
Eric Liu
79d82da513 refactor(button): remove redundant if statement 2020-11-19 16:18:05 -08:00
Eric Liu
80d56f9f5f
Merge pull request #401 from IBM/toggle-size
feat(toggle): support small size, deprecate ToggleSmall
2020-11-19 15:37:26 -08:00
Eric Liu
1e3eef992c feat(toggle): support small size, deprecate ToggleSmall 2020-11-19 15:20:01 -08:00
Eric Liu
b00e4316fd chore: update CONTRIBUTING.md, add MAINTAINERS.md [ci skip] 2020-11-19 14:44:50 -08:00
Eric Liu
81593b6602
Merge pull request #385 from IBM/rewrite-tyepscript-definitions
refactor(types): rewrite component TypeScript definitions
2020-11-19 14:29:49 -08:00
Eric Liu
eed617433b test: add TS types 2020-11-19 14:16:01 -08:00
Eric Liu
302e82d6a2 chore(deps): upgrade carbon-icons-svelte to 10.21 2020-11-19 13:06:05 -08:00
Eric Liu
7a1480f0ed fix(types): prefix icon type with "typeof" 2020-11-19 10:41:15 -08:00
Eric Liu
26ce330e1d fix(tag): define JSDoc restProps type 2020-11-19 09:10:30 -08:00
Eric Liu
1e80e42573 fix(types): remove "undefined" dispatched events 2020-11-19 09:09:57 -08:00
Eric Liu
998757691b chore: regenerate component docs [ci skip] 2020-11-19 06:21:24 -08:00
Eric Liu
56718c633d
Merge branch 'master' into rewrite-tyepscript-definitions 2020-11-19 06:16:50 -08:00
Eric Liu
b313fb6787 docs: enhance Component API documentation
Replaces PUBLIC_API.json with COMPONENT_API.json generated by sveld.
2020-11-19 06:13:18 -08:00
Eric Liu
d9e14b2561
Merge pull request #396 from IBM/374-header-hamburger-persistence
feat(UIShell): add persistentHamburgerMenu prop to Header
2020-11-18 08:26:29 -08:00
josefaidt
a417cee481 docs(UIShell): add example for persisted hamburger menu 2020-11-18 08:53:55 -06:00
josefaidt
fd56f67705 refactor(SideNav): simplify collapsed logic 2020-11-18 08:42:37 -06:00
Eric Liu
db4b7b1f6b
Merge pull request #393 from weaseldotro/patch-1
feat(ComposedModal): allow using null for selectorPrimaryFocus to disable auto focus
2020-11-17 05:28:25 -08:00
weaseldotro
c95e1fe994
Use loose equal in ComposedModal
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
2020-11-17 09:28:53 +02:00
Eric Liu
380a780b65 chore: use sveld to generate types, component docs 2020-11-16 11:13:18 -08:00
josefaidt
07ce05e344 refactor(SideNav): simplify collapsed logic 2020-11-13 12:43:10 -06:00
josefaidt
3049d2318c refactor boolean comparison 2020-11-12 09:05:24 -06:00
josefaidt
4e88bcc5b8 refactor(SideNav): collapse logic should differ from fixed variants 2020-11-12 08:07:28 -06:00
josefaidt
e5d20fcd24 Merge branch 'master' of https://github.com/IBM/carbon-components-svelte into 374-header-hamburger-persistence 2020-11-12 08:03:48 -06:00
josefaidt
9d0a0b00b7 feat(UIShell): add persistentHamburgerMenu prop to header 2020-11-12 08:03:20 -06:00
weaseldotro
b754e0cf79
feat(ComposedModal): allow using null for selectorPrimaryFocus to disable auto focus 2020-11-09 11:14:56 +02:00
Eric Liu
3bc6587ee7
Merge pull request #392 from albertms10/docs-code-tag
docs: add line replace method for code tags
2020-11-07 12:25:13 -08:00