Eric Liu
|
6d5f1e53de
|
fix(date-picker): resolve flatpickr "no default" error when using esm
|
2020-08-08 16:07:10 -07:00 |
|
Eric Liu
|
4bbc50c460
|
refactor(code-snippet): replace afterUpdate with reactive statement
|
2020-08-08 15:49:49 -07:00 |
|
Eric Liu
|
12ff171784
|
docs: extract TileCard component
|
2020-08-08 15:49:16 -07:00 |
|
Eric Liu
|
f0ef921f7d
|
fix(code-snippet): forward feedback, feedbackTimeout to Copy
|
2020-08-07 05:56:09 -07:00 |
|
Eric Liu
|
67878fc233
|
v0.9.3
|
2020-08-02 05:56:40 -07:00 |
|
Eric Liu
|
747f2513a2
|
chore(changelog): v0.9.3 notes
|
2020-08-02 05:55:19 -07:00 |
|
Eric Liu
|
8225a0869e
|
chore(ui-shell): rename slot to "skip-to-content"
|
2020-08-02 05:53:36 -07:00 |
|
Eric Liu
|
4f2251b5e1
|
feat(ui-shell): support fixed SideNav
|
2020-08-02 05:52:42 -07:00 |
|
Eric Liu
|
76ac0505e3
|
feat(ui-shell): add expandedByDefault prop to Header
|
2020-08-02 05:52:01 -07:00 |
|
Eric Liu
|
9632ae592b
|
v0.9.2
|
2020-08-01 16:02:45 -07:00 |
|
Eric Liu
|
678a06700d
|
chore(changelog): v0.9.2 notes
|
2020-08-01 16:02:10 -07:00 |
|
Eric Liu
|
abc66248f8
|
feat(ui-shell): add Header skip-to-main-content slot
|
2020-08-01 15:56:52 -07:00 |
|
Eric Liu
|
62cf3be278
|
feat(ui-shell): add Header platform name slot
|
2020-08-01 15:46:28 -07:00 |
|
Eric Liu
|
6645533912
|
feat(ui-shell): make Header name optional
|
2020-08-01 15:40:06 -07:00 |
|
Eric Liu
|
4d93396d01
|
fix(ui-shell): stop propagation when clicking header action button
|
2020-08-01 15:36:38 -07:00 |
|
Eric Liu
|
66bc076307
|
fix(ui-shell): add space between company and platform name
|
2020-08-01 15:36:11 -07:00 |
|
Eric Liu
|
0eefde12fe
|
feat: add ButtonSet component
|
2020-08-01 15:35:58 -07:00 |
|
Eric Liu
|
28e5284b77
|
chore(accordion): place restProps.class after class
|
2020-08-01 15:35:32 -07:00 |
|
Eric Liu
|
e777eab107
|
Merge branch 'master' of https://github.com/IBM/carbon-components-svelte
|
2020-07-30 17:30:26 -07:00 |
|
Eric Liu
|
d068024dab
|
v0.9.1
|
2020-07-30 17:30:03 -07:00 |
|
Eric Liu
|
ea671909cf
|
chore(changelog): v0.9.1 notes
|
2020-07-30 17:29:02 -07:00 |
|
Eric Liu
|
b0f6f491a5
|
chore(deps-dev): remove gh-pages
|
2020-07-30 17:28:53 -07:00 |
|
Eric Liu
|
121768598c
|
chore(tabs): pass id to anchor link in Tab
|
2020-07-30 17:27:29 -07:00 |
|
Eric Liu
|
a0b6b561af
|
fix(tabs): remove hidden attribute for selected tab panel
|
2020-07-30 17:27:06 -07:00 |
|
Eric Liu
|
a44ba1b580
|
Merge pull request #225 from IBM/dependabot/npm_and_yarn/docs/elliptic-6.5.3
chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /docs
|
2020-07-30 17:07:53 -07:00 |
|
dependabot[bot]
|
1ba0195104
|
chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /docs
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-31 00:01:27 +00:00 |
|
Eric Liu
|
9ebf11dcfa
|
v0.9.0
|
2020-07-30 16:59:05 -07:00 |
|
Eric Liu
|
f08d0aec23
|
chore(changelog): v0.9.0 notes
|
2020-07-30 16:57:15 -07:00 |
|
Eric Liu
|
151252b5ee
|
chore: update component docs, types
|
2020-07-30 16:52:30 -07:00 |
|
Eric Liu
|
334ea7f063
|
chore(ui-shell): apply toggle behavior to HeaderAction
Dispatch open/close events
|
2020-07-30 16:42:36 -07:00 |
|
Eric Liu
|
ea12dbe503
|
chore(input): forward keydown event to TextInput, PasswordInput
|
2020-07-30 16:37:26 -07:00 |
|
Eric Liu
|
57406f66b3
|
fix(unordered-list): fix class name typo
|
2020-07-28 20:48:18 -07:00 |
|
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 |
|