josefaidt
|
1c24f7197f
|
feat(text-input): add inline option for TextInput
|
2020-09-23 11:39:24 -05:00 |
|
josefaidt
|
8c1b78a16b
|
hotfix(text-input): correct JSDoc, aria-describedby in warn state
|
2020-09-22 12:25:33 -05:00 |
|
josefaidt
|
451eac7b40
|
Merge branch 'master' into 274-textinput-add-warn-prop
|
2020-09-22 11:51:02 -05:00 |
|
josefaidt
|
373fbde4e1
|
feat(text-input): add warn prop
|
2020-09-22 11:50:21 -05:00 |
|
josefaidt
|
822125f508
|
refactor(modal): alert dialog props conditional
|
2020-09-22 10:09:40 -05:00 |
|
josefaidt
|
5dc57a0b00
|
feat(modal) support alertdialog aria role
|
2020-09-22 09:56:41 -05:00 |
|
Eric Liu
|
9202a3e0e4
|
Merge pull request #269 from IBM/overflow-menu
fix(overflow-menu): focus menu button on escape key only
|
2020-09-21 08:49:11 -07:00 |
|
Eric Liu
|
069dc875e5
|
Merge pull request #267 from IBM/modal
feat(modal): add preventCloseOnClickOutside prop
|
2020-09-21 08:48:59 -07:00 |
|
Eric Liu
|
e314e681ea
|
Merge pull request #265 from IBM/datatable-skeleton
fix(datatable-skeleton): add showHeader, showToolbar props
|
2020-09-21 08:48:50 -07:00 |
|
albert
|
100de475bc
|
fix: change DataTable.svelte headers prop type
|
2020-09-19 23:58:17 +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
|
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 |
|
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
|
00cdebadd1
|
fix(link): remove visited styles by default
|
2020-09-18 15:09:02 -05: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 |
|
josefaidt
|
3131019999
|
fix(tile): add href prop
|
2020-09-16 14:28:48 -05:00 |
|
Eric Liu
|
73861e2fa8
|
fix(dropdown): allow clicking chevron to toggle menu
#251
|
2020-09-14 14:29:35 -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
|
d250a0c3cc
|
v0.12.0
|
2020-09-13 14:05:51 -07:00 |
|
Eric Liu
|
7b3c111b5f
|
feat(ui-shell): add HeaderGlobalAction component
|
2020-09-05 15:28:10 -07:00 |
|
Eric Liu
|
3d64fb2431
|
fix(pagination): use singular page range text if total is 1
|
2020-09-05 08:59:10 -07:00 |
|
Eric Liu
|
37c7f07448
|
fix(number-input): disable label, helper text
|
2020-09-05 08:58:33 -07:00 |
|
Eric Liu
|
6a955b1c60
|
fix(multiselect): add light variant to text input
|
2020-09-05 08:57:53 -07:00 |
|
Eric Liu
|
117dbcfc6f
|
fix(structured-list): change element from section to div
|
2020-09-04 18:15:13 -07:00 |
|
Eric Liu
|
41a533d8f4
|
chore(button): remove documentation of non-existent small prop
|
2020-09-04 17:35:41 -07:00 |
|
Eric Liu
|
c8e0a59474
|
feat(button): add stacked prop to ButtonSet
If set to true, buttons will be aligned vertically
|
2020-09-04 17:35:22 -07:00 |
|
Eric Liu
|
5f62cdeb82
|
feat(ui-shell): add Close/AppSwitcher as default HeaderAction icons
|
2020-09-04 17:05:55 -07:00 |
|
Eric Liu
|
4b7d254560
|
feat(link): set rel to "noopener noreferrer" if target is "_blank"
Protects against cross-origin window.opener exploits when the target attribute is "_blank"
|
2020-09-04 17:05:47 -07:00 |
|
Eric Liu
|
42b8159b1c
|
chore(prettier): use svelteStrictMode
|
2020-09-04 16:35:49 -07:00 |
|
Eric Liu
|
322b238cf0
|
chore(deps-dev): bump prettier, prettier-plugin-svelte
|
2020-09-04 16:34:28 -07:00 |
|
Kamil Murtaza
|
a6a23f4c98
|
Minor Typo Fix
|
2020-09-04 10:26:56 +05:00 |
|