Brandy Carney
3cac855e1a
refactor(searchbar): remove boolean values from showCancelButton ( #18953 )
...
BREAKING CHANGES
The `show-cancel-button` property of the searchbar no longer accepts boolean values. Accepted values are strings: `"focus"`, `"always"`, `"never"`. The following should change:
```
<ion-searchbar show-cancel-button>
<ion-searchbar show-cancel-button="true">
<ion-searchbar show-cancel-button="false">
```
becomes
```
<ion-searchbar show-cancel-button="focus">
<ion-searchbar show-cancel-button="focus">
<ion-searchbar show-cancel-button="never">
```
2019-10-10 14:34:16 -04:00
Brandy Carney
97964a9e9f
refactor(anchor): remove anchor in favor of router-link ( #18935 )
...
BREAKING CHANGES
The deprecated `ion-anchor` component has been removed in favor using `ion-router-link`. It should still only be used with vanilla and Stencil JavaScript projects. For Angular projects, use an `<a>` and `routerLink` with the Angular router.
2019-10-10 14:34:16 -04:00
Brandy Carney
13974c1047
refactor(skeleton-text): remove width property ( #18936 )
...
BREAKING CHANGES
Skeleton text's `width` property has been removed. Please use CSS instead to set the width.
2019-10-10 14:34:16 -04:00
Brandy Carney
e67f7e81f7
refactor(css): remove CSS util attributes ( #18956 )
...
BREAKING CHANGES
Removes all CSS utility attributes. Please use CSS classes instead. See the documentation for the correct class names: https://ionicframework.com/docs/layout/css-utilities
2019-10-10 14:34:16 -04:00
Brandy Carney
5f235307cd
refactor(themes): update to new ionic colors ( #19279 )
...
BREAKING CHANGES
The Ionic default colors have been updated to the following:
primary: #3880ff
secondary: #3dc2ff
tertiary: #5260ff
success: #2dd36f
warning: #ffc409
danger: #eb445a
light: #f4f5f8
medium: #92949c
dark: #222428
`primary`, `light` and `dark` have not changed. The contrast color for `warning` has been updated to `#000`.
2019-10-10 14:34:16 -04:00
Brandy Carney
07d5f77584
refactor(nav): remove nav-push, nav-pop nav-root ( #19240 )
...
BREAKING CHANGES
Removes ion-nav-pop, ion-nav-push and ion-nav-set-root in favor of using ion-nav-link with router-direction
2019-10-10 14:34:16 -04:00
Manu MA
c8ac0266f2
refactor(): deprecate web component controllers ( #19109 )
2019-10-10 14:34:16 -04:00
Liam DeBeasi
d6c20a9dec
refactor(toast): remove showCloseButton and closeButtonText ( #18957 )
...
* Remove close button
* update tests
* update tests
* add build
2019-10-10 14:34:16 -04:00
Brandy Carney
7ce916cc7c
fix(searchbar): update alignment of chips and other elements in toolbar ( #19596 )
...
fixes #19495 fixes #19502
2019-10-08 19:42:59 -04:00
Manu MA
3c4e65ba97
feat(): typed @ionic/docs ( #19547 )
2019-10-08 20:35:45 +02:00
Manu MA
bb32cea5c9
fix(content): set overscroll only on iOS ( #19470 )
...
fixes #19465
2019-10-08 13:01:38 -04:00
Liam DeBeasi
fcd7a5620b
merge release-4.10.2
...
master Release 4.10.2
2019-10-08 11:23:23 -04:00
Liam DeBeasi
bc56c4aa7b
docs(slides): fix variable name in animation examples ( #19584 )
2019-10-08 11:10:14 -04:00
Liam DeBeasi
a7b964279b
fix(overlay): ensure lifecycles fire properly ( #19579 )
2019-10-08 10:41:52 -04:00
Nick Stucko
aed2dba5aa
docs(range): add range pin CSS custom properties ( #19537 )
2019-10-07 12:02:47 -04:00
Liam DeBeasi
19ee21a06c
fix(md): fix flicker when navigating back in MD mode on certain Android devices ( #19553 )
...
fixes #19491
2019-10-07 10:19:39 -04:00
Liam DeBeasi
dea1c2635d
fix(header): fix collapsing iOS header when using with split pane ( #19480 )
...
fixes #19541
2019-10-04 15:21:15 -04:00
Liam DeBeasi
17614cdcb3
refactor(animation): rename AnimationOnFinishOptions to AnimationCallbackOptions ( #19551 )
2019-10-04 12:19:23 -04:00
Manu MA
9688f4d42f
refactor(menu): deprecate main html attribute ( #19237 )
2019-10-02 17:13:27 -04:00
Manu MA
f4818a1f3a
refactor(animation): update animation API ( #19529 )
2019-10-02 19:52:46 +02:00
Liam DeBeasi
71b8853ff4
fix(list): add bottom border for first item in inset list ( #19525 )
...
fixes #19507
2019-10-02 12:38:30 -04:00
Brandy Carney
77658e61cc
fix(searchbar): update padding and button alignment ( #19532 )
...
fixes #19502
2019-10-02 12:23:23 -04:00
Liam DeBeasi
9f5ed231c3
fix(animation): animation timer fallback now accounts for iterations ( #19527 )
2019-10-02 10:41:29 -04:00
marcushultgren
3c846a7b06
docs(popover): fix Object.assign typo ( #19497 )
2019-09-30 11:30:39 -04:00
Liam DeBeasi
8a52c7d66b
fix(content): remove pointer-events from iOS transition shadow ( #19471 )
...
fixes #19466
2019-09-27 09:33:52 -04:00
Manu MA
20ffc95ff1
chore(): webpack does not some local variables ( #19458 )
...
fixes #19442
2019-09-27 14:58:10 +02:00
Manu MA
b4d92c6241
fix(ie): classList does not support variadic ( #19460 )
2019-09-27 13:12:06 +02:00
Liam DeBeasi
8ca97ce42c
perf(animation): avoid ngzone with requestAnimationFrame ( #19457 )
...
* add patched zone for animations
* minify raf better
2019-09-26 11:25:30 -04:00
Liam DeBeasi
eab0865fba
fix(menu): menus show proper drop shadows ( #19454 )
...
fixes #19387
2019-09-26 09:38:28 -04:00
Liam DeBeasi
cf223e40c1
fix(radio-group): get radios before caching value to avoid infinite loop ( #19448 )
...
fixes #19277
2019-09-25 13:06:17 -04:00
Manu MA
446cf78e58
chore(): update deps ( #19437 )
2019-09-25 18:12:57 +02:00
Manu MA
0f05ea4245
feat(config): expose getMode() and deprecate Config ( #19104 )
2019-09-25 17:21:43 +02:00
Liam DeBeasi
bfa17d1594
fix(router-outlet): hide leaving view after transition finishes ( #19335 )
2019-09-24 19:45:58 +01:00
Liam DeBeasi
e90e960294
chore(header): finalize collapse API ( #19276 )
...
* make requested changes
* add e2e
* add RTL support
* fix typo
* add info on how to make collapsable title
* add usage examples
* fix typo
* fix another typo
* fix typos
* update usage
* fix alpha order
* update api
* add class to collapse buttons
* merge
* update
* change back to collapse
* remove platform specific class
* update docs
* run build
* update api again
* run build
2019-09-24 18:00:03 +01:00
Matthew Harris
bf2953cf85
docs(item): fragment links pointed at root not doc ( #19402 )
2019-09-20 14:00:29 -04:00
Matthew Harris
7f76f94c9d
docs(item-divider): remove extra word "like" ( #19403 )
2019-09-20 13:59:46 -04:00
Matthew Harris
a74754179c
docs(item-group): add sliding item comment as docs ( #19404 )
2019-09-20 13:59:01 -04:00
Matthew Harris
c5e1290dfe
docs(item-options): use title case for headers ( #19406 )
2019-09-20 13:58:31 -04:00
Matthew Harris
6b9abf22f0
docs(item-sliding): set header to title case ( #19407 )
2019-09-20 13:58:05 -04:00
Manu MA
123d0f38b6
chore(): update swiper ( #19398 )
2019-09-20 13:58:37 +02:00
Ely Lucas
73dd70d756
feature(react): rc2 release
...
* fix(): add a page with class ion-page back to ionrouteroutlet - fixes #19146
* wip
* fix(react): attributes show up in dom
* chore(): adding ion-page to core wip
* wip
* fix destroy method
* wrap dom writes in raf
* Add comments
* fix(react): IonPage work
* chore(): ionpage rc3 changelog text
* fix(): syncing ion-page in a new way to get rid of timeout loop
* chore(): ViewStacks refactor out of router
* fix(): remove unused method in router
* wip - before setActiveView rework
* fix(): react router ion page work
* chore(): cleanup and dev release
* fix(): remove need to name tabs
* chore(): adding dev mode helpers
* fix(): adding className prop to back button fixes #19251
* fix(): routerDirection changes
* chore(): rc2 release
* fix(): fix react version in package
* chores(): build kickoff
2019-09-12 14:25:37 -06:00
Liam DeBeasi
aec2936725
fix(platform): properly detect iPads running iPadOS ( #19258 )
...
* Add support for iPadOS
* add better test
* small tweak
2019-09-12 09:29:50 -04:00
swifmaneum
70ba488502
docs(datetime): fix grammar and improve readability ( #19316 )
...
* docs(datetime): Fix grammar, improve readability
Fixed minor mistakes in the ion-datetime documentation
* docs(datetime): Improve readability
2019-09-12 08:58:19 -04:00
Brandy Carney
151548b0bc
docs(ripple-effect): update usage to include styling
...
includes documentation on the different types and styles required for ripple to work properly
closes ionic-team/ionic-docs#699
references #17477
2019-09-11 15:06:01 -04:00
Liam DeBeasi
1cbb52c55c
fix(animation): set property defaults to avoid inconsistencies ( #19321 )
...
* set defaults to avoid inconsistencies
* update test
2019-09-11 13:25:50 -04:00
Brandy Carney
e62780411f
docs(back-button): fix vue usage
...
closes ionic-team/ionic-docs#775
2019-09-10 17:03:35 -04:00
Brandy Carney
fea061215d
docs(modal): fix typo in usage
...
closes ionic-team/ionic-docs#806
2019-09-10 16:59:29 -04:00
Liam DeBeasi
2d39c07fec
fix(animation): fallback to CSS Animations on older versions of Chrome ( #19288 )
...
fixes #19272
2019-09-10 11:32:40 -04:00
Liam DeBeasi
4e544f1d90
fix(animation): animations of duration 0 now run in Safari ( #19287 )
...
fixes #19285
2019-09-10 11:27:11 -04:00
Manu MA
a3f345c06d
feat(docs): add vscode docs support ( #19309 )
2019-09-10 01:50:51 +02:00