Commit graph

546 commits

Author SHA1 Message Date
Eric Liu
3fc83bc390
Merge pull request #224 from IBM/combobox-dispatch
feat(combo-box): dispatch select, clear events
2020-07-28 20:12:20 -07:00
Eric Liu
382b2f6e85 chore(combo-box): remove unnecessary selectedId assignments
selectedId is set based on the selectedIndex
2020-07-28 18:54:18 -07:00
Eric Liu
8dbcf17e89 feat(combo-box): dispatch select, clear events
Also fixes a bug where the selectedId isn't reset when clearing the selection.
2020-07-28 18:46:12 -07:00
Eric Liu
c06aa92978 chore(tabs): document prop types 2020-07-27 20:13:56 -07:00
Eric Liu
aadc8d9bf1 chore(tabs): add count prop for tabs skeleton 2020-07-27 20:13:39 -07:00
Eric Liu
90bea887f7 chore: add types folder to published files array 2020-07-27 08:39:34 -07:00
Eric Liu
be9b6fcc98
Merge pull request #222 from IBM/types
add TypeScript definitions
2020-07-27 06:42:35 -07:00
Eric Liu
eed395b229 feat: add TypeScript definitions 2020-07-27 06:24:42 -07:00
Eric Liu
2d02a51cbb docs: remove constants from documented props
TODO: parse constant types using the compiler
2020-07-27 06:24:06 -07:00
Eric Liu
a10693659e chore: remove trailing semicolono from jsdoc types 2020-07-27 06:23:31 -07:00
Eric Liu
025865f046
Merge pull request #221 from IBM/generate-types
docs: document available components in README
2020-07-26 21:22:19 -07:00
Eric Liu
7abde79688 docs: document available components [ci skip] 2020-07-26 21:21:27 -07:00
Eric Liu
432b5ba09a docs: add component index [ci skip] 2020-07-26 20:56:38 -07:00
Eric Liu
4b8373effa
Merge pull request #220 from IBM/chore
Add JSDoc type annotations to component props
2020-07-26 18:24:58 -07:00
Eric Liu
f30755b237 chore: complete first pass of apply jsdoc annotations to component props 2020-07-26 17:42:12 -07:00
Eric Liu
566a281d81 chore(ui-shell): remove ambiguous type prop in favor of $$restProps 2020-07-26 15:12:28 -07:00
Eric Liu
c3f924c25a chore: add more type docs 2020-07-25 11:30:45 -07:00
Eric Liu
773b18d314 chore: add more prop annotations 2020-07-25 06:26:49 -07:00
Eric Liu
8c1ffd4cb0 chore: use jsdoc to annotate props 2020-07-24 22:35:20 -07:00
Eric Liu
51034f24a3 feat(breadcrumb): supporot noTrailingSlash in skeleton 2020-07-24 22:27:05 -07:00
Eric Liu
8e00ccb025
Merge pull request #219 from IBM/grid-narrow
feat(grid): support narrow prop for Grid, Row
2020-07-24 22:00:19 -07:00
Eric Liu
77b4d32c62 feat(grid): support narrow prop for Grid, Row 2020-07-24 21:31:39 -07:00
Eric Liu
a194e8b7b5
Merge pull request #218 from IBM/docs
Support skeleton prop in more components, fix timeout in SSR, develop docs
2020-07-24 21:30:25 -07:00
Eric Liu
5eebd49037 docs: prefetch links 2020-07-24 21:00:28 -07:00
Eric Liu
3fa388bd3d docs: add component grid 2020-07-24 17:19:19 -07:00
Eric Liu
b255dd9f99 feat(ui-shell): conditionally render icon markup 2020-07-24 17:18:55 -07:00
Eric Liu
fff54a19eb fix: clear timeout in onMount return function 2020-07-24 17:18:23 -07:00
Eric Liu
bd6bd15c79 feat: support skeleton prop 2020-07-24 17:14:12 -07:00
Eric Liu
e2c8ea6d76 docs: build carbon themes using sass 2020-07-23 19:58:54 -07:00
Eric Liu
9aa01ce5fb docs: display button variants 2020-07-23 19:38:09 -07:00
Eric Liu
4016dd0847 v0.8.5 2020-07-23 14:39:55 -07:00
Eric Liu
3ecf2b0935 chore(changelog): v0.8.5 notes 2020-07-23 14:38:45 -07:00
Eric Liu
18048d1fe1
Merge pull request #217 from IBM/grid
feat(grid): support gutter, aspectRatio props
2020-07-23 14:35:22 -07:00
Eric Liu
3f64a947a7 feat(grid): support gutter, aspectRatio props 2020-07-23 13:55:45 -07:00
Eric Liu
c86a2b17a8 v0.8.4 2020-07-22 19:08:04 -07:00
Eric Liu
8e02108322 chore(changelog): v0.8.4 notes 2020-07-22 19:07:33 -07:00
Eric Liu
2ae4c8a008
Merge pull request #215 from IBM/pagination-nav
feat: add PaginationNav component
2020-07-22 19:01:29 -07:00
Eric Liu
c7985b784d
Merge pull request #216 from IBM/fix-tooltip-icon
fix(tooltip-icon): avoid $$restProps.class override
2020-07-22 19:01:07 -07:00
Eric Liu
d3d24d8d58 fix(tooltip-icon): avoid $$restProps.class override 2020-07-22 18:23:06 -07:00
Eric Liu
8473589e3a feat: add PaginationNav component 2020-07-22 18:14:08 -07:00
Eric Liu
9e2f929bf3
Merge pull request #213 from IBM/grid
feat: add Grid component
2020-07-22 18:14:00 -07:00
Eric Liu
f9f58999b2 feat: add Grid component 2020-07-21 07:46:54 -07:00
Eric Liu
353741daea chore(changelog): add missing note 2020-07-20 21:42:20 -07:00
Eric Liu
105f847988 v0.8.3 2020-07-20 21:38:35 -07:00
Eric Liu
16365e84b3 chore(changelog): add v0.8.3 release notes 2020-07-20 21:38:05 -07:00
Eric Liu
af15b80001 chore(deps): bump carbon-icons-svelte to ^10.14.0 2020-07-20 21:33:41 -07:00
Eric Liu
8443a6e95e
Merge pull request #212 from IBM/combobox
feat(combo-box): focus input on selection clear
2020-07-20 20:56:03 -07:00
Eric Liu
d95b352ed0 feat(combo-box): focus input on selection clear 2020-07-20 20:45:58 -07:00
Eric Liu
7be03658b8
Merge pull request #211 from IBM/text-input
feat: support size prop for input components
2020-07-20 20:40:57 -07:00
Eric Liu
119c73ae89
Merge pull request #210 from IBM/content-switcher
feat(content-switcher): support light variant
2020-07-20 20:40:47 -07:00