630 Commits

Author SHA1 Message Date
932d3ca62f feat(datetime): add calendar picker (#23416)
resolves #19423

BREAKING CHANGE: The `ion-datetime` component has been revamped to use a new calendar style. As a result, some APIs have been removed. See https://github.com/ionic-team/ionic-framework/blob/master/BREAKING.md for more details.
2021-06-16 15:54:15 -04:00
623c84ab08 feat(slides): add IonicSwiper modules, deprecate ion-slides, and add link to migration (#23447) 2021-06-11 12:56:32 -04:00
3be1c3dcd7 feat(modal): modals can now be used inline (#23341)
resolves #20117, resolves #20263
2021-06-01 11:09:40 -04:00
7d47c91641 chore(): sync next with main branch 2021-05-26 10:14:38 -04:00
d802a17047 5.6.7 2021-05-13 09:04:18 -04:00
9cb6c80b3d fix(angular): warnings are no longer generated when running tests with ng test (#23292)
resolves #19926

Co-authored-by: Sean Wu <seanwu1105@users.noreply.github.com>
2021-05-11 09:49:25 -04:00
308fa1c0dd feat(popover): popover can now be used inline (#23231)
BREAKING CHANGE: Converted `ion-popover` to use the Shadow DOM.
2021-05-03 12:02:22 -04:00
c32bed6794 5.6.6 2021-04-29 10:06:48 -04:00
e436439e10 fix(angular): back button goes back to proper tab on angular 11.2.10 (#23238)
resolves #23230
2021-04-26 12:55:48 -04:00
aede8e686f chore(): resolve merge conflicts 2021-04-23 11:41:46 -04:00
287205480a 5.6.5 2021-04-22 10:13:17 -04:00
15abc181aa test(cypress): migrate Angular tests to Cypress (#23083) 2021-04-15 11:59:27 -04:00
0e1cb1bb0c 5.6.4 2021-04-08 12:49:11 -04:00
4fb81b7450 chore(): sync with master 2021-04-05 16:40:39 -04:00
28c52fd4e3 fix(angular): swiping back quickly no longer causes app to get stuck (#23125)
resolves #15154
2021-04-01 09:57:04 -04:00
073883a098 feat(accordion): add accordion and accordion-group components (#22865)
resolves #17094
2021-03-24 09:17:54 -04:00
f0cfe5a283 5.6.3 2021-03-23 10:41:42 -04:00
5fef3e7b21 5.6.2 2021-03-22 16:07:34 -04:00
a0ff24b5d6 5.6.1 2021-03-17 12:59:08 -04:00
2a253a1d33 fix(virtual-scroll): allow null in items prop (#23047)
Co-authored-by: Robert Rhoades <studioromeo@users.noreply.github.com>
2021-03-15 12:16:55 -04:00
4cbf610e55 chore(): sync vue tabs changes with master 2021-03-04 15:31:42 -05:00
1a2fd2fb6e 5.6.0 2021-03-04 13:54:38 -05:00
38eb378d66 chore(): update web driver (#23010) 2021-03-03 10:06:28 -05:00
96abe22175 chore(): sync next with master
chore(): sync next with master
2021-02-26 15:14:28 -05:00
0101a5fce2 5.5.5 2021-02-26 14:10:48 -05:00
215eb5d4ef feat(searchbar): add showClearIcon property (#22759)
resolves #22738

Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-02-23 12:34:42 -05:00
9e05891736 refactor(angular): remove Config.set() method (#22918)
BREAKING CHANGE: The `Config.set()` method has been removed. See https://ionicframework.com/docs/angular/config for examples on how to set config globally, per-component, and per-platform.
2021-02-12 13:54:34 -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
cb2c9b63e8 5.5.4 2021-02-04 11:13:52 -05:00
487349f02a fix(schematics): update ngAdd schematic (#22858)
* fix(schematics): update ngAdd schematic
Closes https://github.com/ionic-team/angular-toolkit/issues/415
Closes https://github.com/ionic-team/angular-toolkit/issues/419

* Update angular/src/schematics/utils/config.ts

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>

* Update angular/src/schematics/add/index.ts

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2021-02-02 16:44:33 -05:00
bc17e24a03 5.5.3 2021-01-28 12:17:55 -05:00
78740d0dfc 5.5.2 2020-12-09 15:38:27 -05:00
d61456c46d 5.5.1 2020-11-25 17:17:52 -05:00
f4ecc32c14 5.5.0 2020-11-18 13:02:47 -05:00
d5eb3a44e6 test(angular): fix e2e tests (#22522) 2020-11-18 12:25:30 -05:00
65bc99577c feat(segment): add swipeGesture property to allow for disabling of the swipe gesture (#22087)
resolves #22048
2020-11-13 12:38:23 -05:00
3a6fcc7d8b 5.4.4 2020-11-12 09:51:48 -05:00
c356526520 5.4.3 2020-11-06 12:13:28 -05:00
0a0cbd8f2a feat(chip): add disabled property (#20658)
resolves #19510
2020-11-05 14:18:24 -05:00
971e4dc6c7 5.4.2 2020-11-05 12:49:03 -05:00
b885299082 chore(): point people to the forum (#22361)
Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
2020-10-29 16:42:50 -04:00
c83826aa73 chore(): update to stencil 2, resolve npm7 build issues (#22396)
* feat(stencil): update to stencil 2.1.2

- Updates package entry points, index.js and index.cjs.js
- Fix treeshaking unused and remove side effect globals

* chore: add typescript 4.0.5 to devDeps

* npm7 fixes

Co-authored-by: Adam Bradley <adamdbradley@users.noreply.github.com>
2020-10-27 13:42:24 -04:00
5d548b8672 5.4.1 2020-10-22 12:10:16 -04:00
bf9283eb3e 5.4.0 2020-10-15 11:55:34 -04:00
062a659c4a 5.4.0-rc.3 2020-10-14 18:55:46 -04:00
c37c272dda 5.4.0-rc.2 2020-10-13 16:33:19 -04:00
9eba5939b7 5.4.0-rc.1 2020-10-08 13:16:00 -04:00
c251c6a723 5.3.5 2020-10-07 13:53:31 -04:00
6549330815 chore(angular): fix failing test app tests (#22271) 2020-10-07 13:28:45 -04:00
5e341643d4 5.3.4 2020-09-25 10:43:25 -04:00