Skip to content

Commit

Permalink
chore(): generate changelog and bump to version v1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 committed Jan 19, 2018
1 parent 706a26c commit 9a2c52e
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 18 deletions.
40 changes: 40 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
<a name="1.0.0-rc.3"></a>
# [1.0.0-rc.3 Cranberry Zombie](https://github.com/teradata/covalent/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2018-01-19)

Almost stable! This release centered around adding `list` support for our documentation renderer and making sure Covalent has the proper `Angular build format` leveraging `ng-packagr`.

This means you can now import directly from our secondary entry points, so you can minimize your build size by cherry picking what you need.

e.g.

```
import { CovalentLoadingModule } from '@covalent/core/loading';
import { CovalentSearchModule } from '@covalent/core/search';
```

In addition, following the `Angular build format` allows for SSR builds.

So start testing and let us know your issues!

### Features

* **build:** change to Covalent Angular package format build w/ ng-packagr ([#1065](https://github.com/teradata/covalent/issues/1065)) ([cb2fd30](https://github.com/teradata/covalent/commit/cb2fd30))
* **dependencies:** upgrade covalent dependencies [@angular](https://github.com/angular)@5.1 ([#1096](https://github.com/teradata/covalent/issues/1096)) ([bffb143](https://github.com/teradata/covalent/commit/bffb143))
* **docs:** change data-table API from tables to lists in README ([#1076](https://github.com/teradata/covalent/issues/1076)) ([9322d9e](https://github.com/teradata/covalent/commit/9322d9e))
* **docs:** add README for loading docs ([#1092](https://github.com/teradata/covalent/issues/1092)) ([a6d3de6](https://github.com/teradata/covalent/commit/a6d3de6))
* **docs:** change file-input API from tables to lists in README ([#1082](https://github.com/teradata/covalent/issues/1082)) ([c492976](https://github.com/teradata/covalent/commit/c492976))
* **docs:** change file-upload API from tables to lists in README ([#1085](https://github.com/teradata/covalent/issues/1085)) ([308b626](https://github.com/teradata/covalent/commit/308b626))
* **docs:** change layout API from tables to lists in README ([#1086](https://github.com/teradata/covalent/issues/1086)) ([14d0e7a](https://github.com/teradata/covalent/commit/14d0e7a))
* **docs:** change markdown API from tables to lists in README ([#1081](https://github.com/teradata/covalent/issues/1081)) ([d9a0c03](https://github.com/teradata/covalent/commit/d9a0c03))
* **docs:** change messages API from tables to lists in README ([#1091](https://github.com/teradata/covalent/issues/1091)) ([d86d5cf](https://github.com/teradata/covalent/commit/d86d5cf))
* **docs:** change notifications API from tables to lists in README ([#1090](https://github.com/teradata/covalent/issues/1090)) ([b82fed7](https://github.com/teradata/covalent/commit/b82fed7))
* **docs:** change paging API from data-table to list in README ([#1089](https://github.com/teradata/covalent/issues/1089)) ([08fb421](https://github.com/teradata/covalent/commit/08fb421))
* **docs:** properly load README into http docs ([#1088](https://github.com/teradata/covalent/issues/1088)) ([8bcfdf4](https://github.com/teradata/covalent/commit/8bcfdf4))
* **docs:** replace dynamic-forms API with list API in README ([#1084](https://github.com/teradata/covalent/issues/1084)) ([1041d1f](https://github.com/teradata/covalent/commit/1041d1f))
* **docs:** search and virtual scroll README refactor ([#1093](https://github.com/teradata/covalent/issues/1093)) ([0b4cb6d](https://github.com/teradata/covalent/commit/0b4cb6d))
* **docs:** support list in pretty markdown to showcase API's better ([#1073](https://github.com/teradata/covalent/issues/1073)) ([ac260e3](https://github.com/teradata/covalent/commit/ac260e3))
* **expansion-panel:** change API from table to lists in README ([#1078](https://github.com/teradata/covalent/issues/1078)) ([44cd9a9](https://github.com/teradata/covalent/commit/44cd9a9))
* **highlight:** change component API from tables to lists in README ([#1080](https://github.com/teradata/covalent/issues/1080)) ([5b29a0a](https://github.com/teradata/covalent/commit/5b29a0a))
* **json-formatter:** render README in docs ([#1079](https://github.com/teradata/covalent/issues/1079)) ([a75c61f](https://github.com/teradata/covalent/commit/a75c61f))


<a name="1.0.0-rc.2"></a>
# [1.0.0-rc.2 Transpiled Suspenders](https://github.com/teradata/covalent/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2018-01-05)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covalent",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"private": true,
"description": "Teradata UI Platform built on Angular Material",
"keywords": [
Expand Down
15 changes: 4 additions & 11 deletions src/app/components/toolbar/toolbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a class="push-right text-nodecoration" [routerLink]="['/templates']" [routerLinkActive]="['active']">Templates</a>
</nav>
<button class="overflow-visible" mat-icon-button [matMenuTriggerFor]="notificationsMenu">
<td-notification-count color="accent" [notifications]="updates.length + 2">
<td-notification-count color="accent" [notifications]="updates.length + 1">
<mat-icon>notifications</mat-icon>
</td-notification-count>
</button>
Expand All @@ -29,17 +29,10 @@ <h4 matLine><span class="text-wrap">{{item.description}}</span></h4>
</a>
<mat-divider></mat-divider>
</ng-template>
<a mat-list-item href="https://github.com/Teradata/covalent/blob/develop/docs/CHANGELOG.md" target="_blank">
<mat-icon matListAvatar>receipt</mat-icon>
<h4 matLine>
<span class="text-wrap">Bugfixes, improvements and features</span>
</h4>
<p matLine>Changelog updated</p>
</a>
<a mat-list-item href="https://github.com/Teradata/covalent/blob/develop/package.json#L64-L76" target="_blank">
<a mat-list-item href="https://github.com/Teradata/covalent/blob/develop/package.json#L70-L81" target="_blank">
<mat-icon matListAvatar>change_history</mat-icon>
<h4 matLine><span class="text-wrap">CDK and material@5 support</span></h4>
<p matLine>Dependencies updated</p>
<h4 matLine><span class="text-wrap">Dependencies Updated</span></h4>
<p matLine>See our package.json for more information</p>
</a>
</mat-nav-list>
<a mat-button color="accent" td-menu-footer href="https://github.com/Teradata/covalent/blob/develop/docs/CHANGELOG.md" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion src/platform/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covalent/core",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "Teradata UI Platform built on Angular Material",
"keywords": [
"angular",
Expand Down
4 changes: 2 additions & 2 deletions src/platform/dynamic-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covalent/dynamic-forms",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "Teradata UI Platform Dynamic Forms Module",
"keywords": [
"angular",
Expand Down Expand Up @@ -30,6 +30,6 @@
"Steven Ov <[email protected]>"
],
"dependencies": {
"@covalent/core": "^1.0.0-rc.2"
"@covalent/core": "^1.0.0-rc.3"
}
}
2 changes: 1 addition & 1 deletion src/platform/highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covalent/highlight",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "Teradata UI Platform Highlight Module",
"keywords": [
"angular",
Expand Down
2 changes: 1 addition & 1 deletion src/platform/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covalent/http",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "Teradata UI Platform Http Helper Module",
"keywords": [
"angular",
Expand Down
2 changes: 1 addition & 1 deletion src/platform/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covalent/markdown",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "Teradata UI Platform Markdown Module",
"keywords": [
"angular",
Expand Down

0 comments on commit 9a2c52e

Please sign in to comment.