538 Commits

Author SHA1 Message Date
576da29ac6 5.0.6 2020-03-25 14:57:31 -04:00
43fbd9d2f2 chore(): properly export ionic page transition functions (#20860) 2020-03-25 14:39:38 -04:00
5a20f84aa4 refactor(): minor updates for next stencil version (#20787) 2020-03-25 14:38:45 -04:00
f2dbe1ff3b fix(angular): respect animation property for ion-router-outlet (#20767)
fixes #20764
2020-03-25 14:36:47 -04:00
2ece194a08 fix(angular): export Animation and Gesture related types (#20766) 2020-03-25 14:36:47 -04:00
572f7b6934 5.0.5 2020-03-11 13:07:09 -04:00
f796074f33 chore(): set @nguniversal/builders dependency to exact version (#20734) 2020-03-10 11:22:36 -04:00
b11ae5da67 5.0.4 2020-02-27 17:32:17 -05:00
5a87a728e1 5.0.3 2020-02-26 16:00:07 -05:00
686325e0ec 5.0.2 2020-02-26 12:21:05 -05:00
a826b6dff5 5.0.1 2020-02-19 13:19:39 -05:00
4d50064764 fix(segment): only emit ionChange when user releases pointer from screen (#20495)
fixes #20500
fixes #20257
2020-02-18 15:11:28 -05:00
6bfdaeed86 5.0.0 2020-02-11 11:42:30 -05:00
0daca31f38 5.0.0-rc.5 2020-02-11 09:26:30 -05:00
fd9c7a9601 fix(schematic): correct path for angular project (#20436)
fixes #20435
2020-02-11 09:04:07 -05:00
f303acc99a 5.0.0-rc.4 2020-02-10 16:29:34 -05:00
cfcdd97cc0 merge release-5.0.0-rc.3 (#20387) 2020-02-05 14:28:06 -05:00
8c4905f630 merge release-5.0.0-rc.2 2020-01-30 15:51:55 -05:00
940925ef63 5.0.0-rc.1 2020-01-27 17:40:49 -05:00
09d951ae1b fix(angular): ng-add schematic (#20281)
* fix(angular): update ng-add schematic to use the project name

* fix(angular): use relative schematics collection.json path.
2020-01-24 13:13:02 -05:00
52cc48cfe8 5.0.0-rc.0 2020-01-23 17:37:56 -05:00
b8fdf41737 5.0.0-beta.6 2020-01-23 17:17:56 -05:00
7af0198e2e chore(ngAdd): use project name in builders
Closes #19765
2020-01-23 10:22:11 -05:00
e693169cf0 fix(ngAdd): fix path for css styles in monorepo (#19904)
* feat(ng-add): Fix path for css styles in monorepo

* fix(): Changes proposed by SchnWalter

* chore(): Remove unused var

* chore(): Remove unused var
2020-01-23 10:11:29 -05:00
3024a216ec 5.0.0-beta.5 2020-01-17 17:55:15 -05:00
a5229d90ca refactor(): remove checked property in favor of parent value (#19449)
BREAKING CHANGE:


The following components have been updated to remove the checked or selected properties:

- Radio
- Segment Button
- Select

Developers should set the value property on the respective parent components in order to managed checked/selected status.

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2020-01-17 17:22:26 -05:00
f290025d73 chore(): bumping timeout 2020-01-13 10:06:39 -07:00
14eda3c2ba docs(): fix broken grid layout link (#20188) 2020-01-13 09:04:55 -05:00
7b032c5e9b feat(datetime): add custom timezone display property (#19519)
resolves #19401
2020-01-09 15:29:40 -05:00
dae5c5d28c 5.0.0-beta.4 2020-01-06 12:04:40 -05:00
a5ba0c81b6 5.0.0-beta.3 2020-01-03 17:19:45 -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
12ac987058 5.0.0-beta.2 2019-12-11 15:23:44 -05:00
4c8f32fae9 fix(tabs): preserve route navigation extras when changing tabs (#18493)
fixes #18717
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
6b932d9980 5.0.0-beta.1 2019-11-20 11:39:51 -05:00
5bbb95fae1 feat(list-header): redesign list header for iOS spec (#19915) 2019-11-19 14:53:37 -05:00
407db752a0 chore(angular): update Config deprecation message (#19908)
* update deprecation msg

* add exact release
2019-11-14 11:30:25 -05:00
48a766246d feat(angular): expose Ionic Gestures via GestureController (#19864)
* expose gestures thru angular

* run linter
2019-11-08 10:35:52 -05:00
504051d709 fix(nav-params): set generic type on navigation parameters get() (#19195) 2019-11-07 17:45:31 -05:00
96a5e600e5 feat(animation): cubic-bezier easing conversion utility (experimental) (#19788)
resolves #19789
2019-10-31 10:16:33 -04:00
67a7e232b9 feat(angular): Expose Ionic Animations via the AnimationController (#19745)
* Add animation controller for angular

* remove empty constructor

* sync with master
2019-10-29 16:14:26 -04:00
cbf30ea9b7 5.0.0-beta.0 2019-10-15 11:29:02 -04:00
b3e035085c chore: increase timeout 2019-10-14 20:07:55 -04:00
53010057bb 4.11.1 2019-10-14 11:14:53 -06:00
48575f8163 chore(): bumping timeout 2019-10-14 11:14:53 -06:00
981cb5674b chore(tests): update tests and add e2e to ci (#19637)
- increase timeout to fix failing tests
2019-10-11 16:51:02 -04:00
17170f01da refactor(angular): removes Events service (#19600)
BREAKING CHANGES

The Events Service in @ionic/angular has been removed. 

- Use "Observables" for a similar pub/sub architecture: https://angular.io/guide/observables
- Use "Redux" for advanced state management: https://ngrx.io
2019-10-10 14:34:16 -04:00
1b9d61bfa8 refactor(): remove deprecated swipeEnable (#19526) 2019-10-10 14:34:16 -04:00
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