Commit graph

  • 6ba20fdd65 v0.50.0 v0.50.0 metonym 2021-11-18 13:48:14 -08:00
  • ccc733f3f7
    Support custom target(s) for ContextMenu (#916) Eric Liu 2021-11-18 13:32:13 -08:00
  • a651258b88 docs(context-menu): add target, multiple target examples metonym 2021-11-18 13:23:28 -08:00
  • c43da25e43 feat(context-menu): include clicked element in "open" event detail metonym 2021-11-18 13:09:06 -08:00
  • f603106b18 feat(context-menu): add target prop to selectively trigger context menu metonym 2021-11-18 13:07:09 -08:00
  • d8f8ac2b73 v0.49.2 v0.49.2 metonym 2021-11-18 07:49:42 -08:00
  • 9bbc7698a9
    Fix: Tabs dispatch change event on init (#882) Daniel Miedzik 2021-11-18 16:45:47 +01:00
  • 1aad3153b5
    Correct page number when dispatching update (#911) Bilux 2021-11-18 16:41:33 +01:00
  • 51ede6df8f fix(tabs): dispatch change event in update/change context methods metonym 2021-11-18 07:41:02 -08:00
  • dd055e34d9 fix(pagination): page value should not exceed totalPages metonym 2021-11-18 07:32:21 -08:00
  • 914f9af3be
    hotfix(popover): manually apply relative style if relative is true (#915) Eric Liu 2021-11-18 07:28:40 -08:00
  • 706a933ac3 hotfix(popover): manually apply relative style if relative is true metonym 2021-11-18 07:22:01 -08:00
  • dfd53ce09b
    Refactor onDestroy to use onMount return function (#914) Eric Liu 2021-11-17 13:20:26 -08:00
  • 286f55fc01 refactor(composed-modal): replace onDestroy with onMount return function metonym 2021-11-17 13:16:02 -08:00
  • 4a238ac041 refactor(switch): replace onDestroy with onMount return function metonym 2021-11-17 13:15:30 -08:00
  • 7e919d121f refactor(date-picker): replace onDestroy with onMount return function metonym 2021-11-17 13:15:20 -08:00
  • 1309eaef20 refactor(select-item): replace onDestroy with onMount return function metonym 2021-11-17 13:15:08 -08:00
  • a160ef3b40 v0.49.1 v0.49.1 metonym 2021-11-17 09:28:05 -08:00
  • 1a0e990bdf
    hotfix(popover): include missing Popover styles from carbon-components version 10.47 (#913) Eric Liu 2021-11-17 09:17:24 -08:00
  • e15fc83b49 hotfix(popover): import popover styles from carbon-components@10.47 metonym 2021-11-17 09:08:47 -08:00
  • 7be46ba59c chore(deps-dev): install carbon-components@10.47 for Popover styles metonym 2021-11-17 09:03:08 -08:00
  • 6426bea7f2
    Correct page number when dispatching update Bilux 2021-11-16 14:50:54 +01:00
  • 2c79f16371
    Fix some minor bugs Bilux 2021-11-14 21:03:47 +01:00
  • 62b71305d6 v0.49.0 v0.49.0 metonym 2021-11-12 16:27:46 -08:00
  • 27ba4350cf
    Align v10.48 (#907) Eric Liu 2021-11-12 16:25:02 -08:00
  • ead8a026c7 chore(notification): deprecate NotificationTextDetails metonym 2021-11-12 16:16:21 -08:00
  • e225c545ab feat(toast-notification): make title/subtitle/caption slottable metonym 2021-11-12 16:15:56 -08:00
  • e59e1a9348 feat(inline-notification): make title/subtitle slottable metonym 2021-11-12 16:13:06 -08:00
  • ee03b95462 refactor(tile): remove unused ref metonym 2021-11-12 16:08:17 -08:00
  • 67724890d4 refactor(tile): remove unnecessary "position: relative" style metonym 2021-11-12 16:07:41 -08:00
  • bb2912b762 feat(ui-shell): support HeaderNavMenu with current item metonym 2021-11-12 16:00:49 -08:00
  • a03511723f chore(deps-dev): upgrade carbon-components to v10.48.0 metonym 2021-11-12 15:05:40 -08:00
  • aaf60485f0 v0.48.1 v0.48.1 metonym 2021-11-12 14:40:14 -08:00
  • a308c89e42
    fix(date-picker): type locale prop using flatpickr types (#906) Eric Liu 2021-11-12 14:36:46 -08:00
  • 0b931cafdb fix(date-picker): type locale prop using flatpickr types metonym 2021-11-12 14:32:11 -08:00
  • 36f6a327b2
    hotfix: fix remaining imports from carbon-icons-svelte (#905) Eric Liu 2021-11-12 13:09:43 -08:00
  • 80ace366a3 hotfix: fix remaining imports from carbon-icons-svelte metonym 2021-11-12 12:54:55 -08:00
  • f2493c083d v0.48.0 v0.48.0 Eric Liu 2021-11-11 09:10:27 -08:00
  • 040e3d3372
    Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) Eric Liu 2021-11-11 08:54:45 -08:00
  • 092849a425 chore(deps-dev): install carbon-icons-svelte as a devDependency Eric Liu 2021-11-11 08:47:03 -08:00
  • 122c063dd1 breaking(deps): remove carbon-icons-svelte Eric Liu 2021-11-11 08:45:02 -08:00
  • 7d04811083 feat(icons): update svelte components to use inlined carbon icons Eric Liu 2021-11-11 08:43:15 -08:00
  • 03800f73f9 feat(icons): inline carbon icons used by components Eric Liu 2021-11-11 08:40:49 -08:00
  • 4df812bc3f
    fix(date-picker): set calendar to null (#903) Eric Liu 2021-11-11 08:04:06 -08:00
  • faf992779b fix(date-picker): set calendar to null Eric Liu 2021-11-11 07:53:53 -08:00
  • ea6757d020
    Add autoWidth prop to Tabs (#901) Eric Liu 2021-11-10 19:46:20 -08:00
  • 08402e54bf
    feat(form): add ref prop (#900) Eric Liu 2021-11-10 19:46:14 -08:00
  • 186d2863d3 v0.47.6 v0.47.6 Eric Liu 2021-11-10 19:38:13 -08:00
  • 32beeac85b
    fix(text-input): coerce TextInput value to number if type is numerical (#902) Eric Liu 2021-11-10 14:45:13 -08:00
  • 0444643a81 fix(text-input): coerce TextInput value to number if type is numerical metonym 2021-11-10 14:36:19 -08:00
  • 11aa1521f3 feat(form): add ref prop metonym 2021-11-10 14:27:49 -08:00
  • 4cfa2a1c39 docs(tabs): add auto width example metonym 2021-11-10 14:19:18 -08:00
  • 924deee6f6 feat(tabs): support auto width tabs metonym 2021-11-10 14:16:11 -08:00
  • 7e76cbc8a9
    fix(Tooltip): fix two way binding in cases where icon is in focus (#895) Paweł Malinowski 2021-11-09 23:52:40 +01:00
  • d487bb5a96 fix(Tooltip): fix two way binding in cases where icon is in focus Paweł Malinowski 2021-11-08 14:59:51 +01:00
  • 81daaab1ff v0.47.5 Eric Liu 2021-11-07 12:14:44 -08:00
  • b22058f54e hotfix(expandable-tile): set relative position in tile v0.47.5 Eric Liu 2021-11-07 12:09:51 -08:00
  • 0383a2fe40 Merge branch 'master' of https://github.com/carbon-design-system/carbon-components-svelte Eric Liu 2021-11-07 12:04:11 -08:00
  • a298a1bf15 Revert "docs(tooltip): hotfix reactive example #872 [ci skip]" Eric Liu 2021-11-07 12:04:06 -08:00
  • f32f8fb9dc
    fix(ToolTip): better toggling logic (#885) Paweł Malinowski 2021-11-07 21:03:32 +01:00
  • 0e460cdd91 v0.47.4 v0.47.4 Eric Liu 2021-11-06 10:46:47 -07:00
  • b3a73cf80c
    fix(data-table): avoid triggering click:row when clicking expandable row chevron (#890) Eric Liu 2021-11-06 10:33:33 -07:00
  • 6abb138a99 fix(data-table): avoid triggering click:row when clicking expandable row chevron Eric Liu 2021-11-06 10:25:06 -07:00
  • 028ebdf391 fix(ToolTip): ensure at most one ToolTip is open at the same time Paweł Malinowski 2021-11-06 11:48:06 +01:00
  • a317c7ed52
    document static property on datepicker modal (#879) Nicco 2021-11-05 18:02:56 +01:00
  • 95fe199ac3 docs(date-picker): add missing props to DatePickerModal.svelte metonym 2021-11-05 10:02:04 -07:00
  • db520b99dc move to frame Nicco 2021-11-04 23:51:57 +00:00
  • 23c1035186 fix(ToolTip): remove redundant click handler Paweł Malinowski 2021-11-02 18:01:15 +01:00
  • 0f2ad1abaf fix(ToolTip): better toggling logic Paweł Malinowski 2021-11-01 22:48:51 +01:00
  • 7f1b250df5 Merge branch 'master' into patch-4 Daniel Miedzik 2021-10-29 11:23:18 +02:00
  • 4c4f0cff5e fix tabs on change problem Daniel Miedzik 2021-10-29 11:22:46 +02:00
  • 9ee5fd3e05 feat: allow paginated sorting data table Krzysztof Wieszałka 2021-10-27 15:50:45 +02:00
  • 07655aed3e docs: fix typo in button code path [ci skip] metonym 2021-10-26 11:13:42 -07:00
  • 49884b6421 document static property on datepicker modal Nicco 2021-10-26 14:25:33 +00:00
  • af9b9a1d92 v0.47.3 v0.47.3 metonym 2021-10-22 07:21:07 -07:00
  • fb7ebb93cb
    fix(data-table): expand batch expansion chevron if all rows are expanded #867 (#873) Eric Liu 2021-10-22 07:18:03 -07:00
  • dfcdadf7a2 fix(data-table): expand batch expansion chevron if all rows are expanded #867 Eric Liu 2021-10-21 20:31:30 -07:00
  • 3a0e2e92b8 docs(tooltip): hotfix reactive example #872 [ci skip] metonym 2021-10-21 09:49:16 -07:00
  • f4281b82e4 chore(changelog): fix typo [ci skip] metonym 2021-10-21 08:49:22 -07:00
  • 4cdf4a9b24 v0.47.2 v0.47.2 metonym 2021-10-21 08:47:55 -07:00
  • 51cd4ec342
    fix #869 (#870) Daniel Miedzik 2021-10-21 17:26:47 +02:00
  • bca2bbd36c fix #869 Daniel Miedzik 2021-10-21 13:03:05 +02:00
  • 2aeeb728a2
    fix(data-table): collapse batch expansion button if one or more rows collapsed #867 (#868) Eric Liu 2021-10-20 17:45:53 -07:00
  • d9ab5c0fb5 fix(data-table): collapse batch expansion button if one or more rows collapsed #867 metonym 2021-10-20 17:03:32 -07:00
  • 7b65a15345
    Omit explicit "from carbon-icons-svelte" from icon prop definitions (#866) Eric Liu 2021-10-20 13:48:52 -07:00
  • 5a2865bd9d docs(component-api): remove hardcoded Carbon Svelte icon description metonym 2021-10-20 13:41:17 -07:00
  • ad7474f3f3 fix(types): update description for icon props #865 metonym 2021-10-20 13:33:06 -07:00
  • 0509e8f640 v0.47.1 v0.47.1 metonym 2021-10-20 10:46:25 -07:00
  • c64075acbe
    fix(data-table): include border style for non-expandable rows (#864) Eric Liu 2021-10-20 10:02:10 -07:00
  • 3461050778 docs(data-table): use batchExpansion for non-expandable rows example [ci skip] metonym 2021-10-20 10:00:52 -07:00
  • bebc4974c3 fix(data-table): include border style for non-expandable rows metonym 2021-10-20 09:47:17 -07:00
  • ed873324e5
    build(deps): bump vm2 from 3.9.3 to 3.9.5 in /examples/snowpack (#863) dependabot[bot] 2021-10-19 08:40:37 -07:00
  • 066b3eefaf
    build(deps): bump vm2 from 3.9.3 to 3.9.5 in /examples/snowpack dependabot[bot] 2021-10-19 15:31:07 +00:00
  • 7af2732f83 v0.47.0 v0.47.0 metonym 2021-10-19 07:28:04 -07:00
  • 96d848e9ef
    feat(data-table): add nonExpandableRowIds prop (#862) Eric Liu 2021-10-19 07:25:22 -07:00
  • 9700c06929 docs(data-table): add Non-expandable rows example metonym 2021-10-19 07:20:44 -07:00
  • 30d080a86c test(data-table): validate nonExpandableRowIds prop metonym 2021-10-19 07:20:00 -07:00
  • cab576c335 feat(data-table): add nonExpandableRowIds prop #861 Eric Liu 2021-10-18 20:41:56 -07:00
  • f64b021a94 v0.46.0 v0.46.0 Eric Liu 2021-10-17 13:06:10 -07:00
  • 2cc8953eb5 docs: omit explicit treeview scss import Eric Liu 2021-10-17 12:58:44 -07:00