37 Commits

Author SHA1 Message Date
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
1a7aa404c5 refactor(scss): remove scss (#19292)
BREAKING CHANGES

Removes `scss` files from the distributed files. Please use CSS variables for theming instead.
2019-10-10 14:34:16 -04:00
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
a3f345c06d feat(docs): add vscode docs support (#19309) 2019-09-10 01:50:51 +02:00
c7b302c7a6 refactor(): add scss usage deprecation warning (#19238) 2019-08-30 20:20:55 +02:00
c3044f59df feat(nav-link): merge nav-push/pop/set-root into a single component (#18909) 2019-08-27 18:14:13 +02:00
815fa2eb06 feat(hydrate): add @ionic/core/hydrate app (#18867) 2019-07-23 16:46:06 -05:00
1add112be6 chore(): update stencil 2019-07-05 19:33:22 +02:00
36a58df181 fix(): copy all scss files 2019-07-01 17:12:44 +02:00
ef10f190cd fix(): copy theme scss 2019-06-28 22:26:23 +02:00
301b0fc1d1 chore(): update to stencil 1.1 (#18609) 2019-06-26 17:17:48 +02:00
d4c7b036fc feat(router-link): add router-link and deprecate anchor (#18620) 2019-06-25 18:06:51 -04:00
34dfc3ce98 refactor(all): updating to newest stencil apis (#18578)
* chore(): update ionicons

* refactor(all): updating to newest stencil apis

* fix lint issues

* more changes

* moreee

* fix treeshaking

* fix config

* fix checkbox

* fix stuff

* chore(): update ionicons

* fix linting errors
2019-06-23 11:26:42 +02:00
b40f7d36d5 fix(): update to Stencil One 🎉🎊 2019-06-19 21:33:50 +02:00
cf9f53b833 chore(): fix release date of dev releases (#17191) 2019-01-21 17:09:17 +01:00
44fb45e2bc perf(angular): bundle size improvements for angular (#16966) 2019-01-07 22:05:36 +01:00
8b140306ef refactor(animation): remove ion-animation-controller (#16842) 2018-12-21 13:17:42 +01:00
9167fb4fe1 feat(progress-bar): add progress bar component (#16559)
resolves #16558
2018-12-10 17:03:52 -05:00
437ad09122 refactor(angular): lazy loading tabs (#16637)
Fixes #16619
2018-12-08 17:23:39 +01:00
ab84f31443 docs: add docs package (#16515)
This adds an @ionic/docs package that we can use to publish the
JSON API data along with each release.
2018-11-29 15:10:35 -06:00
2d33c63c52 fix(item-sliding): use a white item background instead of transparent (#16507)
- use the global item background variable for md
- lowers screenshot threshold to catch this regression

fixes #16474
2018-11-29 11:25:15 -05:00
5f32053edb test(angular): add CI (#16496) 2018-11-28 20:05:50 +01:00
a85ef06ac9 chore(): update stencil + api-spec file 2018-11-20 10:06:02 +01:00
91f07bc097 refactor(chip): update styles, remove chip-icon and chip-button (#16264)
This reimplements chip, removing the extraneous chip-button and chip-icon components and updating the design to match the updated Material Design spec.
2018-11-08 14:58:29 -06:00
c2f58038f5 perf(angular): disable async queue (#16118)
* perf(angular): disable async queue

* wip

* update proxy
2018-10-30 20:33:46 +01:00
6a138a6c55 refactor(show): remove show/hide-when components (#16098) 2018-10-25 21:32:41 -05:00
4d3ad67740 refactor(tabs): apply design-doc (#16048) 2018-10-25 22:13:19 +02:00
45b46b4695 fix(angular): generate proxies for ion-tabbar (#15954) 2018-10-15 13:34:07 -05:00
a72fced6fe fix(all): docs for all missing props 2018-10-11 16:24:08 -05:00
a87a8738ed chore(screenshot): local & CI integration (#15825) 2018-10-08 10:28:39 -05:00
236d8a41e8 fix(angular): ionic/core is only a dep 2018-09-25 22:07:12 +02:00
f9732aa013 chore(): remove duplicated stencil.config 2018-08-08 11:40:44 +02:00
b0ac5badc2 perf(app): tap-click is a ES
we can finally remove the slot!
2018-08-01 16:24:18 +02:00
49cac8beec perf(gesture): lazy loaded dynamic ES module 2018-08-01 05:08:39 +02:00
1b5bb67959 chore(): update to latest stencil 2018-07-31 20:09:26 +02:00
7a6bebe325 Revert "chore(): fix lint issue"
This reverts commit 93b68561c494a0e6097bc6d35c5169a40f7ca4d0.
2018-07-31 00:47:44 +02:00
93b68561c4 chore(): fix lint issue 2018-07-31 00:42:10 +02:00