Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 1734af1

Browse files
committed
1.0.0-alpha.25
1 parent d58f76a commit 1734af1

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# [1.0.0-alpha.25](https://github.com/fivethree-team/ionic-4-components/compare/v1.0.0-alpha.18...v1.0.0-alpha.25) (2020-09-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **api:** export all components and directives ([2334363](https://github.com/fivethree-team/ionic-4-components/commit/23343634e2448ef4ac3cff954925e645ad7bfc22))
7+
* **api:** remove duplicate export ([2664eb7](https://github.com/fivethree-team/ionic-4-components/commit/2664eb752d51e7c5457859c7847a473915f08e2f))
8+
* **app-bar:** remove additional icon ([381a070](https://github.com/fivethree-team/ionic-4-components/commit/381a070490facf322eb439f5256855ea3fd93250))
9+
* **bottom-sheet:** wrap radio items with radio-group ([098b2d2](https://github.com/fivethree-team/ionic-4-components/commit/098b2d268f574fa1d95c529be1542e0ffec5174d))
10+
* **fab:** inherit position ([ccb3988](https://github.com/fivethree-team/ionic-4-components/commit/ccb398850ab8ad588099d33fcefd81b4aae697e6))
11+
* **icon:** name deprecated ([2d744f0](https://github.com/fivethree-team/ionic-4-components/commit/2d744f0a548b6602599b5d8c0514986e0f3f23a5))
12+
* **icons:** remove md prefix ([d0bea7d](https://github.com/fivethree-team/ionic-4-components/commit/d0bea7db9e60c21973d276c578988af908279327))
13+
* **password-input:** switch hide and show default icon ([cf66fd8](https://github.com/fivethree-team/ionic-4-components/commit/cf66fd82ffec66f34b79d78d4d22dfbf1c348c68))
14+
* **router-item:** safari crash bug for ion-item ([d58f76a](https://github.com/fivethree-team/ionic-4-components/commit/d58f76a0eec04f00fb262f23ff35830ecab87a7f))
15+
* **router-item:** set fallback for fiv-background ([711c001](https://github.com/fivethree-team/ionic-4-components/commit/711c0011cd4381f1b9fa49100c1c2ee10167f62a))
16+
* **searchbar:** update icon name ([b0d9588](https://github.com/fivethree-team/ionic-4-components/commit/b0d95886b1499aaeb6967500d58704e0c3757d60))
17+
* **update:** news icons ([1ad4aba](https://github.com/fivethree-team/ionic-4-components/commit/1ad4aba88a94d8e724888a30cbece66124536684))
18+
19+
20+
### Features
21+
22+
* **collapsable-menu-button:** set icon color ([df34a54](https://github.com/fivethree-team/ionic-4-components/commit/df34a545f751dfb29f7b2d7b370958288d399211))
23+
* **ionic:** update to v5 ([b68a73c](https://github.com/fivethree-team/ionic-4-components/commit/b68a73cd7a1cf0b96b11336cfe99322e447b2e4e))
24+
* **ng:** support v9 ([05e1ec5](https://github.com/fivethree-team/ionic-4-components/commit/05e1ec5b35a074cfa1221e03a475a226c9a5f21b))
25+
* **popover:** add optional viewportOnly input ([7d6bd41](https://github.com/fivethree-team/ionic-4-components/commit/7d6bd41c7d4a18ff551d9966b4ee9a562fdb31c3))
26+
* **router-item:** improve hover state ([558297b](https://github.com/fivethree-team/ionic-4-components/commit/558297b3757d221645740ad5a5491b7394a7d1eb))
27+
* **stepper:** new icon complete input ([b85715f](https://github.com/fivethree-team/ionic-4-components/commit/b85715ff87225755147fa1cb3e162f5aeef055e4))
28+
29+
30+
31+
# [1.0.0-alpha.20](https://github.com/fivethree-team/ionic-4-components/compare/v0.9.6...v1.0.0-alpha.20) (2019-11-12)
32+
33+
34+
135
# [1.0.0-alpha.24](https://github.com/fivethree-team/ionic-4-components/compare/v1.0.0-alpha.18...v1.0.0-alpha.24) (2020-02-24)
236

337

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/core",
3-
"version": "1.0.0-alpha.24",
3+
"version": "1.0.0-alpha.25",
44
"author": "Fivethree Team",
55
"homepage": "https://fivethree.io/",
66
"description": "Fivethree Web Components",

projects/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/core",
3-
"version": "1.0.0-alpha.24",
3+
"version": "1.0.0-alpha.25",
44
"description": "Fivethree Core Components",
55
"keywords": [
66
"fivethree",

0 commit comments

Comments
 (0)