Commit graph

2294 commits

Author SHA1 Message Date
Eric Liu
a828218d15 refactor(tile): forward events, inline functions
Supports #7, #34

- Forward events, style prop
- Remove unneeded dispatched events
- Remove exported props
2019-12-20 04:16:50 -08:00
Eric Liu
5ec9c0089f
Merge pull request #45 from metonym/accordion
refactor(accordion-item): remove comments, let assignment
2019-12-19 19:48:53 -08:00
Eric Liu
ce985ea90e refactor(accordion-item): remove comments, let assignment 2019-12-19 19:48:29 -08:00
Eric Liu
5ed4b24613
Merge pull request #43 from metonym/accordion
refactor(accordion): remove expando, inline functions
2019-12-19 19:44:08 -08:00
Eric Liu
bbb1a776c0
Merge pull request #44 from metonym/skeleton
refactor(skeleton): forward events, remove exported props
2019-12-19 19:43:53 -08:00
Eric Liu
f0869edceb refactor(skeleton-text): forward events
Supports #7
2019-12-19 19:34:29 -08:00
Eric Liu
18a5f4e5cb refactor(skeleton-placeholder): forward events
Supports #7
2019-12-19 19:34:12 -08:00
Eric Liu
6f3834211e refactor(accordion): remove expando, inline functions
Supports #7

- Forward events
- Export style
2019-12-19 19:31:04 -08:00
Eric Liu
381bf366aa
Merge pull request #41 from metonym/tile
feat(components): add Tile
2019-12-19 08:05:20 -08:00
Eric Liu
46cb9aa44b feat(components): add Tile
Supports #34

TODO:

- remove exported props
- compose TileGroup, SelectableTile, RadioTile components
2019-12-19 04:20:20 -08:00
Eric Liu
abcecc645e
Merge pull request #40 from metonym/refactor
refactor: remove exported props
2019-12-18 09:52:24 -08:00
Eric Liu
d978119cc4 fix(breadcrumb): pass aria-current prop to Link 2019-12-18 09:50:02 -08:00
Eric Liu
42f01372f0 refactor(data-table-skeleton): remove exported props
Supports #7

- Add supported component to readme
2019-12-18 09:27:48 -08:00
Eric Liu
7a21a3150e refactor(inline-loading): remove exported props
Supports #7
2019-12-18 09:26:31 -08:00
Eric Liu
4888d09479 refactor(link): remove exported props
Supports #7
2019-12-18 09:24:05 -08:00
Eric Liu
f048e9ea4a
Merge pull request #39 from metonym/refactor
refactor(code-snippet): fix multi-line copy button styling
2019-12-18 09:14:39 -08:00
Eric Liu
023dea1597 chore(docs): rebuild storybook [ci skip] 2019-12-18 09:12:40 -08:00
Eric Liu
9c09073b58 chore(text-input): remove printed value from story 2019-12-18 09:11:43 -08:00
Eric Liu
40a7be5c79 refactor(code-snippet): pass snippet button class for multi-line
- Remove exported props from CopyButton, skeleton
- Replace onMount with reactive statement
- Forward events to skeleton
- Clean up Story
2019-12-18 09:10:49 -08:00
Eric Liu
29bd9a080e
Merge pull request #38 from metonym/copy
refactor(copy): inline handleClick, remove dispatcher
2019-12-18 08:53:37 -08:00
Eric Liu
7a7fd93121 refactor(copy): inline handleClick, remove dispatcher 2019-12-18 08:52:36 -08:00
Eric Liu
5ca9f35286
Merge pull request #37 from metonym/fix-copy-button
fix(copy-button): use ^10.9.0 styles for CopyButton
2019-12-18 08:48:55 -08:00
Eric Liu
0bf3c465c8 fix(copy-button): use ^10.9.0 styles for CopyButton
Fixes #36

- Remove creaetEventDispatcher
- Remove exported props
- Breaking Change: upgrade to carbon-components@10.9.0-rc.1
- Clean up CopyButton story
2019-12-18 08:47:43 -08:00
Eric Liu
fb6983b94e
Merge pull request #35 from metonym/datatable-skeleton
feat(component): add DataTableSkeleton
2019-12-18 08:12:56 -08:00
Eric Liu
b95fd1ac55 feat(component): add DataTableSkeleton 2019-12-18 04:21:59 -08:00
Eric Liu
0703ffbf01
Merge pull request #8 from metonym/test
test: add initial unit tests for Breadcrumb, cx
2019-12-17 09:37:38 -08:00
Eric Liu
659cd99557 ci(travis): run test command in script 2019-12-17 09:28:25 -08:00
Eric Liu
5726e99d92 test(lib): add test for cx 2019-12-17 09:27:57 -08:00
Eric Liu
299426191e test(breadcrumb): add tests for Breadcrumb 2019-12-17 09:22:39 -08:00
Eric Liu
5c1237f2e4
Merge pull request #4 from IBM/develop
refactor(text-area): update bound value on input
2019-12-15 15:33:21 -08:00
Eric Liu
f7b3dd926c chore: formatting [ci skip] 2019-12-15 15:31:59 -08:00
Eric Liu
b63e62e6f1 refactor(text-area): update bound value on input 2019-12-15 15:30:56 -08:00
Eric Liu
82f5a078a4
Merge pull request #3 from IBM/develop
feat(components): add RadioButton, TextInput components
2019-12-15 15:27:48 -08:00
Eric Liu
bfb6e88abc chore(docs): rebuild storybook [ci skip] 2019-12-15 15:26:26 -08:00
Eric Liu
e786e0e78f feat(components): add TextInput 2019-12-15 15:25:48 -08:00
Eric Liu
bf502f904f feat(components): add RadioButton 2019-12-15 15:03:07 -08:00
Eric Liu
acbb3ace96
Merge pull request #2 from IBM/skeleton-placeholder
feat(components): add SkeletonPlaceholder
2019-12-15 14:44:11 -08:00
Eric Liu
d376ac0d0b
Merge branch 'master' into skeleton-placeholder 2019-12-15 14:43:58 -08:00
Eric Liu
f3e5da73db feat(components): add SkeletonPlaceholder 2019-12-15 14:42:23 -08:00
Eric Liu
237b648c13
Merge pull request #1 from IBM/search
feat(components): add Search component
2019-12-15 14:35:42 -08:00
Eric Liu
8ff35b7642 feat(components): add Search component 2019-12-15 14:33:22 -08:00
Eric Liu
a56e45058a docs(readme): add placeholders [ci skip] 2019-12-15 11:35:02 -08:00
Eric Liu
72dc38ea56 feat: initial commit 2019-12-15 11:20:52 -08:00
Steve Martinelli
bde7dd644f
Initial commit 2019-12-15 13:16:40 -05:00