Commit graph

  • 765ffc88eb chore: run lint Eric Liu 2024-11-30 10:39:34 -08:00
  • ab682236e4 ci: run lint check Eric Liu 2024-11-30 10:40:37 -08:00
  • 6c1dae6b64 chore: run lint Eric Liu 2024-11-30 10:39:34 -08:00
  • c3a390f3fe fix(multi-select): fix sorting behavior Paweł Malinowski 2024-11-28 20:50:15 +01:00
  • e165fa3a87 test(multi-select): add test suite Paweł Malinowski 2024-11-26 17:18:16 +01:00
  • becee460d1 fix(multi-select): fix sorting behavior Paweł Malinowski 2024-11-28 20:50:15 +01:00
  • 901e8bc14f test(multi-select): add test suite Paweł Malinowski 2024-11-26 17:18:16 +01:00
  • f453af437a Fix typescript error on test with better TreeView typing definition for nodesFlat Bram 2024-11-28 21:34:10 +01:00
  • 56ebbb4cbf Added test for flat array input data Bram 2024-11-26 23:57:44 +01:00
  • 655a205b0a Fix: updated doc, removed [] on type definition for nodesFlat Bram 2024-11-26 23:11:57 +01:00
  • b754b990e7 Fix to only set nodes prop when nodesFlat is provided Bram 2024-11-26 23:08:03 +01:00
  • ef4c0abaa5 Added nodesFlat property and updated docs Bram 2024-11-26 21:51:07 +01:00
  • 1f7ec1b40a build(deps-dev): bump @sveltejs/kit in /examples/sveltekit dependabot[bot] 2024-11-25 16:19:26 +00:00
  • 6902250e9c
    build(deps-dev): bump @sveltejs/kit in /examples/sveltekit dependabot[bot] 2024-11-25 16:19:26 +00:00
  • e2342aa249 docs: move "Default value" below description Eric Liu 2024-11-24 14:07:44 -08:00
  • 3fe8da313d build(script): force new lines for API props Eric Liu 2024-11-24 14:07:20 -08:00
  • d3f1157ac6 docs: move "Default value" below description Eric Liu 2024-11-24 14:07:44 -08:00
  • 64ecddc15c build(script): force new lines for API props Eric Liu 2024-11-24 14:07:20 -08:00
  • 69d51872a5 docs: omit Prettier from client JS Eric Liu 2024-11-24 12:14:07 -08:00
  • 0cc377eeb9 build(scripts): format COMPONENT_API.json Eric Liu 2024-11-24 12:13:42 -08:00
  • 12b3485d9b docs: omit Prettier from client JS Eric Liu 2024-11-24 12:14:07 -08:00
  • 7bd4c3ee41 build(scripts): format COMPONENT_API.json Eric Liu 2024-11-24 12:13:42 -08:00
  • 8ad7d5967e
    docs: set loading="lazy" on iframes (#2062) Eric Liu 2024-11-23 16:47:04 -08:00
  • 4d4f48771a docs: set loading="lazy" on iframes Eric Liu 2024-11-23 16:41:30 -08:00
  • f752c96daf
    docs: fix highlighting for lighter themes (#2061) Eric Liu 2024-11-23 16:23:14 -08:00
  • 81b21b677a docs: fix highlighting for lighter themes Eric Liu 2024-11-23 16:19:31 -08:00
  • 5fe5db919a chore: use cache for formatting [ci skip] Eric Liu 2024-11-23 15:52:36 -08:00
  • f795bb7abc docs(component-api): async load component Eric Liu 2024-11-23 15:46:32 -08:00
  • b1d768b0d6 docs(component-api): async load component Eric Liu 2024-11-23 15:46:32 -08:00
  • c4b09101e6 docs(component-api): required props are sorted first Eric Liu 2024-11-23 15:22:37 -08:00
  • dee74d3470 docs: add syntax highlighting for component API Eric Liu 2024-11-23 15:02:02 -08:00
  • 2a68b2947c chore(tree-view): remove inline comment breaking formatting Eric Liu 2024-11-23 15:00:32 -08:00
  • b33ff71582 docs(component-api): required props are sorted first Eric Liu 2024-11-23 15:22:37 -08:00
  • 902d91765c docs: add syntax highlighting for component API Eric Liu 2024-11-23 15:02:02 -08:00
  • 110996cd44 chore(tree-view): remove inline comment breaking formatting Eric Liu 2024-11-23 15:00:32 -08:00
  • 57561c173c
    Merge e9c765ef27 into 186ea85cbc Paweł Malinowski 2024-11-23 21:36:55 +00:00
  • 186ea85cbc ci: add "Unit tests" step Eric Liu 2024-11-23 11:02:27 -08:00
  • 8b477b12f9 test: scaffold component testing with Vitest Eric Liu 2024-11-23 10:53:14 -08:00
  • 94e5f8605a ci: add "Unit tests" step Eric Liu 2024-11-23 11:02:27 -08:00
  • bb20daa384 test: scaffold component testing with Vitest Eric Liu 2024-11-23 10:53:14 -08:00
  • 89387004a3 chore(examples): bump deps Eric Liu 2024-11-23 12:25:16 -08:00
  • 817482cc6b v0.86.1 v0.86.1 Eric Liu 2024-11-22 13:51:25 -08:00
  • e488c88371
    fix(tree-view): do not flatten original nodes (#2056) Eric Liu 2024-11-22 13:24:43 -08:00
  • 38cf331321 fix(tree-view): do not traverse original nodes Eric Liu 2024-11-22 12:19:38 -08:00
  • 07d226cd87
    docs(recursive-list): update mentions of renamed children prop (#2055) Eric Liu 2024-11-21 10:40:10 -08:00
  • 384dd3952e docs(recursive-list): update mentions of renamed children prop Eric Liu 2024-11-21 10:37:33 -08:00
  • b9b7bae24c
    docs(tree-view): update mentions of renamed children prop (#2054) Bram 2024-11-21 19:35:03 +01:00
  • 7a11bec149 Use InlineNotification Eric Liu 2024-11-21 10:33:51 -08:00
  • 327f26d12a
    Updated docs: Renamed children props to nodes for TreeView Bram 2024-11-21 19:07:49 +01:00
  • e9c765ef27 Update docs package.json Eric Liu 2024-11-19 19:12:37 -08:00
  • a14d13fce6 Revert "Update again" Eric Liu 2024-11-19 19:12:00 -08:00
  • e4d8da66f7 Merge branch 'docs' of github.com:malinowskip/carbon-components-svelte into pr/2038 Eric Liu 2024-11-19 19:11:06 -08:00
  • 2fd9d381b3 Update again Eric Liu 2024-11-19 19:10:42 -08:00
  • c5f28033c2 update docs to Svelte 5 Paweł Malinowski 2024-11-10 13:06:07 +01:00
  • 128da10475 v0.86.0 Eric Liu 2024-11-19 18:43:32 -08:00
  • 7dbb4d0554 v0.86.0 v0.86.0 Eric Liu 2024-11-19 18:43:32 -08:00
  • 4739aaf0dd
    build(deps): bump cross-spawn in /docs (#2053) dependabot[bot] 2024-11-18 14:51:37 -08:00
  • d4c037d038
    build(deps): bump cross-spawn in /docs dependabot[bot] 2024-11-18 22:49:45 +00:00
  • 2fd5c2c25f chore: re-run build:docs to improve table formatting Eric Liu 2024-11-12 10:28:49 -08:00
  • 5f887f59e8
    chore: re-run npm run build:docs (#2051) Eric Liu 2024-11-12 10:27:38 -08:00
  • 647b5ab784 chore: re-run npm run build:docs Eric Liu 2024-11-12 10:08:26 -08:00
  • e23a4d1994 build(docs): use node: prefix [ci skip] Eric Liu 2024-11-12 09:52:20 -08:00
  • 44fc55d8fd update docs to Svelte 5 Paweł Malinowski 2024-11-10 13:06:07 +01:00
  • cc03d3c75d chore: remove redundant format script [ci skip] Eric Liu 2024-11-11 21:35:00 -08:00
  • 8e996dc683 chore: format files with Prettier 3 Eric Liu 2024-11-11 21:27:04 -08:00
  • 1dcd09bd98 chore(deps-dev): upgrade prettier to v3 Eric Liu 2024-11-11 21:26:47 -08:00
  • 55d37a9105 chore: remove redundant format script [ci skip] Eric Liu 2024-11-11 21:35:00 -08:00
  • 93469fd893 chore: format files with Prettier 3 Eric Liu 2024-11-11 21:27:04 -08:00
  • 0048796b0b chore(deps-dev): upgrade prettier to v3 Eric Liu 2024-11-11 21:26:47 -08:00
  • 7f4a335196
    Merge fce7de17ab into 4881ff7ffd jorgebv 2024-11-12 05:24:23 +00:00
  • b73c705018
    Merge 6bd61ac5dc into 4881ff7ffd Mustafa Kapadia 2024-11-12 05:24:22 +00:00
  • 6b1fb7ee56
    Merge 070a719150 into 4881ff7ffd pwwang 2024-11-12 05:24:18 +00:00
  • 1cb3fc59fb
    Merge 5b715d1ab2 into 4881ff7ffd brunnerh 2024-11-12 05:24:15 +00:00
  • 4881ff7ffd build(scripts): convert to ESM Eric Liu 2024-11-10 09:55:56 -08:00
  • 9234119d7b build(package)!: set type="module" Eric Liu 2024-11-11 21:15:51 -08:00
  • 066fea5180 build!: remove bundled ESM/UMD support metonym 2024-08-20 06:53:02 -07:00
  • c8ec0ad7d3 build(scripts): convert to ESM Eric Liu 2024-11-10 09:55:56 -08:00
  • b9f0332a84 build(package)!: set type="module" Eric Liu 2024-11-11 21:15:51 -08:00
  • a7b85bb8e6 build!: remove bundled ESM/UMD support metonym 2024-08-20 06:53:02 -07:00
  • dd43224119
    feat(data-table): support generics (#1954) Eric Liu 2024-11-11 21:10:45 -08:00
  • 8578c6d5c5 Update DataTable.svelte.d.ts Eric Liu 2024-11-10 15:37:11 -08:00
  • e0ffc97b29 Add code comment and format DataTableTypes.d.ts Eric Liu 2024-11-10 10:41:10 -08:00
  • 69de338796 Update value types Eric Liu 2024-11-10 10:38:14 -08:00
  • bd6f52cbae Change loosened type to string * {} Eric Liu 2024-05-04 14:44:56 -07:00
  • 7b464408a9 tests: revert need to specify empty header key Eric Liu 2024-05-04 14:36:54 -07:00
  • d6704ec2b5 test(data-table): update test Eric Liu 2024-05-04 14:22:14 -07:00
  • df1d40257d Loosen empty table row header key Eric Liu 2024-05-04 13:38:14 -07:00
  • ed3a3956fb test: add nested headers example Eric Liu 2024-05-04 12:54:00 -07:00
  • e49369ef02 Tweaks to DataTable generics (#1968) brunnerh 2024-05-04 20:24:39 +02:00
  • 140e8ff468 test: fix existing tests Eric Liu 2024-04-20 16:25:19 -07:00
  • 25274520c6 test: add DataTable generics test Eric Liu 2024-04-20 16:13:30 -07:00
  • 38df04e69e Run "yarn build:docs" Eric Liu 2024-04-20 14:59:11 -07:00
  • 94262c17a4 feat(data-table): update JSDocs to use generics Eric Liu 2024-04-20 14:58:52 -07:00
  • 1827b6db3a feat: typing for DataTable row and cell K.Kiyokawa 2021-09-14 01:33:17 +09:00
  • 752c46b94c
    docs(style): increase preview viewer for large screens (#2049) Eric Liu 2024-11-11 15:54:32 -08:00
  • 0998edf410 docs(style): increase preview viewer for large screens metonym 2024-11-11 15:49:22 -08:00
  • 9f1b997765
    chore(deps-dev): upgrade sveld to v0.22 (#2048) Eric Liu 2024-11-10 15:35:29 -08:00
  • b2883dce91 chore: run npm run build:docs Eric Liu 2024-11-10 15:18:00 -08:00
  • 101c1703b6 chore(deps-dev): upgrade sveld to v0.22 Eric Liu 2024-11-10 15:17:52 -08:00
  • 7e173943ac
    fix(toolbar-menu): remove redundant menu offset for Svelte 5 compatibility (#2047) Eric Liu 2024-11-10 11:50:54 -08:00