9688f4d42f
refactor(menu): deprecate main html attribute ( #19237 )
2019-10-02 17:13:27 -04:00
f4818a1f3a
refactor(animation): update animation API ( #19529 )
2019-10-02 19:52:46 +02:00
71b8853ff4
fix(list): add bottom border for first item in inset list ( #19525 )
...
fixes #19507
2019-10-02 12:38:30 -04:00
77658e61cc
fix(searchbar): update padding and button alignment ( #19532 )
...
fixes #19502
2019-10-02 12:23:23 -04:00
cdfd82a750
chore(): remove duplicate changelog item ( #19512 )
2019-10-02 10:42:17 -04:00
9f5ed231c3
fix(animation): animation timer fallback now accounts for iterations ( #19527 )
2019-10-02 10:41:29 -04:00
3c846a7b06
docs(popover): fix Object.assign typo ( #19497 )
2019-09-30 11:30:39 -04:00
cb26f73f80
fix(react): adding href prop when routerLink is specified ( #19481 )
2019-09-27 14:28:10 -06:00
a02319b06b
chore(): add experimental to large title ( #19479 )
2019-09-27 15:57:58 -04:00
c101dfe6db
merge release-4.10.0
...
4.10.0
2019-09-27 13:39:08 -04:00
7768ab2307
merge release-4.10.0
...
Release 4.10.0
2019-09-27 13:37:37 -04:00
26f50ca651
4.10.0
2019-09-27 13:26:40 -04:00
44ad07480b
fix(ie): css variables ( #19473 )
v4.10.0
2019-09-27 18:27:15 +02:00
8a52c7d66b
fix(content): remove pointer-events from iOS transition shadow ( #19471 )
...
fixes #19466
2019-09-27 09:33:52 -04:00
20ffc95ff1
chore(): webpack does not some local variables ( #19458 )
...
fixes #19442
2019-09-27 14:58:10 +02:00
b4d92c6241
fix(ie): classList does not support variadic ( #19460 )
2019-09-27 13:12:06 +02:00
a28e501272
test(angular): fix dependencies ( #19468 )
2019-09-27 13:07:45 +02:00
f4b97fd74a
chore(): update stencil ( #19462 )
2019-09-26 19:58:20 +02:00
8ca97ce42c
perf(animation): avoid ngzone with requestAnimationFrame ( #19457 )
...
* add patched zone for animations
* minify raf better
2019-09-26 11:25:30 -04:00
eab0865fba
fix(menu): menus show proper drop shadows ( #19454 )
...
fixes #19387
2019-09-26 09:38:28 -04:00
c79e74b91f
fix(react): fix types for new stencil
2019-09-25 17:05:11 -06:00
cf223e40c1
fix(radio-group): get radios before caching value to avoid infinite loop ( #19448 )
...
fixes #19277
2019-09-25 13:06:17 -04:00
446cf78e58
chore(): update deps ( #19437 )
2019-09-25 18:12:57 +02:00
0f05ea4245
feat(config): expose getMode() and deprecate Config ( #19104 )
2019-09-25 17:21:43 +02:00
bfa17d1594
fix(router-outlet): hide leaving view after transition finishes ( #19335 )
2019-09-24 19:45:58 +01:00
61f04e50b1
Master react ( #19439 )
...
chore(react): react rc3 release
2019-09-24 11:52:12 -06:00
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
1e081c0a22
docs(breaking): fix minor grammar issues ( #19418 )
2019-09-24 12:26:02 -04:00
bf2953cf85
docs(item): fragment links pointed at root not doc ( #19402 )
2019-09-20 14:00:29 -04:00
7f76f94c9d
docs(item-divider): remove extra word "like" ( #19403 )
2019-09-20 13:59:46 -04:00
a74754179c
docs(item-group): add sliding item comment as docs ( #19404 )
2019-09-20 13:59:01 -04:00
c5e1290dfe
docs(item-options): use title case for headers ( #19406 )
2019-09-20 13:58:31 -04:00
6b9abf22f0
docs(item-sliding): set header to title case ( #19407 )
2019-09-20 13:58:05 -04:00
e98769edd0
fix(angular): add double initialize warning ( #19393 )
2019-09-20 14:29:34 +02:00
123d0f38b6
chore(): update swiper ( #19398 )
2019-09-20 13:58:37 +02:00
1b9593963e
merge release-4.9.1
...
Release 4.9.1
2019-09-16 15:06:20 -04:00
e7cbafd4b3
merge release-4.9.1
...
Release 4.9.1
2019-09-16 15:03:49 -04:00
f7027fc9ad
4.9.1
2019-09-16 14:32:23 -04:00
4a900964dd
fix(platform): properly detect iPads running iPadOS ( #19258 )
...
* Add support for iPadOS
* add better test
* small tweak
2019-09-16 14:22:22 -04:00
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
v4.9.1
2019-09-12 14:25:37 -06:00
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
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
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
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
e62780411f
docs(back-button): fix vue usage
...
closes ionic-team/ionic-docs#775
2019-09-10 17:03:35 -04:00
fea061215d
docs(modal): fix typo in usage
...
closes ionic-team/ionic-docs#806
2019-09-10 16:59:29 -04:00
2d39c07fec
fix(animation): fallback to CSS Animations on older versions of Chrome ( #19288 )
...
fixes #19272
2019-09-10 11:32:40 -04:00
4e544f1d90
fix(animation): animations of duration 0 now run in Safari ( #19287 )
...
fixes #19285
2019-09-10 11:27:11 -04:00
a3f345c06d
feat(docs): add vscode docs support ( #19309 )
2019-09-10 01:50:51 +02:00
e27962dcaf
feat(title): add support for small title ( #19215 )
...
Updates title to include `small` size and updates searchbar and UI to match native.
closes #18898
2019-09-05 17:32:19 -04:00