Commit graph

746 commits

Author SHA1 Message Date
albert
2bf6509c2a fix: change DataTable headers prop type 2020-09-19 22:32:53 +02:00
Eric Liu
93da919951 fix(overflow-menu): focus menu button on escape key only
Fixes #268
2020-09-19 09:47:11 -07:00
Eric Liu
e75be23a49 feat(modal): add preventCloseOnClickOutside prop
Closes #266
2020-09-19 09:37:36 -07:00
Eric Liu
e2c39def42 fix(datatable-skeleton): add showHeader, showToolbar props
fixes #264
2020-09-19 05:58:50 -07:00
Eric Liu
be7bbeda03 v0.13.0 2020-09-18 19:19:53 -07:00
Eric Liu
f15df7169f
Merge pull request #261 from josefaidt/260-deprecate-hidelabel-time-picker
fix(TimePickerSelect): deprecate hideLabel to match spec
2020-09-18 17:02:52 -07:00
Eric Liu
0037e7546c
Merge pull request #263 from josefaidt/261-add-spaceequal-progress-indicator
feat(progress-indicator): add spaceEqual prop and functionality
2020-09-18 16:52:27 -07:00
Eric Liu
c04ea80a9f
Merge pull request #259 from josefaidt/258-remove-anchor-visited-styles
fix(link): remove visited styles by default
2020-09-18 16:41:00 -07:00
josefaidt
d095fda8aa hotfix(TimePickerSelect): hideLabel should be true 2020-09-18 15:38:46 -05:00
josefaidt
d57531fc01 feat(progress-indicator): add spaceEqual prop and functionality 2020-09-18 15:35:45 -05:00
josefaidt
e1fbd56231 fix(TimePickerSelect): deprecate hideLabel to match spec 2020-09-18 15:22:39 -05:00
josefaidt
b0571faaca Merge remote-tracking branch 'upstream/master' into 258-remove-anchor-visited-styles 2020-09-18 15:10:38 -05:00
josefaidt
00cdebadd1 fix(link): remove visited styles by default 2020-09-18 15:09:02 -05:00
Eric Liu
767e113e27
Merge pull request #256 from josefaidt/master
feat(helper-text): move helper text below form inputs
2020-09-17 17:42:17 -07:00
josefaidt
506cf24b5c chore(textinput): add helper text to default, password stories 2020-09-17 15:20:03 -05:00
josefaidt
3ed89b6cc2 Merge remote-tracking branch 'upstream/master' 2020-09-17 15:10:26 -05:00
josefaidt
020a91882f chore(textinput): move helper text below input 2020-09-17 15:07:02 -05:00
josefaidt
8ec9a7137f chore(select): move helper text below input 2020-09-17 15:05:19 -05:00
josefaidt
544d48d2e8 chore(numberinput): move helper text below input 2020-09-17 15:02:58 -05:00
josefaidt
b61be53f09 chore(textarea): move helper text below input 2020-09-17 14:59:24 -05:00
josefaidt
c21608c4aa chore(multiselect): move helper text below input 2020-09-17 14:58:21 -05:00
josefaidt
95e3a6eb12 chore(dropdown): move helper text below input 2020-09-17 14:57:03 -05:00
josefaidt
05bc19d96c chore(combobox): move helper text below input 2020-09-17 14:54:56 -05:00
Eric Liu
e197178a99 v0.12.3 2020-09-16 12:43:36 -07:00
Eric Liu
894a1451c5 Revert "v0.12.3"
This reverts commit 6567a68a54.
2020-09-16 12:42:07 -07:00
Eric Liu
6567a68a54 v0.12.3 2020-09-16 12:41:42 -07:00
Eric Liu
fd79a5ce87
Merge pull request #254 from josefaidt/253-anchor-href-prop
fix(tile): add href prop
2020-09-16 12:35:31 -07:00
josefaidt
3131019999 fix(tile): add href prop 2020-09-16 14:28:48 -05:00
Eric Liu
e9f4c1d727 v0.12.2 2020-09-14 14:46:56 -07:00
Eric Liu
4e5d049c57
Merge pull request #252 from IBM/fix-dropdown
fix(dropdown): allow clicking chevron to toggle menu
2020-09-14 14:39:44 -07:00
Eric Liu
73861e2fa8 fix(dropdown): allow clicking chevron to toggle menu
#251
2020-09-14 14:29:35 -07:00
Eric Liu
df67e84401 v0.12.1 2020-09-14 08:07:42 -07:00
Eric Liu
cbe4572b06
Merge pull request #250 from IBM/fixes
Fixes
2020-09-14 08:03:24 -07:00
Eric Liu
458d1b52c8 fix(pagination): remove update event from afterUpdate cycle
It should only be called when page, pageSize values change after mounting.
2020-09-14 07:23:02 -07:00
Eric Liu
0138910077 fix(pagination): convert page variable to number type
The Select component coerces the page value into a string, which affects other components.
2020-09-14 07:20:48 -07:00
Eric Liu
192f98dc5d fix(pagination): use correct size icons for buttons
- use 16 instead of 24 variant for Caret icons
- use icon ghost Button
2020-09-14 07:16:01 -07:00
Eric Liu
17d97d1dbf fix(radio-tile): move keydown, tabindex to input element 2020-09-14 06:54:35 -07:00
Eric Liu
a4d68e7e00 fix(side-nav-menu): fix a11y warnings
- remove role attributes from SideNavMenuItem
- remove "aria-haspopup" from SideNavMenu
2020-09-14 06:49:42 -07:00
Eric Liu
6cb877ede1 fix(progress-step): forward click event 2020-09-14 06:43:27 -07:00
Eric Liu
3202f39a4f fix(progress-step): use button element
- set tabIndex to "-1" if disabled
2020-09-14 06:39:51 -07:00
Eric Liu
9f378f0c3b chore(examples): remove external CSS from TypeScript example 2020-09-13 14:59:48 -07:00
Eric Liu
281a925714 chore(examples): use JS import in routify 2020-09-13 14:57:53 -07:00
Eric Liu
003246dfe9 chore(examples): use JS import for stylesheet 2020-09-13 14:45:33 -07:00
Eric Liu
42cf90a702 chore(examples): add missing node-sass dependency 2020-09-13 14:31:12 -07:00
Eric Liu
fee5cd2833 fix(examples): add missing scss attribute to svite example 2020-09-13 14:25:35 -07:00
Eric Liu
d38cc206af chore(examples): bump carbon-components-svelte to ^0.12 2020-09-13 14:25:16 -07:00
Eric Liu
750fad17bd
Merge pull request #247 from IBM/dependabot/npm_and_yarn/node-fetch-2.6.1
chore(deps): bump node-fetch from 2.6.0 to 2.6.1
2020-09-13 14:07:33 -07:00
Eric Liu
937558a8b6
Merge pull request #248 from IBM/dependabot/npm_and_yarn/examples/routify/node-fetch-2.6.1
chore(deps): bump node-fetch from 2.6.0 to 2.6.1 in /examples/routify
2020-09-13 14:07:21 -07:00
Eric Liu
d250a0c3cc v0.12.0 2020-09-13 14:05:51 -07:00
Eric Liu
4f69b19dfc chore: add prettierignore 2020-09-13 14:02:08 -07:00