10013 Commits

Author SHA1 Message Date
808b1bd461 merge release-5.0.0-beta.4
Release 5.0.0 beta.4
2020-01-06 13:08:35 -05:00
dae5c5d28c 5.0.0-beta.4 v5.0.0-beta.4 2020-01-06 12:04:40 -05:00
fc35dd3efe chore(scripts): update angular versions in dist directly 2020-01-06 11:38:17 -05:00
5b81bdfcf1 feat(refresher): add MD native refresher (#20096)
resolves #17316
2020-01-06 11:38:17 -05:00
a5ba0c81b6 5.0.0-beta.3 v5.0.0-beta.3 2020-01-03 17:19:45 -05:00
0feace4f89 chore(scripts): update main and dist package files for angular 2020-01-03 16:58:29 -05:00
814ec765b9 feat(refresher): add MD native refresher (#20096)
resolves #17316
2020-01-03 14:56:26 -05:00
cb94d8d978 chore(scripts): comment out tests for release, remove core update 2020-01-03 14:31:25 -05:00
c48d96f4ea chore(scripts): include files to verify dist build for angular packages 2020-01-03 14:28:26 -05:00
9c78759ab9 chore(stencil): update to latest 2020-01-03 14:25:07 -05:00
a01c10267e feat(radio): add --border-radius and --inner-border-radius variables (#20140) 2020-01-03 13:14:39 -05:00
c32a7bcd20 feat(checkbox): add --checkmark-width variable (#19933)
resolves #16803

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2020-01-03 12:20:04 -05:00
9318d2418e fix(icons): fix the ellipsis fill in ionicons (#20137)
- update docs icon usage for Ionicons 5
- update tests to remove mode prefixed icons
- update tests to use the correct icons for Ionicons 5
- update to latest ionicons dev which fixes the ellipsis icon fill
2020-01-03 12:19:17 -05:00
02a46a1007 feat(toggle): add --border-radius and --handle-border-radius variables (#20141) 2020-01-03 12:14:02 -05:00
83f77e2972 chore(release): update release script to pass proper path 2020-01-02 16:02:47 -05:00
2344d0b272 feat(angular): angular 9 support (#19515)
* init ivy support

* chore(): angular prerelease

* chore: update

* updates

* angular 8 deps

* chore(angular): update sync script

* updates

* chore(): remove console log

* chore(): updates

* chore(): update release script

* fix(): remove comments

* fix(): remove test version

* fix(): failing angular test

* fix(): failing angular tests

* fix(): update ci steps

* fix(): fix sync script

* chore(): refactor angular proxies

* chore(): updates

* chore(): updates

* chore(): lint

* chore(): updates

* chore(ssr): check for window

* chore(): fix virtual scroll angular tests

* chore(): lint

* chore(): add server to link

* chore(scripts): update release script

* chore(): bump version check

* style(scripts): spacing
2019-12-18 18:43:59 -05:00
49c394c3d3 fix(animation): support css animation on older devices (#20020)
fixes #20017
2019-12-18 13:19:07 -05:00
04e7c03132 feat(refresher): add iOS native refresher (#20037)
fixes #18664
2019-12-18 10:52:58 -05:00
6d6aba6d40 docs(item): add button property to items with click handler (#20049) 2019-12-16 13:47:17 -05:00
6612604733 refactor(searchbar): set inputmode default to undefined (#20080)
fixes #20074

BREAKING CHANGE: The `inputmode` property for `ion-searchbar` now defaults to `undefined`. To get the old behavior, set the `inputmode` property to `"search"`.
2019-12-16 12:16:54 -05:00
1cabb53650 fix(modal): account for safe area on devices with a notch (#20072)
* fix card modal on notch phones

* only apply safe area for card modal

* fix styles, fix gesture race condition

* a few more tweaks
2019-12-16 12:09:34 -05:00
9d1fe2e14f test(select): remove debuggers 2019-12-16 11:52:28 -05:00
1c344beda1 merge release-4.11.7 2019-12-12 16:07:06 -07:00
98bd2f85ae 4.11.7 2019-12-12 15:53:26 -07:00
2dcf3ee7b5 fix(react): fire lifecycle events on initial render, fixes #20071 2019-12-12 15:50:52 -07:00
2e8cc8ebc5 merge release-5.0.0-beta.2
5.0.0-beta.2
v4.11.7
2019-12-12 10:05:17 -05:00
12ac987058 5.0.0-beta.2 v5.0.0-beta.2 2019-12-11 15:23:44 -05:00
41f8aa68ca merge release-4.11.6 2019-12-11 10:07:10 -07:00
323073ec96 chore(core): removing old test 2019-12-11 09:51:03 -07:00
e7a835bd46 4.11.6 2019-12-11 09:33:28 -07:00
4d226b05c6 fix(react): support for 'root' router direction, fixes #19982 (#20052) 2019-12-11 09:30:16 -07:00
43712db1be fix(react): first render performance improvements 2019-12-11 09:30:16 -07:00
b8517781b1 fix(react): don't show back button when not appropriate 2019-12-11 09:30:16 -07:00
693ae21096 fix(react): support navigating to same page and route updates in IonRouterOutlet, fixes #19891, #19892, #19986 2019-12-11 09:30:15 -07:00
ab0f92e01f fix(react): fix refs for controllers, overlays, ionpage, and ionrouteroutlet, fixes #19924 (#20012) 2019-12-11 09:30:15 -07:00
93bd4afb1d chore(react): fix tabs docs (#19995) 2019-12-11 09:30:15 -07:00
aaf9d24afd fix(menu): clamp out of bounds swipe value (#19684)
fixes #18927
2019-12-11 09:27:02 -07:00
4c8f32fae9 fix(tabs): preserve route navigation extras when changing tabs (#18493)
fixes #18717
v4.11.6
2019-12-11 10:46:13 -05:00
b3b3312711 feat(modal): add card-style presentation with swipe to close gesture (#19428)
resolves #18660
2019-12-10 16:02:41 -05:00
56f67bd9a5 fix(animations): convert hyphenated properties to camel case when using Web Animations (#20059)
fixes #20058
2019-12-10 15:28:44 -05:00
6e0b9c4548 fix(picker): pass selected value to handler on dismiss (#20042)
fixes #20036
2019-12-05 11:14:39 -05:00
656c356343 chore(animations): remove deprecated methods (#20041) 2019-12-05 09:29:38 -05:00
66e6dfbe44 docs(progress-bar): fix typo (#20009) 2019-12-04 14:43:20 -05:00
300d54356d fix(title): large title nav transition adds correct safe area value (#20029)
fixes #20028
2019-12-02 12:37:33 -05:00
d8161bc129 chore(ionicons): update ionicons to 5.0.0-13 (#19968) 2019-11-22 10:21:41 -05:00
e76619478c fix(animation): properly update Web Animation, clean up types (#19964)
Co-authored-by: manucorporat <manu.mtza@gmail.com>
2019-11-21 11:08:27 -05:00
7734d27bc2 docs(title): update large title docs to mention translucent and fullscreen requirements (#19956)
fixes #19483
2019-11-20 15:34:54 -05:00
a33cb957f6 merge release-5.0.0-beta.1
5.0.0-beta.1
2019-11-20 13:06:31 -05:00
6b932d9980 5.0.0-beta.1 v5.0.0-beta.1 2019-11-20 11:39:51 -05:00
69e10de718 refactor(ionicons): update to ionicons v5 (#19670)
* refactor(ionicons): update to ionicons v5

* refactor(back-button): update back button icon to v5 ionicons

* refactor(item): update default detail icon to chevron-forward

* refactor(reorder): update reorder icon for ionicons v5

* refactor(searchbar): use search-sharp

* refactor(searchIcon): update v5 ionicon

* refactor(clearIcon): update searchbar clear icon

* refactor(cancelButton): update to arrow-back-sharp

* refactor(menuIcon): update to v5 ionicons

* api readme updates

* update react and vue ionicons

* add ionicons to react deps

* add ionicons to ionic/vue deps

* add icon to react test

* updates

* fix back button regression for no icon

* update tests

* fix more tests

* fix more icons

* update ionicons version

* fix circle icons

* add correct ellipsis
2019-11-20 09:53:32 -05:00