Commit graph

  • d3cef5f377 chore(select): update dispatched change event type Eric Liu 2022-06-18 12:24:13 -07:00
  • ecc6a9c223 fix(select): do not dispatch "change" event on initial load Eric Liu 2022-06-18 12:17:57 -07:00
  • 78d3f1328a
    feat(select): support selected prop number type (#1355) metonym 2022-06-18 11:09:41 -07:00
  • d32ef26794 test(select): assert selected prop number type Eric Liu 2022-06-18 11:07:48 -07:00
  • e6188b0c65 refactor(pagination): do not coerce pageSize, page to be numbers Eric Liu 2022-06-18 10:58:15 -07:00
  • 1cf28c6809 Run "yarn build:docs" Eric Liu 2022-06-18 10:54:01 -07:00
  • 12045756ca feat(select): support number type Eric Liu 2022-06-18 10:51:14 -07:00
  • f8b1c8a23a
    fix(select): use first SelectItem value as default if selected is undefined (#1353) metonym 2022-06-18 10:13:42 -07:00
  • 375b34c4ef chore(slider): also unset max-width rule in bx--slider Eric Liu 2022-06-18 06:17:09 -07:00
  • 86f380bbe7 docs(slider): add example "Full width" Eric Liu 2022-06-18 06:12:59 -07:00
  • fb620dd81e test(slider): assert fullWidth prop Eric Liu 2022-06-18 06:12:44 -07:00
  • 62fc6c959e Run "yarn build:docs" Eric Liu 2022-06-18 06:12:32 -07:00
  • ecc4e521bb feat(slider): add fullWidth prop Eric Liu 2022-06-18 06:12:19 -07:00
  • 262d2c33a1 fix(select): default selected to first item value if undefined Eric Liu 2022-06-18 05:47:56 -07:00
  • a587a75ea4 Build docs Andreas 2022-06-16 17:10:38 +02:00
  • efc9fd6d08 Add placeholder prop to ToolbarSearch Andreas 2022-06-16 17:10:32 +02:00
  • 35031e800c v0.65.3 v0.65.3 Eric Liu 2022-06-15 07:15:27 -07:00
  • eb381190c9
    fix(tree-view): fix type error when keyboard navigating an expanded node (#1350) metonym 2022-06-15 07:14:09 -07:00
  • 87e7f64e67 fix(tree-view): fix type error when navigating an expanded node Eric Liu 2022-06-15 07:09:48 -07:00
  • 624abe88fe v0.65.2 v0.65.2 Eric Liu 2022-06-12 18:12:40 -07:00
  • 0f060ea035
    fix(data-table): table header keys should be reactive (#1346) jorgebv 2022-06-12 21:09:33 -04:00
  • 28f04fd881 remove redundant map Jorge Vergara 2022-06-12 18:58:28 -04:00
  • 1dac233219 Fix thKeys property Jorge Vergara 2022-06-12 17:47:45 -04:00
  • b21718ccfd
    fix(time-picker): use native binding for value prop (#1344) metonym 2022-06-12 08:09:43 -07:00
  • 5006d133a0 fix(time-picker): use native binding for value prop Eric Liu 2022-06-12 08:06:21 -07:00
  • 8e52e13ee9
    fix: use native binding for value prop in ComboBox, MultiSelect (#1343) metonym 2022-06-12 07:12:11 -07:00
  • a898e415dc fix(multi-select): use native binding for value prop Eric Liu 2022-06-12 06:58:40 -07:00
  • df46b2a8b3 fix(combo-box): use native binding for value prop Eric Liu 2022-06-12 06:58:30 -07:00
  • 2c05f35c48 v0.65.1 v0.65.1 Eric Liu 2022-06-09 11:20:30 -07:00
  • e56ee83dc4
    hotfix(data-table): column sort direction order should be independent (#1342) metonym 2022-06-09 11:14:14 -07:00
  • 69eb306cce hotfix(data-table): column sort direction order should be independent Eric Liu 2022-06-09 11:12:48 -07:00
  • 566d64c970 v0.65.0 v0.65.0 Eric Liu 2022-06-07 08:03:16 -07:00
  • 37aa207c85
    refactor(modal): simply nested modals logic (#1339) brunnerh 2022-06-07 16:43:02 +02:00
  • 622538a17b Minor on-destroy code simplification. Harald Brunner 2022-06-06 21:16:05 +02:00
  • 70c754d515 ID is no longer required. Harald Brunner 2022-06-06 21:07:50 +02:00
  • 118270f767 Track modals and apply class in central location. Automatically stop tracking destroyed modals. Harald Brunner 2022-06-06 21:06:31 +02:00
  • 6cbab8c3a3 ID can be const. Harald Brunner 2022-06-06 19:33:14 +02:00
  • 4bfc2c3810 Simplify class application for open modals. Harald Brunner 2022-06-06 19:21:08 +02:00
  • 95b32937d6
    perf(data-table): save rows reference when reducing (#1338) metonym 2022-06-05 14:24:37 -07:00
  • 3fa49b2eeb perf(data-table): save rows reference when reducing Eric Liu 2022-06-05 14:21:07 -07:00
  • 72c24b83b2
    feat(data-table): support programmatic sorting (#1337) metonym 2022-06-05 13:37:50 -07:00
  • 4b8130befd refactor(data-table): remove unused indices Eric Liu 2022-06-05 13:35:53 -07:00
  • e600115ecc refactor(data-table): remove unused tableSortable store Eric Liu 2022-06-05 13:35:02 -07:00
  • a1b43801c9 Run "yarn build:docs" Eric Liu 2022-06-05 13:34:21 -07:00
  • 698db1a6e6 docs(data-table): add "Programmatic sorting" example Eric Liu 2022-06-05 13:23:00 -07:00
  • 54cc3be695 test(data-table): assert new props Eric Liu 2022-06-05 13:22:39 -07:00
  • c31e0d9051 feat(data-table): support programmatic sorting Eric Liu 2022-06-05 13:13:12 -07:00
  • 94472817a8 Run "yarn build:docs" Eric Liu 2022-06-05 12:27:52 -07:00
  • 91348df434 refactor(data-table): pass down sortable props instead of using context Eric Liu 2022-06-05 12:27:24 -07:00
  • d2cdb8eb0f
    fix(data-table): do not overwrite row.cells property (#1336) metonym 2022-06-05 13:29:58 -07:00
  • 79b662a5f9 perf(data-table): early return if path in object when resolving path Eric Liu 2022-06-05 10:50:54 -07:00
  • 0a6b8fc112 refactor(data-table): do not overwrite cells property Eric Liu 2022-06-05 10:48:35 -07:00
  • 1545da8f9f refactor(data-table): remove unneeded third argument from resolvePath call Eric Liu 2022-06-05 09:50:27 -07:00
  • 260bf4e040
    breaking(types): type arrays as read-only (#1335) metonym 2022-06-05 13:25:43 -07:00
  • 06f96638e5 test: assert read-only arrays Eric Liu 2022-06-04 13:26:57 -07:00
  • eedc619900 Run "yarn build:docs" Eric Liu 2022-06-04 13:26:33 -07:00
  • 3ffe9cddc0 breaking(types): type arrays as read-only Eric Liu 2022-06-04 13:25:53 -07:00
  • 1a904dda36
    docs(modal): add "Has scrolling content," "Custom focus" examples (#1334) metonym 2022-06-02 19:26:26 -07:00
  • c804761ad2 docs: do not open modals initially Eric Liu 2022-06-02 19:22:37 -07:00
  • 6acd0bf425 docs(modal): add "Custom focus" example Eric Liu 2022-06-02 19:18:45 -07:00
  • 3ef64fb7b3 docs(modal): add example "Has scrolling content" Eric Liu 2022-06-02 19:08:44 -07:00
  • e62bea38aa
    refactor(modal): set alert dialog attributes in markup (#1333) metonym 2022-06-02 18:41:18 -07:00
  • e230db8115
    feat: forward paste event to input/textarea elements (#1332) metonym 2022-06-02 18:39:49 -07:00
  • a786946aed refactor(modal): set alert dialog attributes in markup Eric Liu 2022-06-02 18:38:27 -07:00
  • 1c2014059a test: assert paste event Eric Liu 2022-06-02 18:33:58 -07:00
  • 360840edec Run "yarn build:docs" Eric Liu 2022-06-02 18:30:19 -07:00
  • 60d5282021 feat: forward paste event to input/textarea elements Eric Liu 2022-06-02 18:30:05 -07:00
  • d6cf4cf426 chore(deps-dev): upgrade sveld, svelte-check Eric Liu 2022-06-02 18:23:41 -07:00
  • f25a10c9c4
    feat: support item.disabled key for Dropdown, MultiSelect, ComboBox (#1328) metonym 2022-06-02 17:56:30 -07:00
  • 22f93ee675
    fix(modal): nested modals should correctly toggle the body class (#1331) metonym 2022-06-02 17:56:07 -07:00
  • c690bee810 docs: add "Disabled items" examples Eric Liu 2022-06-02 17:55:06 -07:00
  • 0063c01beb
    breaking(dropdown): remove useless inline prop (#1329) metonym 2022-06-02 17:36:46 -07:00
  • 146151215e fix(modal): nested modals should correctly toggle the body class Eric Liu 2022-06-02 17:33:49 -07:00
  • 0bc642e9ff Run "yarn build:docs" Eric Liu 2022-06-01 19:24:06 -07:00
  • ad6ec714ba breaking(dropdown): remove useless inline prop Eric Liu 2022-06-01 19:23:22 -07:00
  • d53421a321 test: assert disabled property Eric Liu 2022-06-01 19:20:12 -07:00
  • b8aab465bb Run "yarn build:docs" Eric Liu 2022-06-01 19:09:56 -07:00
  • 460ad3240a feat: support item.disabled key for Dropdown, MultiSelect, ComboBox Eric Liu 2022-06-01 19:09:47 -07:00
  • 66c96612bf
    fix(dropdown): remove redundant role/id (#1327) metonym 2022-06-01 18:55:27 -07:00
  • e7a9064c8d fix(dropdown): remove redundant role/id Eric Liu 2022-06-01 18:50:59 -07:00
  • 319eb9827b fix(list-box): list box item should have a role and aria-selected attribute Eric Liu 2022-06-01 18:50:34 -07:00
  • 068e4913e0 chore(examples): bump deps [ci skip] Eric Liu 2022-05-29 11:26:14 -07:00
  • b271aa5c67 v0.64.3 v0.64.3 Eric Liu 2022-05-29 10:47:52 -07:00
  • c90594002a
    fix(checkbox): do not set title attribute if already provided (#1323) metonym 2022-05-29 10:42:36 -07:00
  • ea2aaf1291 Run "yarn build:docs" Eric Liu 2022-05-29 10:40:02 -07:00
  • 2daf9004e7 fix(checkbox): do not set title attribute if already provided Eric Liu 2022-05-29 10:39:26 -07:00
  • f431104057
    docs(tabs): add example "Disabled tabs" (#1322) metonym 2022-05-29 10:32:22 -07:00
  • a2527249e1 docs(tabs): add example "Disabled tabs" Eric Liu 2022-05-29 10:29:54 -07:00
  • fa5d1df3b4 docs: make install commands more concise Eric Liu 2022-05-29 10:15:52 -07:00
  • 0f621c2545
    fix(tabs): selected tab should not steal focus if updated programmatically (#1320) metonym 2022-05-29 10:12:55 -07:00
  • 6ff1a6707d fix(tabs): tab should not steal focus if index is programmatically updated Eric Liu 2022-05-29 09:10:06 -07:00
  • 0801e1d078
    refactor: prefer class directive over class attribute (#1318) metonym 2022-05-29 08:16:27 -07:00
  • 40e18fbc88
    feat: set title attribute in CheckBox, MultiSelect, Dropdown, ComboBox if label is truncated (#1317) metonym 2022-05-29 08:16:17 -07:00
  • 6d8a9ba5ba refactor: prefer class directive over class attribute Eric Liu 2022-05-28 11:40:20 -07:00
  • 53acd58117 feat(list-box-menu-item): set title attribute if label is truncated Eric Liu 2022-05-28 10:03:10 -07:00
  • 028054eaff feat(checkbox): set title attribute if label is truncated Eric Liu 2022-05-28 10:02:53 -07:00
  • 90477c4d0e v0.64.2 v0.64.2 Eric Liu 2022-05-25 18:53:14 -07:00
  • 31dacd53ab
    fix(data-table): apply custom widths to empty columns (#1314) metonym 2022-05-25 18:50:55 -07:00
  • 78d4fa70fa fix(data-table): apply custom widths to empty columns Eric Liu 2022-05-25 18:48:22 -07:00
  • 9137238be0 v0.64.1 v0.64.1 Eric Liu 2022-05-24 07:37:40 -07:00