Eric Liu
|
e3c5202658
|
Merge pull request #81 from IBM/tooltip
feat(component): add Tooltip
|
2019-12-29 10:15:39 -08:00 |
|
Eric Liu
|
7e5252951a
|
feat(component): add Tooltip
Closes #11
- Fixes `tabindex` prop storybook typo
|
2019-12-29 10:10:56 -08:00 |
|
Eric Liu
|
446032d8ee
|
Merge pull request #80 from IBM/datepicker
feat(component): add DatePicker
|
2019-12-28 18:14:09 -08:00 |
|
Eric Liu
|
6ca56d67a6
|
feat(component): add DatePicker
Closes #15
|
2019-12-28 18:11:05 -08:00 |
|
Eric Liu
|
45da25ce1b
|
Merge pull request #79 from IBM/overflow-menu
feat(component): add OverflowMenu
|
2019-12-26 10:32:10 -08:00 |
|
Eric Liu
|
99f4b7b85d
|
fix(test): update snapshot with updated Layout component
|
2019-12-26 10:30:02 -08:00 |
|
Eric Liu
|
9e3d387da3
|
feat(component): add OverflowMenu
Closes #22
|
2019-12-26 10:25:46 -08:00 |
|
Eric Liu
|
5ee379e79f
|
Merge pull request #78 from IBM/develop
feat(component): add TimePicker
|
2019-12-25 14:26:53 -08:00 |
|
Eric Liu
|
bf18b7b65a
|
feat(component): add TimePicker
Closes #28
|
2019-12-25 14:23:20 -08:00 |
|
Eric Liu
|
0cc7c7afeb
|
chore: forward class to Tile content
|
2019-12-25 14:22:52 -08:00 |
|
Eric Liu
|
b2d89481b8
|
Merge pull request #77 from IBM/modal
feat(modal): add Modal component
|
2019-12-25 13:23:59 -08:00 |
|
Eric Liu
|
a8f464586a
|
feat(component): add Modal
Closes #18
|
2019-12-25 13:20:14 -08:00 |
|
Eric Liu
|
5e522c399c
|
refactor(composed-modal): focus currentTarget in transitionend event
- Dispatch open event
|
2019-12-25 13:13:28 -08:00 |
|
Eric Liu
|
25cd26af24
|
Merge pull request #76 from IBM/refactor
refactor: use onMount, afterUpdate methods to manage state
|
2019-12-25 07:27:54 -08:00 |
|
Eric Liu
|
fd91dd80c5
|
feat(search): export autofocus prop
|
2019-12-25 07:22:29 -08:00 |
|
Eric Liu
|
152cbcd1ab
|
refactor(code-snippet): use afterUpdate
|
2019-12-25 07:20:57 -08:00 |
|
Eric Liu
|
6a28583a85
|
chore(file-uploader-drop-container): move class names to markup
|
2019-12-25 07:20:23 -08:00 |
|
Eric Liu
|
3f03a1c259
|
refactor(composed-modal): use onMount, afterUpdate methods
|
2019-12-25 07:19:51 -08:00 |
|
Eric Liu
|
52dd244516
|
refactor(switch): focus ref in afterUpdate method
|
2019-12-25 07:17:51 -08:00 |
|
Eric Liu
|
0fe8975850
|
feat(file-uploader): export clearFiles method
|
2019-12-25 07:17:30 -08:00 |
|
Eric Liu
|
8ea50a807a
|
refactor(toggle): access ref in afterUpdate method
|
2019-12-25 07:16:43 -08:00 |
|
Eric Liu
|
2cac297abf
|
refactor(timeout): move setTimeout to afterUpdate method
|
2019-12-25 06:21:09 -08:00 |
|
Eric Liu
|
7a612e60cf
|
feat(toast-notification): clear timeout when destroyed
|
2019-12-25 06:20:38 -08:00 |
|
Eric Liu
|
41c096bada
|
refactor(expandable-tile): use onMount, afterUpdate methods
|
2019-12-25 06:10:07 -08:00 |
|
Eric Liu
|
d874c622f9
|
Merge pull request #75 from IBM/refactor
refactor(expandable-tile): remove onMount method
|
2019-12-24 13:11:33 -08:00 |
|
Eric Liu
|
f802fdb1bd
|
refactor(expandable-tile): remove onMount method
- Prevent default keypress if key is a <Space> or 'Enter'
|
2019-12-24 09:55:52 -08:00 |
|
Eric Liu
|
0c9fb41aff
|
chore(button-skeleton): remove unused const
|
2019-12-24 09:55:16 -08:00 |
|
Eric Liu
|
d18d9cafd2
|
Merge pull request #74 from IBM/refactor
refactor: use reactive over const, inline functions
|
2019-12-24 09:44:51 -08:00 |
|
Eric Liu
|
c446fc74f4
|
refactor(components): convert const to reactive where appropriate
- Inline class assignments to avoid script-level clutter
- Ignore a11y-missing-attribute instead of redundant href
|
2019-12-24 09:41:12 -08:00 |
|
Eric Liu
|
4ed754c549
|
refactor(expandable-tile): remove dispatcher, inline functions
|
2019-12-24 09:38:33 -08:00 |
|
Eric Liu
|
ffb6f477b9
|
refactor(composed-modal): register buttonRef directly
|
2019-12-24 09:37:35 -08:00 |
|
Eric Liu
|
4481c5a97f
|
Merge pull request #73 from IBM/file-uploader
feat(component): add FileUploader
|
2019-12-23 21:02:50 -08:00 |
|
Eric Liu
|
85c4a14b2a
|
feat(component): add FileUploader
Closes #16
|
2019-12-23 20:59:56 -08:00 |
|
Eric Liu
|
fd3698b49a
|
Merge pull request #72 from IBM/refactor-button
feat(button): derive hasIconOnly from icon and slots
|
2019-12-23 18:49:29 -08:00 |
|
Eric Liu
|
2d3edce3ca
|
feat(button): derive hasIconOnly from icon and slots
Instead of explicitly defining hasIconOnly, its value can be inferred from a falsy icon prop and an empty slot.
|
2019-12-23 18:46:22 -08:00 |
|
Eric Liu
|
475acd6a5e
|
Merge pull request #71 from IBM/composed-modal
feat(component): add ComposedModal
|
2019-12-23 18:41:57 -08:00 |
|
Eric Liu
|
fc366a9366
|
feat(component): add ComposedModal
Closes #13
|
2019-12-23 18:38:33 -08:00 |
|
Eric Liu
|
17730914d3
|
Merge pull request #70 from IBM/refactor
refactor(lib): extract fillArray utility
|
2019-12-23 09:50:08 -08:00 |
|
Eric Liu
|
f3c702947c
|
refactor(lib): extract fillArray utility
|
2019-12-23 09:47:34 -08:00 |
|
Eric Liu
|
06e02c3dc3
|
Merge pull request #69 from IBM/pagination
feat(component): add Pagination component
|
2019-12-23 09:35:32 -08:00 |
|
Eric Liu
|
4dad89e12d
|
feat(component): add Pagination
Closes #23
|
2019-12-23 09:32:20 -08:00 |
|
Eric Liu
|
35806566a0
|
fix(select): update defaultValue when $selected changes
|
2019-12-23 09:30:55 -08:00 |
|
Eric Liu
|
892d95931d
|
Merge pull request #68 from IBM/icon
feat(component): add Icon
|
2019-12-22 15:37:58 -08:00 |
|
Eric Liu
|
5ae12066fb
|
feat(component): add Icon
Closes #30
|
2019-12-22 15:33:55 -08:00 |
|
Eric Liu
|
9c83fbda69
|
feat(lib): add css utility to format style values
|
2019-12-22 15:32:21 -08:00 |
|
Eric Liu
|
c2ef879862
|
Merge pull request #67 from IBM/refactor
refactor(components): remove exported "props"
|
2019-12-22 09:32:09 -08:00 |
|
Eric Liu
|
1286b9901d
|
refactor(components): remove exported "props"
Closes #17
- Forward events
- Adds style prop, removes exported props
|
2019-12-22 09:29:45 -08:00 |
|
Eric Liu
|
94a11920bd
|
Merge pull request #66 from IBM/fix
feat(components): add Form, FormGroup, FormItem, FormLabel
|
2019-12-22 08:57:10 -08:00 |
|
Eric Liu
|
3be285e112
|
feat(components): add Form, FormGroup, FormItem, FormLabel
Supports #17
Fixes broken storybook.
TODO: Define stories using other components (e.g. NumberInput, Select...)
|
2019-12-22 08:53:50 -08:00 |
|
Eric Liu
|
3345b71a8c
|
chore(docs): rebuild storybook [ci skip]
Add Tabs component.
|
2019-12-22 08:35:54 -08:00 |
|