e4ec572043
fix(modal): sheet modal now allows input focusing when backdrop disabled ( #24840 )
...
resolves #24581
2022-02-28 13:27:12 -05:00
5bb1414f7f
fix(breadcrumb): support routerLink on breadcrumb ( #24509 )
...
Resolves #24493
2022-01-10 16:22:42 -05:00
13d4418588
fix(react, vue): remove sideeffects to improve treeshaking ( #24313 )
2021-12-06 11:39:23 -05:00
618271d1e2
chore(): sync with main
2021-11-17 10:40:04 -05:00
b2f2a4b71b
docs(): docs reference main instead of master ( #24216 )
2021-11-12 14:31:18 -05:00
5a2a335784
fix(all): Ionic components that use child Ionic components are now correctly defined ( #24191 )
...
resolves #23571 , #24116 , #24129
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-11-11 12:18:38 -05:00
15fc293d75
fix(react): improve component compatibility with preact ( #24132 )
...
resolves #23516
2021-11-03 09:25:08 -04:00
61b99d13bf
fix(accordion-group): ionChange is now fired properly in vue ( #24063 )
...
resolves #23762
2021-10-13 08:57:12 -04:00
4715a57010
refactor(angular): use Stencil output target for Angular bindings ( #23986 )
2021-10-05 16:14:12 -04:00
c50d895370
feat(react): add custom elements bundle ( #23896 )
2021-09-13 14:53:28 -04:00
1680b0ce9f
refactor(react): transition to Stencil React bindings ( #23826 )
2021-08-31 17:29:59 -04:00
259b1359db
perf(): remove shims for legacy browsers no longer supported in v6 ( #23592 )
2021-07-08 11:01:40 -04:00
2f6b1e4eea
feat(breadcrumbs): add breadcrumbs component ( #22701 )
...
resolves #22770
2021-06-17 18:19:10 -04:00
dc48a9f1a2
feat(vue): add custom elements bundle ( #23458 )
2021-06-17 14:10:50 -04:00
073883a098
feat(accordion): add accordion and accordion-group components ( #22865 )
...
resolves #17094
2021-03-24 09:17:54 -04:00
06d4c8e6f1
fix(vue): account for event name changes in vue 3.0.6+
2021-02-26 14:10:42 -05:00
0de75afbef
feat(custom-elements): add experimental custom elements build ( #22863 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-02-11 12:08:00 -05:00
ff0f1da9f1
fix(vue): ionChange events now propagate correctly ( #22872 )
...
resolves #22870
2021-02-04 11:00:46 -05:00
3d6ac1382e
fix(vue): all ionic vue components can now use router link ( #22743 )
2021-01-07 15:52:06 -05:00
62dd16a5ee
fix(build): add missing es5 output
2020-11-12 09:49:49 -05:00
caa3afa613
fix(): add missing vendor prefixes to css
2020-11-06 12:13:14 -05:00
6026c65b1a
fix(vue): modal, popover, and nav are now created within application context ( #22282 )
...
resolves #22079
2020-10-12 15:07:49 -04:00
25d3ea6b8d
fix(vue): correctly handle platform specific icons ( #22200 )
...
resolves #19078
2020-09-28 15:07:21 -04:00
fe5fadf19c
fix(vue): overlays function properly when used via controller or template ( #22155 )
...
resolves #22090
2020-09-24 11:18:28 -04:00
5ffa65f84a
feat(vue): add ionic vue beta ( #22062 )
2020-09-10 15:20:49 -04:00
03c2f16e46
chore(build): set stencil extras config ( #21877 )
...
Stencil 2 will update the extras defaults to not include many of the polyfills and shims by default. Setting the configs here ensures they stay enabled so there isn't a breaking change for Ionic v5 users.
2020-08-04 13:08:00 -05:00
976e68da5b
refactor(): minor updates for next stencil version ( #20787 )
2020-03-24 11:59:07 -04:00
8732a10757
refactor(): remove deprecated controllers ( #20165 )
...
* remove action-sheet-controller and alert-controller
* rmeove loading controller
* remove popover controller
* remove toast controller
* remove picker-controller
* remove modal controller
* remove menu controller
* update menu ctrl in tests
* run linter
* remove window refs
* Update core/src/components/loading/test/standalone/index.html
Co-Authored-By: Brandy Carney <brandyscarney@users.noreply.github.com>
* remove window from modal tests
* test
* testing timeout
* change timeout
Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
2020-01-14 12:09:35 -05:00
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