octicon-git-branch(16/) Commit Graph

569 Commits

Author SHA1 Message Date
Manu MA
9751f145e1 fix(segment): don't emit ionChange until didLoad (#19218)
fixes #19204
2019-08-29 09:30:37 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
da5d3f0e04 refactor(): add warnings for deprecated CSS attributes 2019-08-28 13:53:21 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
e1fa461e9b feat(swiper): expose full API (#19137)
* expose full swiper API

* update types

* run build

* run angular build
2019-08-27 12:25:35 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
0e18f049c2 merge release-4.8.1
Release 4.8.1
2019-08-27 12:20:42 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
ef34402960 refactor(events): add deprecations (#19103) 2019-08-27 18:20:07 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
c3044f59df feat(nav-link): merge nav-push/pop/set-root into a single component (#18909) 2019-08-27 18:14:13 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
4902de4631 4.8.1 2019-08-27 11:56:32 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
a65d897214 refactor(): deprecate web component controllers (#19109) 2019-08-27 14:00:45 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
919c73f66d 4.8.0 2019-08-21 15:18:33 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Domvel
cbd230c67e docs(): correct loading usage in BREAKING.md (#19136)
`content` does not exist in `LoadingOptions`. It's now called `message`.
2019-08-20 10:06:17 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Simon
1187dc2fc7 feat(searchbar): add inputmode property (#18980) 2019-08-08 20:13:34 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
ea3fdae2dd chore(): update deps (#18856) 2019-08-08 20:06:12 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Mike Hartington
5f869796be chore(): update ssr test app
Enables ES2015 builds and passes the bundleDependencies flag
2019-08-08 13:09:18 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
c9f7c47571 4.7.4 2019-08-07 15:55:08 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
04b350ce0b 4.7.3 2019-08-07 13:06:03 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
a633db1688 4.7.2 2019-08-07 12:08:11 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
3ec9607281 chore(): disable swipe to go back e2e tests (#19024) 2019-08-07 11:25:22 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Adam Bradley
84e306c1a6 feat(ssr): add ionic angular server (#18880) 2019-08-06 12:24:42 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
713ea8adaa fix(router): fix partial gesture (#18977)
fixes #18462
2019-08-06 17:28:29 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
f94300cbb3 refactor(angular): use arrow functions (#18910) 2019-08-06 14:18:08 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
3a22105375 fix(platform): subscribeWithPriority trigger change detection (#18962)
fixes #18959
2019-08-06 13:39:01 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
6bbdb80871 fix(accessor): ngModel conflits with nested inputs (#18976)
fixes #18248
2019-08-06 13:34:54 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
e043ea9dae chore(): fix e2e angular (#19005) 2019-08-06 13:05:47 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
27a68b3f7f 4.7.1 2019-07-26 11:35:34 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
962783bfba fix(router-outlet): change detection fires properly (#18896)
* fix(router-outlet): never detach() the entering view

fixes #18894

* add tests

* ci

* update package-lock

* circle sync runtime
2019-07-26 11:13:50 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
d792560447 4.7.0 2019-07-25 11:10:51 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Stefanos Anagnostou
00891119f7 feat(virtual-scroll): adds headerHeight and footerHeight (#18851)
Currently, if you have an ion-virtual-scroll with a list of items and a search bar for filtering them, when you change the list of items, the items disappear until rendered again, causing a flicker. This could be solved for the items using the itemHeight function to provide the exact height size and bypass some calculations and be more performant etc.

However, if you had a header or footer, they would still flicker. This commit adds two more optional functions named headerHeight and footerHeight that return the exact size of the header and footer respectively and resolve the flicker.
2019-07-24 18:29:16 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Adam Bradley
c52b3b4997 fix(hydrate): check for client runtime method (#18866) 2019-07-23 16:11:29 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Adam Bradley
23ce6fae9e fix(hydrate): avoid window reference (#18865) 2019-07-23 15:28:20 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Adam Bradley
a8455a90ff chore(ssr): fix document.body reference (#18863) 2019-07-23 14:11:09 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
fb18f3ba25 feat(): support for stackblitz (#18846) 2019-07-23 01:01:36 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
544e550286 fix(platform): wrap event listeners around zone (#18853)
fixes #18831
2019-07-22 18:53:31 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Matthew Harris
854004cf2c docs(nav-controller): fix typos (#18848) 2019-07-22 11:00:53 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Ken Sodemann
fbfc07688e fix(menu-controller): add swipeGesture proxy (#18806) 2019-07-18 15:56:09 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
97fec92365 fix(router-outlet): attach entering view before first change detection (#18821) 2019-07-18 10:26:54 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
53179c475c fix(inputs): apply ng form classes (#18820) 2019-07-17 17:46:22 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Mike Hartington
7ae9303a97 chore(): change peer deps to support ng8 (#18645) 2019-07-15 10:13:02 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Max Lynch
9993b73355 Update v3 package.json
Again trying to get github to credit us for v3 installs on the Used By feature. This time trying a new repo URL
2019-07-11 09:29:05 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Max Lynch
f1eeed1c91 Move package.json to angular directory for v3.
Per conversation with Adam, we are trying to get GitHub to properly pick up the Used By
count for Ionic 3 which is much higher than v4 today. This is a dummy package.
2019-07-10 12:47:40 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
0b0dddf8ec 4.6.2 2019-07-10 19:12:11 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
8beeff2c52 fix(virtual-scroll): remove runOutsideAngular error (#18752)
fixes #18746
2019-07-10 10:21:42 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
908f36f574 4.6.1 2019-07-09 12:28:12 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
ab20bf472d revert disconnecting page on leaving page 2019-07-09 10:32:46 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
7fda509333 test(e2e): increase wait time 2019-07-08 13:16:17 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
e059fc8048 perf(angular): skip zone 2019-07-06 19:33:34 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
7953088418 fix(angular): fix linting issues 2019-07-05 20:32:42 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
1add112be6 chore(): update stencil 2019-07-05 19:33:22 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Liam DeBeasi
d71c1cd6b0 Revert "fix(angular): use baseURI has base path"
This reverts commit 4038e0a60c.

revert
2019-07-03 14:11:53 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
4038e0a60c fix(angular): use baseURI has base path 2019-07-01 17:01:14 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
44c88ad908 fix(): overlay create opts are optional 2019-06-27 17:36:26 +02:00 octicon-file-diff(16/) octicon-file-code(16/)