Commit graph

56 commits

Author SHA1 Message Date
Eric Liu
f4512027a5 v0.50.3 2021-12-28 14:04:22 -08:00
Eric Liu
3cadf2c001 v0.50.2 2021-11-27 10:06:03 -08:00
metonym
96930a4065 v0.50.1 2021-11-19 08:33:07 -08:00
metonym
6ba20fdd65 v0.50.0 2021-11-18 13:48:14 -08:00
metonym
d8f8ac2b73 v0.49.2 2021-11-18 07:49:42 -08:00
metonym
a160ef3b40 v0.49.1 2021-11-17 09:28:05 -08:00
metonym
62b71305d6 v0.49.0 2021-11-12 16:27:46 -08:00
metonym
aaf60485f0 v0.48.1 2021-11-12 14:40:14 -08:00
Eric Liu
f2493c083d v0.48.0 2021-11-11 09:10:27 -08:00
Eric Liu
186d2863d3 v0.47.6 2021-11-10 19:38:13 -08:00
Eric Liu
81daaab1ff v0.47.5 2021-11-07 12:14:44 -08:00
Eric Liu
0e460cdd91 v0.47.4 2021-11-06 10:46:47 -07:00
metonym
af9b9a1d92 v0.47.3 2021-10-22 07:21:07 -07:00
metonym
4cdf4a9b24 v0.47.2 2021-10-21 08:47:55 -07:00
metonym
0509e8f640 v0.47.1 2021-10-20 10:46:25 -07:00
metonym
7af2732f83 v0.47.0 2021-10-19 07:28:04 -07:00
Eric Liu
f64b021a94 v0.46.0 2021-10-17 13:06:10 -07:00
metonym
e7322acaae v0.45.1 2021-10-15 07:24:19 -07:00
metonym
a9fe4e328b v0.45.0 2021-10-13 09:01:18 -07:00
metonym
e14f9f7252 v0.44.7 2021-10-13 07:40:53 -07:00
Eric Liu
0b96614b52 v0.44.6 2021-10-11 10:16:50 -07:00
metonym
66033e588d v0.44.5 2021-10-04 09:20:29 -07:00
metonym
b4f12490bc v0.44.4 2021-09-28 08:57:31 -07:00
metonym
007796f881 v0.44.3 2021-09-23 09:03:56 -07:00
metonym
7e0b8af685 v0.44.2 2021-09-14 10:01:30 -07:00
Eric Liu
60ff25c2af v0.44.1 2021-09-11 12:38:21 -07:00
metonym
80dec85985 v0.44.0 2021-09-07 08:39:58 -07:00
Eric Liu
05fae5093a v0.43.0 2021-09-06 09:54:20 -07:00
Eric Liu
a560584f7a chore: update version in component index 2021-09-05 15:47:08 -07:00
Eric Y Liu
abfc472c82 v0.42.2 2021-07-29 16:03:32 -07:00
Eric Y Liu
59dce3ce65 v0.42.1 2021-07-26 08:51:18 -07:00
Eric Y Liu
87fbcf6de4 v0.42.0 2021-07-22 17:06:41 -07:00
Eric Y Liu
7e3b0bc1cd v0.41.0 2021-07-18 06:12:26 -07:00
Eric Y Liu
51ebf185b5 v0.40.1 2021-07-14 13:53:23 -07:00
Eric Y Liu
3968287084 v0.40.0 2021-07-11 17:17:09 -07:00
Eric Y Liu
0aa52fe154 v0.39.0 2021-07-05 13:33:57 -07:00
Eric Y Liu
c647cb27a7 v0.38.2 2021-07-03 13:46:21 -07:00
Eric Y Liu
0d3090b123 v0.38.1 2021-06-29 04:38:51 -07:00
Eric Y Liu
913186ef9c v0.38.0 2021-06-27 08:50:34 -07:00
Eric Y Liu
7c1e30476a v0.37.0 2021-06-26 16:48:25 -07:00
Eric Y Liu
2f5d01d0c0 v0.36.0 2021-06-26 14:46:10 -07:00
Eric Y Liu
099fb84767 v0.35.0 2021-06-26 07:20:54 -07:00
Eric Y Liu
2d92f7f8cd v0.34.0 2021-06-25 04:00:49 -07:00
Eric Y Liu
cff16e5d7d v0.33.0 2021-04-30 17:12:02 -07:00
Eric Y Liu
9e0893051d v0.32.2 2021-04-23 19:23:46 -07:00
Eric Y Liu
bd846dc453 v0.32.1 2021-04-02 15:01:07 -07:00
Eric Y Liu
fbcb14c268 v0.32.0 2021-04-02 13:36:14 -07:00
Eric Liu
fa9b90cd79
Alignment with Carbon version 10.32 (#588)
* feat(code-snippet): add copy functionality

- docs: add custom feedback copy text example

* feat(tile): support disabled state for SelectableTile, RadioTile

Closes #539

* build(rollup): add clipboard-copy to globals

* feat(copy-button): add copy functionality

* feat(content-switcher): deprecate the light prop

- docs: remove the light variant example

* fix(toolbar-search): remove outer div

* feat(search): add searchClass prop

* fix(composed-modal): set hasScrollingContent class on ModalBody

* docs(data-table): add expandable size examples

* feat(tooltip): add TooltipFooter component

* fix(time-picker): correctly display invalidText

* feat(breadcrumb): support overflow menu

* feat(multi-select): export inputRef prop

* chore(deps-dev): upgrade carbon-components to v10.32.0

* feat(form): add noMargin prop to FormGroup

* docs(tooltip): document TooltipFooter

* feat(context-menu): support danger kind for ContextMenuOption

* feat(data-table): support rendering empty table header in skeleton

* refactor(types): use shorter import path in DataTableSkeleton

* feat(data-table): allow sorting to be disabled for a specific header

* docs(data-table): update example to desort the Protocol header

As an example, it makes more sense because all the values ("http") are the same.

* fix(context-menu): set initial y offset of context menu based on window height #577

* fix(context-menu): render submenu based on viewport constraints #577
2021-04-02 13:31:53 -07:00
Eric Y Liu
4577e7f152 v0.31.0 2021-03-20 17:11:35 -07:00
Eric Y Liu
afed4fa2fa v0.30.0 2021-03-13 14:57:30 -08:00