Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit f4fba32

Browse files
authored
Merge pull request #22 from tabler/develop
Merging develop into master
2 parents b30cedb + ff7f0e5 commit f4fba32

File tree

982 files changed

+6991
-4506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

982 files changed

+6991
-4506
lines changed

.angular-cli.json

Lines changed: 0 additions & 130 deletions
This file was deleted.

.bin/link-libs-dist.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
const { getLibs, execInProjectPathPromise } = require('./utils');
2+
3+
const libs = getLibs();
4+
5+
const linkLib = (lib) => {
6+
const libPath = `dist/libs/${lib}`;
7+
return execInProjectPathPromise(`npm link`, libPath)
8+
.then(() => {
9+
console.log(` [ link ] [${lib}] run npm link in ${libPath}`);
10+
return lib;
11+
})
12+
};
13+
return Promise.all(libs.map(linkLib))
14+
.catch(err => {
15+
console.log(` [ link ] An error occurred:`, err);
16+
});

.prettierrc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"singleQuote": true
3-
}
2+
"printWidth": 120,
3+
"singleQuote": true,
4+
"semi": false,
5+
"trailingComma": "es5"
6+
}

CHANGELOG.md

Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,159 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.7.3"></a>
6+
## [0.7.3](https://github.com/tabler/tabler-angular/compare/v0.7.2...v0.7.3) (2018-04-15)
7+
8+
9+
### Bug Fixes
10+
11+
* pin bootstrap version to 4.0.0 until tabler updates ([a030a04](https://github.com/tabler/tabler-angular/commit/a030a04))
12+
* **ui:** fix build issues ([ec9bbf0](https://github.com/tabler/tabler-angular/commit/ec9bbf0))
13+
14+
15+
16+
<a name="0.7.2"></a>
17+
## [0.7.2](https://github.com/tabler/tabler-angular/compare/v0.7.1...v0.7.2) (2018-04-14)
18+
19+
20+
### Bug Fixes
21+
22+
* **ui:** fix build issues ([9e8de83](https://github.com/tabler/tabler-angular/commit/9e8de83))
23+
24+
25+
26+
<a name="0.7.1"></a>
27+
## [0.7.1](https://github.com/tabler/tabler-angular/compare/v0.7.0...v0.7.1) (2018-04-14)
28+
29+
30+
### Bug Fixes
31+
32+
* **ui:** make import to UiService relative ([ec0d2b7](https://github.com/tabler/tabler-angular/commit/ec0d2b7))
33+
34+
35+
36+
<a name="0.7.0"></a>
37+
# [0.7.0](https://github.com/tabler/tabler-angular/compare/v0.6.0...v0.7.0) (2018-04-14)
38+
39+
40+
### Bug Fixes
41+
42+
* **forms:** fix build error ([198e49c](https://github.com/tabler/tabler-angular/commit/198e49c))
43+
44+
45+
### Features
46+
47+
* **docs:** implement new docs viewer ([45aaf46](https://github.com/tabler/tabler-angular/commit/45aaf46))
48+
* **docs:** update docs app ([5d39be2](https://github.com/tabler/tabler-angular/commit/5d39be2))
49+
* **docs:** update layout to new configuration ([56a9061](https://github.com/tabler/tabler-angular/commit/56a9061))
50+
* **fire:** update layout to new configuration ([ef415a2](https://github.com/tabler/tabler-angular/commit/ef415a2))
51+
* **forms:** implement first version of [@tabler](https://github.com/tabler)/angular-forms ([211e544](https://github.com/tabler/tabler-angular/commit/211e544))
52+
* **ui:** implement ui-button ([fb1f448](https://github.com/tabler/tabler-angular/commit/fb1f448))
53+
* **ui:** Modularize and refactor angular-ui ([95e8aad](https://github.com/tabler/tabler-angular/commit/95e8aad))
54+
55+
56+
57+
<a name="0.6.0"></a>
58+
# [0.6.0](https://github.com/tabler/tabler-angular/compare/v0.5.0...v0.6.0) (2018-04-11)
59+
60+
61+
### Bug Fixes
62+
63+
* **styles:** remove peer dependency on Bootswatch ([b7ccd3a](https://github.com/tabler/tabler-angular/commit/b7ccd3a))
64+
65+
66+
### Features
67+
68+
* **core:** export Forms, Modal from CoreModule ([98077b0](https://github.com/tabler/tabler-angular/commit/98077b0))
69+
* **fire:** implement crud example ([4abbdc8](https://github.com/tabler/tabler-angular/commit/4abbdc8))
70+
71+
72+
73+
<a name="0.5.0"></a>
74+
# [0.5.0](https://github.com/beeman/angular-tabler/compare/v0.4.0...v0.5.0) (2018-04-09)
75+
76+
77+
### Bug Fixes
78+
79+
* **fire:** clean up dead code ([0b92619](https://github.com/beeman/angular-tabler/commit/0b92619))
80+
* **fire:** improve consistency in the UI ([6f046eb](https://github.com/beeman/angular-tabler/commit/6f046eb))
81+
82+
83+
### Features
84+
85+
* **angular-ui:** add fallback for profile description field ([d43be77](https://github.com/beeman/angular-tabler/commit/d43be77))
86+
* **fire:** improve authentication module ([3482c5f](https://github.com/beeman/angular-tabler/commit/3482c5f))
87+
* **fire:** post user details to guestbook if logged in ([0dcd44b](https://github.com/beeman/angular-tabler/commit/0dcd44b))
88+
* **fire:** prevent posting empty messages ([a945192](https://github.com/beeman/angular-tabler/commit/a945192))
89+
* **fire:** redirect if on login page and authed ([3304ab3](https://github.com/beeman/angular-tabler/commit/3304ab3))
90+
91+
92+
93+
<a name="0.4.0"></a>
94+
# [0.4.0](https://github.com/beeman/angular-tabler/compare/v0.3.2...v0.4.0) (2018-04-09)
95+
96+
97+
### Features
98+
99+
* **angular-ui:** allow configuring LayoutComponent with Input ([198ba0c](https://github.com/beeman/angular-tabler/commit/198ba0c))
100+
101+
102+
103+
<a name="0.3.2"></a>
104+
## [0.3.2](https://github.com/beeman/angular-tabler/compare/v0.3.1...v0.3.2) (2018-04-09)
105+
106+
107+
### Bug Fixes
108+
109+
* **angular-ui:** make sure AlertModule is imported from local path ([188415b](https://github.com/beeman/angular-tabler/commit/188415b))
110+
111+
112+
113+
<a name="0.3.1"></a>
114+
## [0.3.1](https://github.com/beeman/angular-tabler/compare/v0.3.0...v0.3.1) (2018-04-09)
115+
116+
117+
### Bug Fixes
118+
119+
* **angular-ui:** make sure AlertModule is exported ([4ca639a](https://github.com/beeman/angular-tabler/commit/4ca639a))
120+
121+
122+
123+
<a name="0.3.0"></a>
124+
# [0.3.0](https://github.com/beeman/angular-tabler/compare/v0.2.0...v0.3.0) (2018-04-08)
125+
126+
127+
### Bug Fixes
128+
129+
* **angular-ui:** make header profile more dynamic ([8eeb729](https://github.com/beeman/angular-tabler/commit/8eeb729))
130+
131+
132+
### Features
133+
134+
* **angular-ui:** implement ui-alert component ([e4a554e](https://github.com/beeman/angular-tabler/commit/e4a554e))
135+
* **fire:** implement authentication example ([c635816](https://github.com/beeman/angular-tabler/commit/c635816))
136+
137+
138+
139+
<a name="0.2.0"></a>
140+
# [0.2.0](https://github.com/beeman/angular-tabler/compare/v0.1.0...v0.2.0) (2018-04-08)
141+
142+
143+
### Bug Fixes
144+
145+
* **angular-ui:** show header navigation on small screens ([28e359a](https://github.com/beeman/angular-tabler/commit/28e359a))
146+
147+
148+
### Features
149+
150+
* **demo:** remove docs module ([283e6cb](https://github.com/beeman/angular-tabler/commit/283e6cb))
151+
* **fire:** add run script to package.json ([8e5ed32](https://github.com/beeman/angular-tabler/commit/8e5ed32))
152+
* **fire:** clean up and refactor ([cff1a6e](https://github.com/beeman/angular-tabler/commit/cff1a6e))
153+
* **fire:** implement guestbook in firebase ([173db2b](https://github.com/beeman/angular-tabler/commit/173db2b))
154+
* **fire:** initial commit of firebase example app ([32d816e](https://github.com/beeman/angular-tabler/commit/32d816e))
155+
156+
157+
5158
<a name="0.1.0"></a>
6159
# 0.1.0 (2018-04-08)
7160

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> WIP: Implementation of [tabler](https://github.com/tabler/tabler) using Angular.
44
5-
<strong><a href="https://develop-tabler-angular-tabler.buddy.show">Live Demo</a></strong> | <strong><a href="https://tabler.github.io/tabler-angular/">Documentation</a></strong> | <strong><a href="https://goo.gl/zJP2dT">Join us on Slack</a></strong>
5+
<strong><a href="https://develop-tabler-angular-tabler.buddy.show">Live Demo</a></strong> | <strong><a href="https://tabler-angular-fire.firebaseapp.com">Firebase Demo</a></strong> | <strong><a href="https://tabler.github.io/tabler-angular/">Documentation</a></strong> | <strong><a href="https://goo.gl/zJP2dT">Join us on Slack</a></strong>
66

77
# Installation
88

0 commit comments

Comments
 (0)