Skip to content

Commit fd7ba77

Browse files
author
emoralesb05
committed
feat(): generate changelog and bump to version v3.0.0-beta.2
1 parent 527251a commit fd7ba77

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

docs/CHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
<a name="3.0.0-beta.2"></a>
2+
# [3.0.0-beta.2](https://github.com/teradata/covalent/compare/v3.0.0-beta.1-2...v3.0.0-beta.2) (2019-12-19)
3+
4+
With this beta release, we decided to redesign our docs and create a better look and feel!
5+
This is just the beginning and we will add stackblitz support for each demo and a lot more demos.
6+
7+
Let us know what would improve your experience with our docs!
8+
9+
Highlights:
10+
11+
Map type echart support!
12+
WordCloud type echart support!
13+
Markdown Navigator improvements!
14+
Initial version of nav links component!
15+
Ivy support with backwards compatibility!
16+
Coding Standards package (`@covalent/coding-standards`)
17+
Lots of bug fixes
18+
19+
### Bug Fixes
20+
21+
* **build:** revert service providers to support ng 7-8 ([#1588](https://github.com/teradata/covalent/issues/1588)) ([1db1cdf](https://github.com/teradata/covalent/commit/1db1cdf))
22+
* **code-editor:** remove added styles on destroy ([#1518](https://github.com/teradata/covalent/issues/1518)) ([ce45ce9](https://github.com/teradata/covalent/commit/ce45ce9))
23+
* **echarts:** build was failing for package ([#1569](https://github.com/teradata/covalent/issues/1569)) ([e61e832](https://github.com/teradata/covalent/commit/e61e832))
24+
* **echarts:** make sure we grab tooltip templates ([#1562](https://github.com/teradata/covalent/issues/1562)) ([29e4df2](https://github.com/teradata/covalent/commit/29e4df2))
25+
* **http:** *DEPRECATE* http class decorators ([#1589](https://github.com/teradata/covalent/issues/1589)) ([55613da](https://github.com/teradata/covalent/commit/55613da))
26+
* **markdown:** fix gh svg links ([#1565](https://github.com/teradata/covalent/issues/1565)) ([2518ebb](https://github.com/teradata/covalent/commit/2518ebb))
27+
* **nav-drawer:** overflow ellipsis ([#1572](https://github.com/teradata/covalent/issues/1572)) ([9a12955](https://github.com/teradata/covalent/commit/9a12955))
28+
* **stylelint:** include stylelint config in build & convert to js ([#1534](https://github.com/teradata/covalent/issues/1534)) ([1dfd731](https://github.com/teradata/covalent/commit/1dfd731))
29+
30+
31+
### Features
32+
33+
* **coding-standards:** create a [@covalent](https://github.com/covalent)/coding-standards package ([#1551](https://github.com/teradata/covalent/issues/1551)) ([0e22559](https://github.com/teradata/covalent/commit/0e22559))
34+
* **coding-standards:** add doc and make tslint js instead of json ([#1554](https://github.com/teradata/covalent/issues/1554)) ([f691634](https://github.com/teradata/covalent/commit/f691634))
35+
* **docs:** redesign ([#1579](https://github.com/teradata/covalent/issues/1579)) ([0da3a02](https://github.com/teradata/covalent/commit/0da3a02)), closes [#1538](https://github.com/teradata/covalent/issues/1538) [#1558](https://github.com/teradata/covalent/issues/1558) [#1557](https://github.com/teradata/covalent/issues/1557) [#1560](https://github.com/teradata/covalent/issues/1560) [#1562](https://github.com/teradata/covalent/issues/1562) [#1565](https://github.com/teradata/covalent/issues/1565) [#1566](https://github.com/teradata/covalent/issues/1566) [#1567](https://github.com/teradata/covalent/issues/1567) [#1555](https://github.com/teradata/covalent/issues/1555) [#1564](https://github.com/teradata/covalent/issues/1564) [#1569](https://github.com/teradata/covalent/issues/1569) [#1572](https://github.com/teradata/covalent/issues/1572) [#1563](https://github.com/teradata/covalent/issues/1563)
36+
* **easmde:** convert from simplemde ([#1560](https://github.com/teradata/covalent/issues/1560)) ([8aa94c4](https://github.com/teradata/covalent/commit/8aa94c4))
37+
* **echarts:** add wordcloud type with ecomfe/echarts-wordcloud ([#1564](https://github.com/teradata/covalent/issues/1564)) ([abeeb0c](https://github.com/teradata/covalent/commit/abeeb0c))
38+
* **echarts:** add map type visualization and demo ([#1555](https://github.com/teradata/covalent/issues/1555)) ([783230f](https://github.com/teradata/covalent/commit/783230f))
39+
* **ivy:** ivy support ([#1520](https://github.com/teradata/covalent/issues/1520)) ([e5beffc](https://github.com/teradata/covalent/commit/e5beffc))
40+
* **ivy:** upgrade to angular 9 ([#1538](https://github.com/teradata/covalent/issues/1538)) ([e2ac8eb](https://github.com/teradata/covalent/commit/e2ac8eb))
41+
* **markdown-navigator:** add ability to start at a point in tree ([#1567](https://github.com/teradata/covalent/issues/1567)) ([7243523](https://github.com/teradata/covalent/commit/7243523))
42+
* **markdown-navigator:** add resizability feature ([#1563](https://github.com/teradata/covalent/issues/1563)) ([3385ef5](https://github.com/teradata/covalent/commit/3385ef5))
43+
* **markdown-navigator:** add MarkdownNavigatorWindowDirective ([#1558](https://github.com/teradata/covalent/issues/1558)) ([79ae4c5](https://github.com/teradata/covalent/commit/79ae4c5))
44+
* **markdown-navigator:** add nightly for package ([#1566](https://github.com/teradata/covalent/issues/1566)) ([8f2674c](https://github.com/teradata/covalent/commit/8f2674c))
45+
* **markdown-navigator:** only open one window at a time ([#1557](https://github.com/teradata/covalent/issues/1557)) ([b1eaf0f](https://github.com/teradata/covalent/commit/b1eaf0f))
46+
* **nav-links:** add nav-links module ([#1513](https://github.com/teradata/covalent/issues/1513)) ([412b12e](https://github.com/teradata/covalent/commit/412b12e))
47+
* **nav-links:** improve API contract + tweaks ([#1537](https://github.com/teradata/covalent/issues/1537)) ([0380540](https://github.com/teradata/covalent/commit/0380540))
48+
* **tslint:** update tslint rules ([#1539](https://github.com/teradata/covalent/issues/1539)) ([31e8cd2](https://github.com/teradata/covalent/commit/31e8cd2)), closes [#1542](https://github.com/teradata/covalent/issues/1542)
49+
50+
151
# [3.0.0-beta.1-2](https://github.com/teradata/covalent/compare/v3.0.0-beta.1-1...v3.0.0-beta.1-2) (2019-10-11)
252

353

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "covalent",
3-
"version": "3.0.0-beta.1-2",
3+
"version": "3.0.0-beta.2",
44
"private": true,
55
"description": "Teradata UI Platform built on Angular Material",
66
"keywords": [

scripts/finish-release

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
echo "Create commit for bump and changelog"
77
git add -A .
88

9-
git commit -a -m "chore(): generate changelog and bump to version v$version"
9+
git commit -a -m "feat(): generate changelog and bump to version v$version"
1010

1111
echo "Create tag"
1212
git tag -a v$version

0 commit comments

Comments
 (0)