Ely Lucas
e02b33ac75
docs(infinite-scroll): removing verbiage on infinite scroll support in react ( #22024 )
2020-09-03 09:24:28 -06:00
Liam DeBeasi
6878fb9eb9
fix(input): remain focused in the input after pressing the clear button ( #21985 )
...
resolves #21549
2020-08-27 15:22:40 -04:00
Brandy Carney
e4964ff77b
fix(input): properly focus the input when clicking the item padding in WebKit ( #21930 )
...
Related WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=214859
Issue Number: fixes #21509
2020-08-27 14:52:02 -04:00
Liam DeBeasi
e32b9afaaa
docs(segment-button): add correct usage for checking segment button ( #21966 )
...
resolves #21961
2020-08-24 09:48:06 -04:00
Liam DeBeasi
00eac33053
fix(label): use translateY so input caret shows up due to webkit issue ( #21949 )
...
resolves #21943
2020-08-21 13:59:19 -04:00
Brandy Carney
9f4b01e17f
fix(range): properly display stacked labels in an item with a range ( #21944 )
...
fixes #21625
2020-08-21 13:57:13 -04:00
Brandy Carney
06ab66edc7
chore(dependencies): update vulnerabilities and minor/patch outdated ( #21948 )
...
Updates core dependencies with vulnerabilities
Updates all outdated core minor / patch dependencies
Fixes new lint errors due to updated stylelint (these errors were good)
2020-08-21 12:42:44 -04:00
Liam DeBeasi
971789dc89
docs(modal): add correct card style modal usage ( #21888 )
2020-08-21 12:39:25 -04:00
Adam Bradley
753fd2f910
chore(colorClass): update createColorClasses() for ts4 ( #21896 )
...
Change the createColorClasses() fn so the returned type and jsx class property work well with typescript 4
2020-08-10 09:18:41 -05:00
Adam Bradley
7fc13ffb2a
style(tabs): fix if statement ( #21891 )
2020-08-06 12:20:31 -05:00
Adam Bradley
ae47d77710
chore(api): internal updates required for stencil 2 upgrade ( #21889 )
...
Stencil 2 is removing deprecated APIs, and these are the remaining ones Ionic has been using.
2020-08-06 10:33:22 -05:00
Sebastián Ferreras
8e1178b98b
docs(loading): remove duplicated cssClass property in usage ( #21784 )
2020-07-23 17:42:58 -04:00
Liam DeBeasi
470478d387
docs(route): add correct interface name ( #21802 )
2020-07-23 13:28:46 -04:00
Liam DeBeasi
03ca0c5968
docs(modal): add correct card-style modal usage for react ( #21780 )
...
resolves #21773
2020-07-22 13:49:32 -04:00
Liam DeBeasi
fff4aec6cf
fix(overlays): trap focus inside overlay components except toast ( #21716 )
...
fixes #21647
2020-07-22 12:09:31 -04:00
Liam DeBeasi
eb592b8917
fix(nav): insertPages method correctly inserts multiple pages with props ( #21725 )
...
fixes #21724
2020-07-22 12:06:29 -04:00
Adam Bradley
79518468dd
fix(overlays): move prepareOverlay to connectedCallback
...
For custom elements builds, overlays cannot use hasAttribute() in the constructor, so moving it to connectedCallback instead.
2020-07-21 13:07:54 -05:00
Liam DeBeasi
dbe6853884
fix(title): allow overriding of large title transform origin ( #21770 )
...
resolves #21761
2020-07-20 13:40:27 -04:00
Liam DeBeasi
096eef4a79
feat(card): expose global card css variable ( #21756 )
...
resolves #21694
2020-07-20 12:46:58 -04:00
Christian Lüdemann
d297ecb87a
fix(virtual-scroll): properly calculate top offset when nested ( #21581 )
2020-07-20 10:29:39 -04:00
Liam DeBeasi
a625c837a6
feat(input, textarea): expose native events for ionBlur and ionFocus ( #21777 )
...
resolves #17363
2020-07-17 17:43:17 -04:00
Liam DeBeasi
77464ef21a
feat(router): add navigation hooks ( #21709 )
2020-07-17 11:08:16 -04:00
Liam DeBeasi
fa93dffdb4
feat(input): accept datetime-local, month, and week type values ( #21758 )
...
resolves #21757
2020-07-17 10:46:07 -04:00
Simon Hänisch
7c2d0c981a
feat(select): add optional generic typings ( #21514 )
...
resolves https://github.com/ionic-team/ionic-framework/issues/20220
2020-07-14 16:06:48 -04:00
Liam DeBeasi
88f1828bd8
fix(segment-button): allow min-width to be overridden ( #21722 )
...
fixes #21105
2020-07-14 10:58:40 -04:00
Liam DeBeasi
f00ad8a835
fix(datetime): remove unneeded combox role ( #21708 )
...
resolves https://github.com/ionic-team/ionic-framework/issues/21667
2020-07-10 09:37:39 -04:00
Liam DeBeasi
1dcd9de50a
fix(input): clear button can now be tabbed to ( #21633 )
...
fixes https://github.com/ionic-team/ionic/issues/21549
2020-07-01 10:13:12 -04:00
Liam DeBeasi
a5e4669c4b
feat(segment-button, toast): add additional parts docs ( #21532 )
2020-06-30 10:31:54 -05:00
Liam DeBeasi
8c79e2c5b5
fix(select): change role to listbox ( #21609 )
...
fixes https://github.com/ionic-team/ionic/issues/21601
2020-06-25 11:46:52 -04:00
Liam DeBeasi
26674f1dfa
fix(slides): enable keyboard integration ( #21608 )
...
resolves #21554
2020-06-23 16:31:22 -04:00
Liam DeBeasi
88f23b1626
fix(textarea): add aria-labelledby to native textarea ( #21606 )
...
resolves #21600
2020-06-23 16:29:41 -04:00
Liam DeBeasi
fbcd3f8c08
docs(select-option): clarify that disabled does not apply for action sheets ( #21584 )
...
resolves https://github.com/ionic-team/ionic/issues/21578
2020-06-19 13:45:49 -04:00
Liam DeBeasi
1decc13cb8
docs(modal): clarify backdrop usage for card modals ( #21556 )
2020-06-17 11:25:07 -04:00
Liam DeBeasi
17308f247f
fix(segment): ensure checked classes get set after not having a value ( #21547 )
2020-06-16 11:22:17 -04:00
Liam DeBeasi
d8b377ffeb
fix(input): add aria-label to clear button ( #21538 )
2020-06-15 13:36:11 -04:00
Liam DeBeasi
e968bd029a
fix(angular): fix issue where navAnimation was being incorrectly overridden ( #21508 )
2020-06-11 13:30:58 -04:00
Evgeniy
0bf9449ee1
fix(img): use setTimeout fallback on older versions of chrome ( #21358 )
2020-06-10 12:03:37 -04:00
Brandy Carney
cf3035778c
chore(stencil): update to v1.14 ( #21458 )
2020-06-10 11:36:02 -04:00
Brandy Carney
17375d2325
feat(all): add shadow parts to missing components ( #21436 )
2020-06-10 09:58:33 -04:00
Stefanos Anagnostou
df408f91f1
feat(fab-button): add close icon font size css variable ( #19628 )
...
Co-authored-by: Brandy Carney <brandy@ionic.io >
2020-06-10 09:34:48 -04:00
Stefanos Anagnostou
698e526b9f
feat(fab-button): add closeIcon property ( #19626 )
2020-06-08 16:46:03 -04:00
Liam DeBeasi
f34d3752e3
feat(all): add support for configuring animations on a per-page basis ( #21433 )
2020-06-08 15:49:14 -04:00
Matthias Max
c8db0d5eeb
fix(router): going back uses correct nav transition ( #21301 )
2020-06-08 12:23:27 -04:00
Liam DeBeasi
a4f0bdb4c3
fix(modal): set card-style modal height using the --height css variable ( #21453 )
2020-06-08 10:29:39 -04:00
Alexey Vinogradov
5bf83b80d7
feat(all): add optional generics typings for overlay component methods ( #21393 )
2020-06-03 09:08:27 -04:00
Niklas Merz
c7e94a1f23
docs(datetime): specify default value for dayShortNames ( #21281 )
2020-06-02 17:21:38 -04:00
Celilsemi Sam Erkiner
1ed81693f2
feat(alert): add support for custom input attributes ( #21365 )
2020-06-01 11:18:59 -04:00
Thomas Clark
5f2001c43c
fix(reorder-group): revert item to original position when passing false to complete ( #21396 )
...
fixes #19128
2020-05-29 14:35:34 -04:00
Brandy Carney
882f8fef07
fix(item): inherit align-items from parent item ( #19278 )
...
inherits alignment in inner item, sets item alignment to center
fixes #18703
2020-05-29 11:30:19 -04:00
Adam Bradley
323e15003f
chore: internal import updates to improve bundling ( #21400 )
...
* chore: internal import updates to improve bundling
- Rename keyboard.ts so it has a good filename after custom element bundling
- Import util fns directly instead of from top level index
- Do not export with *
* chore(angular): bump ng-packagr
Co-authored-by: Mike Hartington <mikehartington@gmail.com >
2020-05-29 10:04:12 -05:00