Commit graph

1001 commits

Author SHA1 Message Date
Eric Liu
bb3ecaaa9e docs(progress-indicator): add example for vertical skeleton 2020-11-20 09:27:08 -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
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
albert
9cd1533a8a docs: add line replace method for code tags 2020-11-07 21:09:53 +01:00
Eric Liu
75d4b4cf03 refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Eric Liu
d38e6d8be6 refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
Eric Liu
3c04f122b0 refactor(types): rewrite type definitions to account for intrinsic attributes 2020-11-03 05:44:11 -08:00
Eric Liu
8c30452169
Merge pull request #382 from albertms10/datatable-docs-order
docs(datatable): simplify date sort method operation
2020-10-31 05:41:51 -07:00
albert
64b007ebbf docs(datatable): simplify date sort method operation
* fix sortable with custom methods example order
2020-10-31 11:10:30 +01:00
Eric Liu
418e9efaef v0.22.0 2020-10-30 11:21:44 -07:00
Eric Liu
fba37e4d1d
Merge pull request #381 from IBM/fix-code-snippet
CodeSnippet: showMoreLess should update if code is dynamically updated
2020-10-30 11:00:56 -07:00
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