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

Commit db5d1a3

Browse files
committed
🍪 0.2.1
1 parent 20de2ce commit db5d1a3

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="0.2.1"></a>
2+
## [0.2.1](https://github.com/fivethree-team/fivethree/compare/v0.1.0...v0.2.1) (2018-12-14)
3+
4+
5+
### Bug Fixes
6+
7+
* import ([0cfaeef](https://github.com/fivethree-team/fivethree/commit/0cfaeef))
8+
* **app-bar:** fill tabs based on position of the fab ([b8fb31b](https://github.com/fivethree-team/fivethree/commit/b8fb31b))
9+
* **app-bar:** fix routing, now using NavController ([ba8c46e](https://github.com/fivethree-team/fivethree/commit/ba8c46e))
10+
* **core:** remove interfaces ([2c59607](https://github.com/fivethree-team/fivethree/commit/2c59607))
11+
* **footer:** link to getting started ([b904bce](https://github.com/fivethree-team/fivethree/commit/b904bce))
12+
* **i18n:** typo ([c63d899](https://github.com/fivethree-team/fivethree/commit/c63d899))
13+
* **image-viewer:** fix retrieving of thumbnails absolute positioning ([1d7d167](https://github.com/fivethree-team/fivethree/commit/1d7d167))
14+
* **image-viewer:** make width and height for thumbnail optional, defaults to width 100%, height auto ([6b99ac8](https://github.com/fivethree-team/fivethree/commit/6b99ac8))
15+
* **loading-content:** fix error message caused by using last() in pull directive, added loading content demo ([8d8ae03](https://github.com/fivethree-team/fivethree/commit/8d8ae03))
16+
* **router-item:** collapse menu on click, added ripple, bottom sheet example page, fix fiv-buttons positioning ([e486626](https://github.com/fivethree-team/fivethree/commit/e486626))
17+
18+
19+
### Features
20+
21+
* **app-bar:** add title to app bar and title layout option to hide, show and show active only ([c2ed79b](https://github.com/fivethree-team/fivethree/commit/c2ed79b))
22+
* **buttons:** added overflow buttons feature ([71e20b2](https://github.com/fivethree-team/fivethree/commit/71e20b2))
23+
* **docs:** add tooltip for show and close source ([bf90052](https://github.com/fivethree-team/fivethree/commit/bf90052))
24+
* **expandable-indicator:** improve expandable animation, add expandable indicator component, expandable example ([c6fe7ed](https://github.com/fivethree-team/fivethree/commit/c6fe7ed))
25+
* **router-item:** fix router items, ([768359b](https://github.com/fivethree-team/fivethree/commit/768359b))
26+
* **router-item, password:** add input variables for ion-item including color disabled ([621656f](https://github.com/fivethree-team/fivethree/commit/621656f))
27+
* **title:** navigate root on title click ([986c4ba](https://github.com/fivethree-team/fivethree/commit/986c4ba))
28+
29+
30+
131
<a name="0.2.0"></a>
232
# [0.2.0](https://github.com/fivethree-team/fivethree/compare/v0.1.0...v0.2.0) (2018-12-13)
333

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fivethree",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"author": "Fivethree Team",
55
"homepage": "http://fivethree.io/",
66
"description": "Fivethree Web Components",
@@ -22,7 +22,7 @@
2222
"gh-pages": "ng build core && ng build --base-href 'https://fivethree-team.github.io/fivethree/' && npx ngh --dir=www",
2323
"publish": "npm publish dist/core",
2424
"rocket": "npm run build:prod && npm run publish",
25-
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
25+
"version": "conventional-changelog -p angular -i ./CHANGELOG.md -s && git add CHANGELOG.md"
2626
},
2727
"private": true,
2828
"dependencies": {

projects/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/core",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Fivethree Core Components",
55
"keywords": [
66
"fivethree",

0 commit comments

Comments
 (0)