Commit graph

1820 commits

Author SHA1 Message Date
Eric Liu
1a6fb4a506
Merge pull request #104 from metonym/data-table
feat(components): support basic DataTable
2020-01-07 18:39:45 -08:00
Eric Liu
5caad3eba0 feat(components): add default, sortable DataTable
Supports #14
2020-01-07 18:33:54 -08:00
adan.ulloa
390f950ca5 uisehll with nav finished 2020-01-06 18:41:10 -06:00
Eric Liu
f7551e4a8f feat(components): add initial DataTable component 2020-01-06 06:06:08 -08:00
Eric Liu
68cdaf30de
Merge pull request #101 from IBM/refactor-docs
refactor: set-up palimpsest for library documentation
2020-01-04 16:23:19 -08:00
Eric Liu
925bfba548 docs(palimpsest): add initial set-up
Supports #100
2020-01-04 09:25:05 -08:00
Eric Liu
a5e98de4a7 feat(code-snippet): support code prop 2020-01-04 09:11:05 -08:00
Eric Liu
37e2855c83 feat(search): export skeleton prop 2020-01-04 09:10:40 -08:00
Eric Liu
c4d9d26548 feat(select-item): use text or value 2020-01-04 09:09:36 -08:00
Eric Liu
f87fab97c6 chore(package): set sideEffects to false 2020-01-04 09:08:30 -08:00
adan.ulloa
d3c2732c4c first commit on the UIShell 2020-01-02 12:04:41 -06:00
Eric Liu
790fbbf9c6
Merge pull request #99 from metonym/test
test(components): add InlineLoading, Loading unit tests
2020-01-01 15:55:25 -08:00
Eric Liu
1077eef283 test(components): add InlineLoading, Loading unit tests 2020-01-01 15:51:22 -08:00
Eric Liu
68622ba613 chore(jest): stub carbon-icons-svelte 2020-01-01 15:44:23 -08:00
Eric Liu
ddb91f6327
Merge pull request #98 from metonym/test
test(components): add Link test
2020-01-01 12:17:59 -08:00
Eric Liu
b5101f847c
Merge pull request #97 from IBM/dependabot/npm_and_yarn/svelte-3.16.7
chore(deps-dev): bump svelte from 3.16.5 to 3.16.7
2020-01-01 12:14:22 -08:00
Eric Liu
779e8a22c7
Merge pull request #96 from IBM/dependabot/npm_and_yarn/rollup-1.27.14
chore(deps-dev): bump rollup from 1.27.13 to 1.27.14
2020-01-01 12:14:12 -08:00
Eric Liu
a6cb552a52 test(link): use jest-dom matchers, remove snapshots 2020-01-01 12:12:41 -08:00
Eric Liu
161b1e0ea6 test(link): add test for Link 2020-01-01 06:34:19 -08:00
dependabot-preview[bot]
ee947eb815
chore(deps-dev): bump svelte from 3.16.5 to 3.16.7
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.16.5 to 3.16.7.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.16.5...v3.16.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 10:38:59 +00:00
dependabot-preview[bot]
ce9f00981f
chore(deps-dev): bump rollup from 1.27.13 to 1.27.14
Bumps [rollup](https://github.com/rollup/rollup) from 1.27.13 to 1.27.14.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.27.13...v1.27.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 10:38:35 +00:00
Eric Liu
42acce50d9
Merge pull request #95 from metonym/refactor
refactor(components): make bound prop names consistent
2019-12-31 16:41:55 -08:00
Eric Liu
b1fe3de8ad refactor(components): alphabetize exported props for scannability 2019-12-31 16:36:10 -08:00
Eric Liu
d4abc1dfd3 refactor(radio-button-group): change defaultSelected to selected 2019-12-31 16:22:40 -08:00
Eric Liu
be094b9096 fix(time-picker-select): change select to selectValue 2019-12-31 16:18:43 -08:00
Eric Liu
0ea98b1447 fix(select): subscribe to store 2019-12-31 16:15:43 -08:00
Eric Liu
5e26510f43 refactor(slider): remove formatLabel prop 2019-12-31 15:52:54 -08:00
Eric Liu
0b30250e57 refactor(structured-list): make StructuredListWrapper default component 2019-12-31 15:47:45 -08:00
Eric Liu
e7bb051cab refactor(expandable-tile): include above, below the fold slots
Remove TileAboveTheFoldContent, TileBelowTheFoldContent
2019-12-31 15:35:35 -08:00
Eric Liu
359f99f682 refactor(selectable-tile): dispatch select, unselect events
Remove on:change event forwarding
2019-12-31 15:33:04 -08:00
Eric Liu
10e6f1c79d refactor(tile-group): change defaultSelected to selected 2019-12-31 15:20:14 -08:00
Eric Liu
23a0de3f2a fix(expandable-tile): use css to ensure max-height value 2019-12-31 15:19:47 -08:00
Eric Liu
28a5100e6f refactor(tooltip): rename showIcon prop
Remove triggerClass prop.
2019-12-31 14:54:37 -08:00
Eric Liu
dd5a395659 fix(tooltip): support triggerText slot 2019-12-31 14:46:26 -08:00
Eric Liu
b7e00f0d01 chore(storybook): set 9090 as default storybook port 2019-12-31 14:45:53 -08:00
Eric Liu
ecc67211fc
Merge pull request #94 from metonym/multi-select
feat(component): add MultiSelect
2019-12-31 12:59:47 -08:00
Eric Liu
02ba8cb6ee feat(component): add MultiSelect
Closes #19
2019-12-31 12:55:57 -08:00
Eric Liu
eb0ad4106d feat(checkbox): add readonly prop 2019-12-31 12:53:51 -08:00
Eric Liu
b0be811d8b chore(combo-box): initialize inputValue with empty string 2019-12-31 12:53:34 -08:00
Eric Liu
138f672ae4 feat(checkbox): export name prop 2019-12-31 07:58:47 -08:00
Eric Liu
f19589ac54 fix(combo-box): apply filter when open 2019-12-31 07:58:21 -08:00
Eric Liu
fb9e1d5ac7
Merge pull request #93 from IBM/refactor
chore: add Form, FormLabel, FormItem stories
2019-12-30 16:19:32 -08:00
Eric Liu
0665ae5daa chore(lint-staged): remove superfluous path [ci skip] 2019-12-30 16:16:28 -08:00
Eric Liu
f366b7b948 chore(form): add stories for Form, FormItem, FormLabel 2019-12-30 16:14:16 -08:00
Eric Liu
8398e478e7 feat(form): forward submit event 2019-12-30 16:11:50 -08:00
Eric Liu
9e3a79f9e2 fix(form-label): use the correct class 2019-12-30 16:11:34 -08:00
Eric Liu
9cf93e4a74 chore(checkbox): make hideLabel knob consistent 2019-12-30 16:11:18 -08:00
Eric Liu
ec3832df7d fix(components): initialize labelText as an empty string 2019-12-30 16:10:53 -08:00
Eric Liu
3f7f56839c
Merge pull request #92 from IBM/fix
fix(deps): upgrade carbon-icons-svelte to exclude focusring
2019-12-30 15:36:00 -08:00
Eric Liu
e280e65bb1 fix(list-box): allow focus styles for icons 2019-12-30 15:32:30 -08:00