Eric Liu
73036aea4a
feat(data-table): dispatch row mouseenter, mouseleave events
...
Add a row id for easier querying.
Add missing selected row class.
2020-10-24 13:58:49 -07:00
Eric Liu
f43b132088
feat(data-table): support radio, selectable variants with batch actions
2020-10-24 13:37:00 -07:00
Eric Liu
611d72bcf3
feat(data-table): add toolbar, toolbar search
2020-10-24 11:10:31 -07:00
albert
d0750d1fa2
fix(datatable): fix sort parameters
2020-10-23 16:08:02 +02:00
Eric Liu
6fc073c932
fix(search): forward size prop to Search skeleton
...
Add deprecation notice for the `small` prop.
2020-10-22 18:55:57 -07:00
albert
2ad9072abd
feat: add display and sort methods in header object
2020-10-21 23:39:25 +02:00
Eric Liu
b7dfcecd1d
Merge branch 'tooltip-definition'
2020-10-21 06:30:01 -07:00
Eric Liu
05932065dc
fix(composed-modal): perform null check before focusing element
...
Fixes error in Sapper
2020-10-21 06:19:23 -07:00
Eric Liu
4113ae95da
refactor(progress-indicator): make currentIndex reactive, add preventChangeOnClick
2020-10-20 18:21:36 -07:00
Eric Liu
cc01b0fb5b
feat(tooltip-definition): make tooltipText slottable
2020-10-20 11:46:30 -07:00
Eric Liu
6ae0e31011
refactor(tooltip-definition): remove hidden variable
2020-10-20 11:41:45 -07:00
weaseldotro
2afb888485
fix(ComposedModal): remove bx--body--with-modal-open from body classes after destroy
...
When onMount is async, the returned function is not executed: https://github.com/sveltejs/svelte/issues/4927
Because the class is not remove from the body, the code should be moved to a onDestroy function.
2020-10-20 11:09:33 +03:00
Eric Liu
c0fbd24e2a
feat(data-table): make cells slottable
2020-10-17 14:31:57 -07:00
Eric Liu
1a809c9c3a
fix(data-table): fix JSDoc type for expandableRowIds
2020-10-17 13:45:15 -07:00
Eric Liu
0a927ae512
feat(data-table): add expandable DataTable
...
#14
2020-10-17 13:33:26 -07:00
Eric Liu
410d2c8656
fix(data-table): fix misaligned tall row table headers
...
"bx--table-header-label" should be a div, not a span element
2020-10-16 11:28:12 -07:00
Eric Liu
ead27350ac
chore(deps-dev): bump prettier
2020-10-16 11:05:59 -07:00
Eric Liu
38cdd8907c
v0.17.0
2020-10-16 08:57:12 -07:00
weaseldotro
122d347492
DropDown: add select event, fix closing when click outside of body
2020-10-16 11:48:33 +03:00
Eric Liu
3dfbd6dfc9
feat(aspect-ratio): add AspectRatio component
2020-10-15 16:57:30 -07:00
Eric Liu
48bd19f75e
feat(code-snippet): add wrapText prop
2020-10-15 16:48:37 -07:00
Eric Liu
3edf9ea2a2
feat(content-switcher): add "sm", "xl" size variants
2020-10-15 16:31:07 -07:00
Eric Liu
f692403fcc
Merge pull request #333 from IBM/accordion
...
Accordion: add size variants, disabled prop; forward align prop to Skeleton
2020-10-15 16:26:15 -07:00
Eric Liu
ebf882cff4
feat(accordion): add disabled prop
2020-10-15 16:15:17 -07:00
Eric Liu
cb80c7d15b
feat(accordion): add "sm", "xl" size variants to Accordion and AccordionSkeleton
2020-10-15 15:48:48 -07:00
Eric Liu
933055c9ce
fix(accordion-skeleton): add align prop
2020-10-15 15:33:25 -07:00
Eric Liu
7b995db968
fix(skeleton-text): unkey paragraph rows
...
Chance of duplicate keys is high
2020-10-15 05:47:45 -07:00
Eric Liu
6d48ff38cb
feat(button-skeleton): add size prop consistent with Button
2020-10-15 05:31:22 -07:00
Eric Liu
6d12d7e6e2
refactor(icon): remove old logic to infer icon size from function name
2020-10-15 05:23:46 -07:00
Eric Liu
696c5dcb2a
feat(progress-indicator-skeleton): add count prop
2020-10-15 05:17:16 -07:00
Eric Liu
4dc9a48b02
fix(breadcrumb): forward noTrailingSlash to skeleton
2020-10-15 05:13:18 -07:00
Eric Liu
0b56ef6bba
fix(inline-loading): add missing class
2020-10-15 05:10:20 -07:00
Eric Liu
06fea29c4f
feat(accordion): add size variants
2020-10-14 18:01:55 -07:00
Eric Liu
378fe06e03
chore: remove storybook
2020-10-14 16:23:44 -07:00
Eric Liu
856086dc71
Merge pull request #330 from IBM/search-disabled
...
feat(search): support disabled state
2020-10-14 16:11:54 -07:00
Eric Liu
e4766591d5
feat(search): support disabled state
2020-10-14 16:00:19 -07:00
Eric Liu
f8ae391ef6
fix(combo-box): disabled combobox should not open
2020-10-14 15:51:27 -07:00
Eric Liu
46c611f638
chore: run prettier [ci skip]
2020-10-14 15:40:33 -07:00
Eric Liu
e382038850
Merge pull request #321 from josefaidt/320-add-rel-all-links
...
chore(links): add rel="" to all links
2020-10-13 13:09:13 -07:00
josefaidt
f6a3ff895e
fix(ClickableTile): move rel before rest props
2020-10-13 08:34:31 -05:00
Eric Liu
b6c805e062
Merge pull request #323 from weaseldotro/fix-appswitcher-ui-shell
...
fix(HeaderAction): panel closes when user clicks inside the browser window, not just inside the page body
2020-10-11 10:11:11 -07:00
weaseldotro
4c57b204ac
declare l10n using ES2015 syntax
2020-10-11 10:46:40 +03:00
weaseldotro
4e2b675866
fix(HeaderAction): panel closes when user clicks inside the browser window, not just inside the page body
2020-10-10 10:24:11 +03:00
weaseldotro
55bdffd6d5
add blank l10n variable to replace the missing l10n strings
2020-10-10 10:05:35 +03:00
josefaidt
266443bf9e
chore(HeaderNavItem): add rel=""
2020-10-08 14:22:27 -05:00
josefaidt
d28e722327
refactor: remove rel="" from button in favor for skeleton
2020-10-08 14:20:16 -05:00
josefaidt
32077693e0
chore(links): add rel="" to all links
2020-10-08 14:02:08 -05:00
weaseldotro
032595e45f
remove locales from DatePicker / flatpickr
2020-10-08 19:07:33 +03:00
Eric Liu
2a63aa7729
Merge pull request #308 from josefaidt/307-dropdown-unused-import
...
chore(dropdown): remove unused setContext import
2020-10-07 09:36:24 -07:00
weaseldotro
28eaf0081b
Revert "remove i10n locales from DatePicker"
2020-10-07 19:21:37 +03:00