Commit graph

  • 04d758f869
    fix: CopyButton text prop and Dropdown selectedId prop should be required (#1311) metonym 2022-05-22 12:39:53 -07:00
  • 5ff07d60b8 docs: display "Required" tag for required props Eric Liu 2022-05-22 12:38:41 -07:00
  • de6c4deae8 Run "yarn build:docs" Eric Liu 2022-05-22 07:40:24 -07:00
  • 9d6d2e2720 fix(dropdown): selectedId prop is required Eric Liu 2022-05-21 13:42:36 -07:00
  • 74ffcecc9d fix(copy-button): text prop is required Eric Liu 2022-05-21 13:42:23 -07:00
  • 2319c7c822 chore(deps-dev): upgrade sveld to v0.17.0 Eric Liu 2022-05-21 13:20:54 -07:00
  • e70f925902
    chore: update thumbnails (#1307) Andrea N. Cardona 2022-05-20 12:33:12 -05:00
  • 003ab653eb
    fix(theme): use @see tag for link in tokens prop description (#1309) metonym 2022-05-18 19:28:38 -07:00
  • e6cf9d14e9 Run "yarn build:docs" Eric Liu 2022-05-18 19:25:27 -07:00
  • 3219084de4 fix(theme): use @see tag for link in tokens prop description Eric Liu 2022-05-18 19:25:17 -07:00
  • cae1f1939e
    fix(modal): remove close button title attribute, add aria-hidden to icons (#1308) metonym 2022-05-18 19:00:21 -07:00
  • bf12ae861b fix(modal): close button icons should have `aria-hidden="true" Eric Liu 2022-05-18 18:51:58 -07:00
  • a72cf85ec2 fix(modal): close icon should not have aria-label Eric Liu 2022-05-18 18:50:40 -07:00
  • 4ecfcec17d fix(modal): close button should not have a title Eric Liu 2022-05-18 18:49:34 -07:00
  • 0a2c3ae432
    Delete button-group.svg Andrea N. Cardona 2022-05-17 22:33:33 -05:00
  • da3cf0afa0
    Merge branch 'master' into update-thumbnail-svelte Andrea N. Cardona 2022-05-17 22:27:08 -05:00
  • 5479974cc4 fix: update thumbnails Andrea N. Cardona 2022-05-17 22:24:21 -05:00
  • a8ec19e243 fix: update thumbnails Andrea N. Cardona 2022-05-17 22:11:43 -05:00
  • e1451324cc
    docs: update Theme, DataTable docs (#1305) metonym 2022-05-17 06:24:23 -07:00
  • d25ef7aa02 docs(data-table): add note that custom widths do not work with stickyHeader Eric Liu 2022-05-16 18:26:31 -07:00
  • fa21efccb9 docs(theme): add note that Theme must be used with all.css Eric Liu 2022-05-16 18:23:24 -07:00
  • d5a3557530 v0.64.0 v0.64.0 Eric Liu 2022-05-14 13:57:32 -07:00
  • 4a052afcb5
    chore(date-picker): also set static: true in exported prop (#1300) metonym 2022-05-14 12:49:06 -07:00
  • b24453f585 Run "yarn build:docs" Eric Liu 2022-05-14 12:46:14 -07:00
  • 96d74ac442 chore(date-picker): also set static: true in exported prop Eric Liu 2022-05-14 12:46:01 -07:00
  • 37b40d640b
    fix(types): use @see tag for flatpickr options link (#1299) metonym 2022-05-14 12:43:12 -07:00
  • 22ea5654bf fix(types): use @see tag for flatpickr options link Eric Liu 2022-05-14 12:39:53 -07:00
  • 79d387442c Run "yarn build:docs" Eric Liu 2022-05-14 12:38:05 -07:00
  • 38dd742e2b chore(deps-dev): upgrade sveld to v0.15.3 Eric Liu 2022-05-14 12:37:58 -07:00
  • a958825d19
    breaking(date-picker): default flatpickrProps.static to true (#1298) metonym 2022-05-14 11:46:38 -07:00
  • 39b7448014 docs(date-picker): feature single/range examples first Eric Liu 2022-05-14 11:42:02 -07:00
  • bf5506a6a1 docs(date-picker): update docs on flatpickrProps.static Eric Liu 2022-05-14 11:35:36 -07:00
  • d641e6fd76 breaking(date-picker): default flatpickrProps.static to true Eric Liu 2022-05-14 11:20:47 -07:00
  • 20a8a647f1
    fix(date-picker): pressing "Enter" in date picker should update the value (#1280) István Pató 2022-05-14 19:00:33 +02:00
  • c6f210899b
    feat(data-table): allow custom column widths (#1265) metonym 2022-05-14 09:24:24 -07:00
  • 49ce466d07 feat(data-table): set table-layout: fixed if using custom widths Eric Liu 2022-04-23 12:37:29 -07:00
  • a07265a350 docs(data-table): add "Custom column widths" example Eric Liu 2022-04-23 12:11:27 -07:00
  • 9fcbf893cf test(data-table): assert width, minWidth properties Eric Liu 2022-04-23 12:05:22 -07:00
  • 82472d2233 Run "yarn build:docs" Eric Liu 2022-04-23 12:00:58 -07:00
  • 29936d65d3 feat(data-table): allow header column width, minWidth values Eric Liu 2022-04-23 12:00:34 -07:00
  • 6239c11024
    breaking(data-table): use data attribute instead of id for table header/row (#1297) metonym 2022-05-13 20:18:32 -07:00
  • 584dd3fc87 breaking(data-table): use data attribute instead of id for table header/row Eric Liu 2022-05-13 20:01:22 -07:00
  • 7c4842f506
    docs(code-snippet): add "Reactive example" (#1296) metonym 2022-05-13 19:18:14 -07:00
  • f339e3651d docs(code-snippet): add "Reactive example" Eric Liu 2022-05-13 19:15:49 -07:00
  • 49ea168f49 docs(code-snippet): add description to "Hidden copy button" Eric Liu 2022-05-13 18:54:11 -07:00
  • 88d5152343
    fix(types): narrow dispatched events without detail to use null instead of any (#1295) metonym 2022-05-13 09:56:21 -07:00
  • b3144e65ce Run "yarn build:docs" Eric Liu 2022-05-13 09:31:48 -07:00
  • 3247581dd9 chore(deps-dev): upgrade sveld to v0.15.2 Eric Liu 2022-05-13 09:30:46 -07:00
  • 5576c7ce84
    fix(header-action): type missing "open" event (#1293) metonym 2022-05-12 20:23:16 -07:00
  • b029635a50 test(header-utilities): assert "open" and "close" events Eric Liu 2022-05-12 20:17:14 -07:00
  • d4cf087050 Run "yarn build:docs" Eric Liu 2022-05-12 20:16:06 -07:00
  • bbda4a8697 feat(header-action): type missing "open" event Eric Liu 2022-05-12 20:15:36 -07:00
  • 1454eeae19
    feat(code-snippet): dispatch "expand" and "collapse" events (#1291) metonym 2022-05-12 19:52:31 -07:00
  • e3f72e6412
    fix(code-snippet): use "small" size for expand/collapse button (#1292) metonym 2022-05-12 19:52:17 -07:00
  • 31992d7cfa test(code-snippet): assert events Eric Liu 2022-05-12 19:28:18 -07:00
  • 13e66921a9 Run "yarn build:docs" Eric Liu 2022-05-12 19:27:57 -07:00
  • db1265e099 feat(code-snippet): dispatch "expand," "collapse" events Eric Liu 2022-05-12 19:27:45 -07:00
  • d2a76060ed test(code-snippet): simply assertions Eric Liu 2022-05-12 19:24:41 -07:00
  • 7802f25814 fix(code-snippet): use "small" size for expand/collapse button Eric Liu 2022-05-12 19:10:01 -07:00
  • 12ffe3d70f v0.63.8 v0.63.8 Eric Liu 2022-05-07 12:22:53 -07:00
  • a2715f3df4
    fix(toolbar): elevate toolbar z-index above table (#1289) metonym 2022-05-07 11:53:32 -07:00
  • 3dcba6fe71 fix(toolbar): elevate toolbar z-index above table Eric Liu 2022-05-07 11:35:03 -07:00
  • b531bd19b6
    chore: index svelte components (#1266) Andrea N. Cardona 2022-05-04 13:12:40 -05:00
  • 5da320f33c v0.63.7 v0.63.7 Eric Liu 2022-05-04 07:53:46 -07:00
  • d242849780
    fix(dropdown): strongly type translateWithId (#1286) metonym 2022-05-04 07:52:42 -07:00
  • 0fbb49b252 fix(dropdown): strongly type translateWithId Eric Liu 2022-05-04 07:48:10 -07:00
  • 0e88a24a55 v0.63.6 v0.63.6 Eric Liu 2022-05-04 07:43:29 -07:00
  • f7146b61dc
    fix: remove translateWithIdMenu, use translateWithId instead, rename translateWithIdInput (#1285) metonym 2022-05-04 07:40:10 -07:00
  • e050984853 test: update assertions Eric Liu 2022-05-04 07:36:13 -07:00
  • 7184cae951 Run "yarn build:docs" Eric Liu 2022-05-04 07:35:57 -07:00
  • a2b48f4962 chore: rename translateWithIdInput to translateWithIdSelection Eric Liu 2022-05-04 07:35:39 -07:00
  • c44d5e86eb test: update assertions Eric Liu 2022-05-04 07:34:20 -07:00
  • 2ef9bb65ec Run "yarn build:docs" Eric Liu 2022-05-04 07:34:04 -07:00
  • ba8321ec8d fix: remove translateWithIdMenu, use translateWithId instead Eric Liu 2022-05-04 07:33:56 -07:00
  • 0c39506dcb
    fix(types): strongly type translateWithId parameters (#1284) metonym 2022-05-04 07:31:51 -07:00
  • c0d398ffe9 fix(types): strongly type translateWithId parameters Eric Liu 2022-05-04 07:30:04 -07:00
  • ff2e6276db
    fix: ComboBox, MultiSelect should have multiple translateWithId functions (#1283) metonym 2022-05-04 07:17:35 -07:00
  • 877173df59
    fix: use default values if translateWithId is falsy (#1282) metonym 2022-05-03 19:43:07 -07:00
  • e91992e2e2 test: assert translateWithIdMenu, translateWIthIdInput props Eric Liu 2022-05-03 19:35:33 -07:00
  • e99c359441 Run "yarn build docs" Eric Liu 2022-05-03 19:34:31 -07:00
  • 1588161325 fix(multi-select): ListBoxField and ListBoxSelection have different translateWithId props Eric Liu 2022-05-03 19:34:19 -07:00
  • 5d3b61e71b fix(combo-box): ListBoxField and ListBoxSelection have different translateWithId props Eric Liu 2022-05-03 19:34:08 -07:00
  • 1353c31642 fix(list-box-selection): use default translations if translateWithId is undefined Eric Liu 2022-05-03 19:10:19 -07:00
  • 8ddb88af23 fix(list-box-menu-icon): use default translations if translateWithId is undefined Eric Liu 2022-05-03 18:59:17 -07:00
  • 575bf75e3f
    Update carbon.yml Andrea N. Cardona 2022-05-03 13:03:00 -05:00
  • 3cf80bbcc7
    Update carbon.yml Andrea N. Cardona 2022-05-03 12:59:31 -05:00
  • 73ffb54c1a
    Update carbon.yml Andrea N. Cardona 2022-05-03 12:58:29 -05:00
  • 7e5a914f4d
    Update carbon.yml Andrea N. Cardona 2022-05-03 12:53:50 -05:00
  • 5265028131
    Update carbon.yml Andrea N. Cardona 2022-05-03 12:53:35 -05:00
  • feaaeabfb8
    Update carbon.yml Andrea N. Cardona 2022-05-03 12:52:23 -05:00
  • afdc3a213b
    Update carbon.yml Andrea N. Cardona 2022-05-03 12:52:03 -05:00
  • 8153297b03
    Update carbon.yml Andrea N. Cardona 2022-05-03 12:51:29 -05:00
  • 98187114ff
    Update carbon.yml Andrea N. Cardona 2022-05-03 12:51:07 -05:00
  • ca030a4393
    Update carbon.yml Andrea N. Cardona 2022-05-03 12:50:03 -05:00
  • 020ca8d336
    Update carbon.yml Andrea N. Cardona 2022-05-03 12:49:43 -05:00
  • e3d9d2a54e fix: update thumbnails Andrea N. Cardona 2022-05-03 09:43:07 -05:00
  • fbf38c4d80
    fix(DatePicker): fixing typed value handling when Enter has pressed István Pató 2022-05-03 14:05:55 +02:00
  • 39e3424b6f v0.63.5 v0.63.5 Eric Liu 2022-05-02 20:50:24 -07:00
  • 9911764df1
    fix(tabs): dispatch "change" event only if index has changed (#1279) metonym 2022-05-02 20:48:59 -07:00
  • 9a5a5e1694 fix(tabs): dispatch "change" event only if index has changed Eric Liu 2022-05-02 20:42:00 -07:00