53fc8e37c8
feat(angular): strongly type Ionic lifecycle hooks ( #18044 )
...
closes #18043
2020-05-27 16:42:34 -04:00
29d208de88
fix(item): input-wrapper now inherits overflow ( #21282 )
2020-05-27 12:56:11 -04:00
5285824da5
feat(select-option): pass class from the option to the interface for individual styling ( #21304 )
...
Co-authored-by: Robb Wright <audaxion@gmail.com>
2020-05-27 12:12:01 -04:00
2dac12c577
fix(header): large title transition works on older versions of iOS ( #21339 )
2020-05-27 10:34:01 -04:00
7703da28f8
fix(toast, action-sheet): allow button handler to return Promise<void> ( #21259 )
2020-05-26 15:27:14 -04:00
1ea5ce5839
chore(stencil): update to latest stencil version ( #21378 )
...
references ionic-team/ionic-docs#1343
2020-05-26 15:05:36 -04:00
33be1f061e
fix(ios): add haptic drag gesture for action sheet and alert components ( #21060 )
2020-05-26 11:33:51 -04:00
e53f0241e2
feat(alert): add destructive role to alert buttons ( #21269 )
2020-05-22 15:32:12 -04:00
4af54a2fea
feat(angular): expose getPlatforms and isPlatform ( #21308 )
2020-05-22 10:27:03 -04:00
4fd7c0cc5a
feat(all): add all autocomplete values to input and searchbar ( #21297 )
2020-05-22 09:23:44 -04:00
32906048a4
fix(slides): update Swiper dependency to resolve error when doing SSR ( #21350 )
2020-05-20 15:54:02 -04:00
60be68ca6d
docs(title): clarify background-color styling with collapsible large title ( #21348 )
2020-05-20 12:58:24 -04:00
237748049c
fix(textarea): native textarea inherits max/min width and heights ( #21333 )
...
Co-authored-by: Stefanos Anagnostou <anagstef@users.noreply.github.com>
2020-05-19 12:38:03 -04:00
eaf4fb6b2a
fix(menu-button): screen readers now properly announce menu button ( #21324 )
2020-05-18 12:43:02 -04:00
3937101e5c
fix(datetime): ensure year-only values are not affected by timezone when parsing ( #21309 )
2020-05-15 11:36:01 -04:00
16a03d58ec
docs(headings): update readme headings to be correct level
2020-05-14 17:26:44 -04:00
448dfa0a69
fix(modal): card style modal no longer gets stuck when swiping quickly ( #21224 )
2020-05-14 11:50:31 -04:00
f954d40453
5.1.1
2020-05-13 14:19:55 -04:00
dd4cb706ff
fix(input): check for tabindex and pass it properly to native input ( #21170 )
...
* fix(input): check for tabindex and pass it properly to native input
references #17515
* style(input): fix lint error
* test(input): update test for more use cases (inside item)
* fix(item): adds delegatesFocus to shadow
* style(input): add comment block on what the code does
2020-05-13 12:18:03 -04:00
50678c03c9
fix(ios): transition shadow properly sized regardless of footer ( #21095 )
2020-05-13 12:17:45 -04:00
898401a7e0
docs(overlays): add documentation on customization in scoped overlays ( #21283 )
...
- improves the documentation on customizing scoped overlays using cssClass and/or CSS variables
- includes a section in the Angular usage with information on where the CSS needs to be styled (globally) in order to work for an overlay
2020-05-13 11:54:11 -04:00
687122127c
docs(stencil): add stencil usage to components ( #21261 )
2020-05-12 20:35:48 -04:00
703ef5c992
fix(display): remove 1px gap between mutually exclusive breakpoints ( #21276 )
...
updates breakpoint max to reduce the max width by 0.02px
closes #20993 closes #20743
2020-05-12 12:02:07 -04:00
85cc35ee91
fix(segment-button): screen readers now announce selected state properly ( #21273 )
2020-05-12 11:37:56 -04:00
7166a290cc
fix(all): improve scroll assist reliability for below the fold inputs ( #21206 )
2020-05-11 15:44:59 -04:00
1e6f92377a
fix(refresher): refresher completes even after switching to a new tab ( #21236 )
2020-05-11 15:21:26 -04:00
8e11ecc136
fix(picker): haptics now work properly ( #21268 )
2020-05-11 15:10:19 -04:00
1fbdb2255e
fix(toggle): screen readers now announce toggle properly ( #21168 )
2020-05-08 11:59:04 -04:00
0c13f25bbb
fix(header): do not error on collapsable header on devices that do not support IntersectionObserve ( #21222 )
2020-05-08 11:57:50 -04:00
9d0dcbbd31
fix(overlays): respect keyboardClose property when opening overlays ( #21240 )
2020-05-08 11:56:40 -04:00
f23f1cb37e
fix(refresher): correctly select shadow root on older browsers ( #21237 )
2020-05-08 11:54:57 -04:00
f334e83a43
fix(md): do not hide page when swipe gesture is cancelled ( #21247 )
2020-05-08 10:16:42 -04:00
bb62023a0c
fix(all): overlay components no longer display outline when focused ( #21226 )
2020-05-07 16:33:51 -04:00
cae389bd12
chore(): remove undocumented back button parts ( #21223 )
2020-05-07 16:32:18 -04:00
042686c7a4
5.1.0
2020-04-30 17:34:30 -04:00
ae5f1ddff0
feat(app): keyboard open and close events ( #18478 )
2020-04-30 16:07:44 -04:00
dea9248763
fix(all): gestures should use a passive listener ( #21038 )
2020-04-30 16:03:54 -04:00
eab3373213
fix(router): account for query string when pushing page ( #21071 )
2020-04-30 16:02:21 -04:00
bcf0fa17a9
docs(select): direct old controller links to component pages ( #21167 )
2020-04-30 12:10:08 -04:00
a261cb1f67
chore(select): make note about interfaceOptions and alert input/buttons clearer ( #21166 )
2020-04-30 11:12:54 -04:00
6bc62e1da5
docs(select): update headings to display properly in the docs ( #21159 )
2020-04-30 11:10:33 -04:00
04ace4c983
feat(toggle): improve customization with css vars and auto-adjust handle width and height ( #21050 )
...
- Updates Material Design toggle background & box-shadow to match spec
- Adds the following variables: --handle-box-shadow, --handle-height, --handle-max-height, --handle-transition, --handle-width, --handle-spacing
- Improves customization of toggle by inheriting properties where possible and auto-adjusting the handle height and position based on the width and height of the toggle
Closes #19868 , closes #20474
2020-04-29 18:31:34 -04:00
83dcc7168a
fix(refresher): properly calculate content dimensions in native ion-refresher ( #21157 )
2020-04-29 13:53:01 -04:00
c53b136dbe
fix(all): use proper undefined check when using Haptics plugin ( #21156 )
...
fixes #21148
2020-04-29 13:13:28 -04:00
fc2be8d08b
fix(overlays): focus overlay when presented ( #20997 )
...
fixes #19882 , fixes #17126
2020-04-28 16:43:00 -04:00
c54911f451
docs(refresher): update usage to correct ionicons 5 icon ( #21141 )
...
closes ionic-team/ionic-docs#1263
2020-04-28 15:34:01 -04:00
fa9ddc91bc
feat(all): add ability to eject from Ionic sanitizer ( #20457 )
...
resolves #18277
2020-04-27 16:03:39 -04:00
578ab93d29
feat(content): add parts support for background, scroll ( #20929 )
2020-04-27 16:01:39 -04:00
64144960b0
feat(item): add parts support for detail-icon ( #20979 )
2020-04-27 15:33:54 -04:00
3821c0463a
feat(): add ability to continue processing hardware back button events ( #20613 )
...
fixes #17824
2020-04-27 12:58:37 -04:00