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

Commit b140728

Browse files
committed
Merge branch 'refs/heads/master' into develop
2 parents 2c46fed + de94089 commit b140728

235 files changed

Lines changed: 4272 additions & 2513 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: 'bug: '
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
# Bug Report
11+
12+
**Fivethree version:**
13+
[x] **0.9.x**
14+
15+
**Current behavior:**
16+
<!-- Describe how the bug manifests. -->
17+
18+
**Expected behavior:**
19+
<!-- Describe what the behavior would be without the bug. -->
20+
21+
**Steps to reproduce:**
22+
<!-- Please explain the steps required to duplicate the issue, especially if you are able to provide a sample application. -->
23+
24+
**Related code:**
25+
26+
<!-- If you are able to illustrate the bug or feature request with an example, please provide a sample application via one of the following means:
27+
28+
A sample application via GitHub
29+
30+
StackBlitz (https://stackblitz.com)
31+
Ionic v4 Components StackBlitz: https://stackblitz.com/edit/ionic-v4-components
32+
33+
-->
34+
35+
```
36+
insert short code snippets here
37+
```
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
title: 'feat: '
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
# Feature Request
10+
11+
**Describe the Feature Request**
12+
<!-- A clear and concise description of what the feature request is. Please include if your feature request is related to a problem. -->
13+
14+
**Describe Preferred Solution**
15+
<!-- A clear and concise description of what you want to happen. -->
16+
17+
**Describe Alternatives**
18+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
19+
20+
**Related Code**
21+
<!-- If you are able to illustrate the feature request with an example, please provide a sample application via an online code collaborator such as [StackBlitz](https://stackblitz.com), or [GitHub](https://github.com). -->
22+
23+
**Additional Context**
24+
<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to add, use case, Stack Overflow links, forum links, screenshots, OS if applicable, etc. -->

CHANGELOG.md

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,118 @@
1+
<a name="0.9.6"></a>
2+
## [0.9.6](https://github.com/fivethree-team/component-library/compare/v0.9.5...v0.9.6) (2019-10-09)
3+
4+
5+
### Bug Fixes
6+
7+
* **bottom-sheet:** fix border-radius not visible because of missing padding ([7353d20](https://github.com/fivethree-team/component-library/commit/7353d20))
8+
* **overlay:** fix missing context when creating embeddedView ([e5ecc62](https://github.com/fivethree-team/component-library/commit/e5ecc62))
9+
10+
11+
12+
## [0.9.5](https://github.com/fivethree-team/fivethree/compare/v0.9.4...v0.9.5) (2019-08-29)
13+
14+
15+
### Bug Fixes
16+
17+
* **routing-state:** get previous url for two history items ([d3c09f2](https://github.com/fivethree-team/fivethree/commit/d3c09f2))
18+
19+
20+
21+
## [0.9.4](https://github.com/fivethree-team/fivethree/compare/v0.9.1...v0.9.4) (2019-08-22)
22+
23+
24+
### Bug Fixes
25+
26+
* **icon:** color default ([4139a4d](https://github.com/fivethree-team/fivethree/commit/4139a4d))
27+
* **icon:** fix default height, width and color ([1951f2c](https://github.com/fivethree-team/fivethree/commit/1951f2c))
28+
* **password-input:** align icon center ([4623520](https://github.com/fivethree-team/fivethree/commit/4623520))
29+
30+
31+
32+
<a name="0.9.3"></a>
33+
## [0.9.3](https://github.com/fivethree-team/component-library/compare/v0.9.1...v0.9.3) (2019-08-05)
34+
35+
36+
### Bug Fixes
37+
38+
* **icon:** color default ([4139a4d](https://github.com/fivethree-team/component-library/commit/4139a4d))
39+
* **icon:** fix default height, width and color ([1951f2c](https://github.com/fivethree-team/component-library/commit/1951f2c))
40+
41+
42+
43+
<a name="0.9.2"></a>
44+
## [0.9.2](https://github.com/fivethree-team/component-library/compare/v0.9.1...v0.9.2) (2019-08-05)
45+
46+
47+
### Bug Fixes
48+
49+
* **icon:** fix default height, width and color ([1951f2c](https://github.com/fivethree-team/component-library/commit/1951f2c))
50+
51+
52+
53+
<a name="0.9.1"></a>
54+
## [0.9.1](https://github.com/fivethree-team/component-library/compare/v0.9.0...v0.9.1) (2019-08-05)
55+
56+
57+
### Features
58+
59+
* **FAB:** added ios safe areas ([3d4efba](https://github.com/fivethree-team/component-library/commit/3d4efba))
60+
61+
62+
63+
<a name="0.9.0"></a>
64+
# [0.9.0](https://github.com/fivethree-team/component-library/compare/v0.8.25...v0.9.0) (2019-07-27)
65+
66+
67+
### Bug Fixes
68+
69+
* **FAB:** Fix center leave and enter animations ([63594da](https://github.com/fivethree-team/component-library/commit/63594da))
70+
* **gallery:** replace anuglar morph animations with own implementation to make everything work on ios ([95a6887](https://github.com/fivethree-team/component-library/commit/95a6887))
71+
* **spinner:** fix spin color ([1f57b56](https://github.com/fivethree-team/component-library/commit/1f57b56))
72+
73+
74+
75+
<a name="0.8.25"></a>
76+
## [0.8.25](https://github.com/fivethree-team/component-library/compare/v0.8.23...v0.8.25) (2019-07-25)
77+
78+
79+
### Bug Fixes
80+
81+
* **app-bar:** fix with new fab ([46d419e](https://github.com/fivethree-team/component-library/commit/46d419e))
82+
* **fab:** default align to none ([dea6469](https://github.com/fivethree-team/component-library/commit/dea6469))
83+
84+
85+
86+
<a name="0.8.24"></a>
87+
## [0.8.24](https://github.com/fivethree-team/component-library/compare/v0.8.23...v0.8.24) (2019-07-25)
88+
89+
90+
### Bug Fixes
91+
92+
* **app-bar:** fix with new fab ([46d419e](https://github.com/fivethree-team/component-library/commit/46d419e))
93+
94+
95+
96+
<a name="0.8.23"></a>
97+
## [0.8.23](https://github.com/fivethree-team/component-library/compare/v0.8.22...v0.8.23) (2019-07-25)
98+
99+
100+
### Features
101+
102+
* **FAB:** add missing icon parameters and project label to fix prod build ([5b30751](https://github.com/fivethree-team/component-library/commit/5b30751))
103+
* **FAB:** Rebuild FAB Component ([18cd3b5](https://github.com/fivethree-team/component-library/commit/18cd3b5))
104+
105+
106+
<a name="0.8.22"></a>
107+
## [0.8.22](https://github.com/fivethree-team/component-library/compare/v0.8.21...v0.8.22) (2019-07-22)
108+
109+
110+
### Features
111+
112+
* **bottom-sheet:** remove hammer js dependency from library ([d68bc78](https://github.com/fivethree-team/component-library/commit/d68bc78))
113+
114+
115+
1116
<a name="0.8.21"></a>
2117
## [0.8.21](https://github.com/fivethree-team/component-library/compare/v0.8.20...v0.8.21) (2019-07-20)
3118

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,42 @@
1-
# Fivethree Ionic 4 UI Library
1+
<img alt="project banner" href="https://fivethree-team.github.io/ionic-4-components" src="banner.svg">
22

3-
[![npm version](https://badge.fury.io/js/%40fivethree%2Fcore.svg)](https://www.npmjs.com/@fivethree/core)
3+
# Ionic 4 Components
4+
5+
Costumizable UI Components for Ionic 4.
46

5-
Costumizable UI Components for Ionic 4.
7+
[![npm version](https://badge.fury.io/js/%40fivethree%2Fcore.svg)](https://www.npmjs.com/@fivethree/core)
68

79
[Documentation](https://fivethree-team.github.io/ionic-4-components) |
810
[Component Demos](https://fivethree-team.github.io/ionic-4-components/components) |
911
[Getting Started](https://fivethree-team.github.io/ionic-4-components/getting-started) |
1012
[Get In Touch](https://fivethree.io/)
1113

12-
![gallery](src/assets/gif/gallery.gif)
13-
![pull-to-refresh](src/assets/gif/pulltorefresh.gif)
14-
![feature discovery](src/assets/gif/feature-discovery.gif)
15-
![dialog](src/assets/gif/dialog.gif)
16-
![bottom-sheet](src/assets/gif/bottom-sheet.gif)
14+
---
15+
16+
<img src="src/assets/gif/gallery.gif" alt="gallery" width="20%"/><img src="src/assets/gif/pulltorefresh.gif" alt="pullto refresh" width="20%"/><img src="src/assets/gif/feature.gif" alt="feature discovery" width="20%"/><img src="src/assets/gif/dialog.gif" alt="dialog" width="20%"/><img src="src/assets/gif/bottomsheet.gif" alt="bottom sheet" width="20%"/>
1717

1818
# ✨ Features
19-
* Twitter inspired Image Gallery
20-
* Material Design Pull-to-Refresh
21-
* Flexible Dialog Component
22-
* Feature Discovery
23-
* Material Design App Bar for Ionic Tabs
24-
* [more components](https://fivethree-team.github.io/ionic-4-components/components)
2519

20+
- Twitter inspired Image Gallery
21+
- Material Design Pull-to-Refresh
22+
- Flexible Dialog Component
23+
- Feature Discovery
24+
- Material Design App Bar for Ionic Tabs
25+
- [more components](https://fivethree-team.github.io/ionic-4-components/components)
2626

2727
# 📦 Installation
28-
To get started, install the package from npm. The latest version supports Ionic 4 and Angular 7.
2928

30-
## Step 1. Install the UI Library
29+
To get started, install the package from npm. The latest version supports Ionic 4 and Angular >= 7.
30+
31+
## Install the UI Library
3132

3233
You can use either npm or yarn to install `@fivethree/core` from npm.
3334

3435
```bash
35-
npm install --save @fivethree/core @angular/animations hammerjs
36+
npm install --save @fivethree/core @angular/animations
3637
```
3738

38-
## Step 2. Configure your Ionic App
39+
## Configure your Ionic App
3940

4041
Once the packages are installed, import `BrowserAnimationsModule` in `app.module.ts`:
4142

@@ -53,7 +54,7 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
5354
export class AppModule {}
5455
```
5556

56-
## Step 3. Usage Instructions
57+
## Usage Instructions
5758

5859
To use the **UI Library** import it into a Page or Component Module. You can either import the full FivethreeCoreModule or one of the feature modules (e.g. FivGalleryModule).
5960

@@ -85,12 +86,11 @@ import { HomePage } from './home.page';
8586
declarations: [HomePage]
8687
})
8788
export class HomePageModule {}
88-
8989
```
9090

91-
9291
## 🔨 Development
92+
9393
This package is under active construction.
9494

95-
* Run `ng build core` to rebuild the component library.
96-
* Run `ionic s` to serve the project site.
95+
- Run `ng build core` to rebuild the component library.
96+
- Run `ionic s` to serve the project site.

angular.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
"src/manifest.webmanifest"
3535
],
3636
"styles": [
37-
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
37+
{
38+
"input": "src/theme/material-theme.scss"
39+
},
3840
{
3941
"input": "src/theme/variables.scss"
4042
},
@@ -108,7 +110,6 @@
108110
"tsConfig": "src/tsconfig.spec.json",
109111
"karmaConfig": "src/karma.conf.js",
110112
"styles": [
111-
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
112113
"styles.css"
113114
],
114115
"scripts": [],

banner.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)