Skip to content

Commit

Permalink
chore(release): [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljeter committed Apr 4, 2019
1 parent 8752779 commit c17ad5f
Show file tree
Hide file tree
Showing 24 changed files with 201 additions and 81 deletions.
24 changes: 24 additions & 0 deletions angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.3.0 (2019-04-04)


### Bug Fixes

* update className pattern to allow ngClass to work ([827183e](https://github.com/collab-ui/collab-ui/commit/827183e))
* **angular:** fix dependency and lint errors ([ed852cf](https://github.com/collab-ui/collab-ui/commit/ed852cf))
* **tabs:** use focused state instead of selected state ([5b9efdc](https://github.com/collab-ui/collab-ui/commit/5b9efdc))


### Features

* **AlertBanner/Avatar/CompositeAvatar:** add AlertBanner, Avatar, CompositeAvatar components ([f0dd9df](https://github.com/collab-ui/collab-ui/commit/f0dd9df))
* **AlertMeeting:** add Angular Meeting Alert component ([80080aa](https://github.com/collab-ui/collab-ui/commit/80080aa))
* **Avatar:** add support for custom class and ngClass ([da2e6e7](https://github.com/collab-ui/collab-ui/commit/da2e6e7))
* **select:** creation of Select Component ([4e3d382](https://github.com/collab-ui/collab-ui/commit/4e3d382))
* **Slider:** add Slider Angular component ([f10ed10](https://github.com/collab-ui/collab-ui/commit/f10ed10))
* **ToggleSwitch:** add ToggleSwitch Angular 7 Component ([c058e53](https://github.com/collab-ui/collab-ui/commit/c058e53))
* **Topbar/ListSeparator:** add Topbar, ListSeparator components ([975489e](https://github.com/collab-ui/collab-ui/commit/975489e))





# 0.2.0 (2019-03-28)


Expand Down
8 changes: 4 additions & 4 deletions angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "collab-ui-angular-cli",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"build": "run-s test build:lib build:schematics",
"build:docs": "ng build --project=docs",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@angular/platform-browser": "^7.0.0",
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/router": "^7.0.0",
"@collab-ui/core": "^11.7.8",
"@collab-ui/utils": "^5.0.0",
"@collab-ui/core": "^12.0.0",
"@collab-ui/utils": "^5.0.1",
"@percy/cypress": "^0.2.3",
"@types/jest": "^24.0.9",
"@types/lodash-es": "^4.17.3",
Expand Down Expand Up @@ -97,4 +97,4 @@
"node_modules/(?!lodash-es)"
]
}
}
}
57 changes: 2 additions & 55 deletions angular/src/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,62 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 5.2.0 (2019-03-28)


### Bug Fixes

* update className pattern to allow ngClass to work ([827183e](https://github.com/collab-ui/collab-ui/commit/827183e))
* **tabs:** use focused state instead of selected state ([5b9efdc](https://github.com/collab-ui/collab-ui/commit/5b9efdc))
# 5.0.0 (2019-04-04)


### Features

* **AlertBanner/Avatar/CompositeAvatar:** add AlertBanner, Avatar, CompositeAvatar components ([f0dd9df](https://github.com/collab-ui/collab-ui/commit/f0dd9df))
* **Avatar:** add support for custom class and ngClass ([da2e6e7](https://github.com/collab-ui/collab-ui/commit/da2e6e7))
* **Slider:** add Slider Angular component ([f10ed10](https://github.com/collab-ui/collab-ui/commit/f10ed10))
* **ToggleSwitch:** add ToggleSwitch Angular 7 Component ([c058e53](https://github.com/collab-ui/collab-ui/commit/c058e53))
* **Topbar/ListSeparator:** add Topbar, ListSeparator components ([975489e](https://github.com/collab-ui/collab-ui/commit/975489e))





# 5.1.0 (2019-03-20)


### Bug Fixes

* update className pattern to allow ngClass to work ([827183e](https://github.com/collab-ui/collab-ui/commit/827183e))
* **tabs:** use focused state instead of selected state ([5b9efdc](https://github.com/collab-ui/collab-ui/commit/5b9efdc))


### Features

* **AlertBanner/Avatar/CompositeAvatar:** add AlertBanner, Avatar, CompositeAvatar components ([f0dd9df](https://github.com/collab-ui/collab-ui/commit/f0dd9df))
* **Avatar:** add support for custom class and ngClass ([da2e6e7](https://github.com/collab-ui/collab-ui/commit/da2e6e7))
* **ToggleSwitch:** add ToggleSwitch Angular 7 Component ([c058e53](https://github.com/collab-ui/collab-ui/commit/c058e53))





## 5.0.3 (2019-03-15)

**Note:** Version bump only for package @collab-ui/angular





## 5.0.2 (2019-03-06)

**Note:** Version bump only for package @collab-ui/angular





## 5.0.1 (2019-03-05)

**Note:** Version bump only for package @collab-ui/angular
initial release of Angular 7 component library
8 changes: 8 additions & 0 deletions angular/src/lib/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
MIT License
Copyright (c) 2014-2019 Cisco Systems, Inc. and/or its affiliated entities

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
61 changes: 61 additions & 0 deletions angular/src/lib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Collab UI Angular

[![CircleCI](https://img.shields.io/circleci/project/github/collab-ui/collab-ui/master.svg)](https://circleci.com/gh/collab-ui/collab-ui/)
![npm (scoped)](https://img.shields.io/npm/v/@collab-ui/angular.svg)
[![license](https://img.shields.io/github/license/collab-ui/collab-ui.svg?color=blueviolet)](https://github.com/collab-ui/collab-ui/blob/master/angular/LICENSE)

> @collab-ui/angular
Collab UI Angular is a UI framework for implementing Cisco Collaboration Design into web apps and sites.

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)

## Install

Install and manage the Collab UI Angular using NPM. You may use `yarn` or `npm`. By default, yarn/npm installs packages to node_modules/.

`npm install @collab-ui/angular --save`

or

`yarn add @collab-ui/angular`

## Usage

### NgModule
Import the components that you would like to use in the NgModule and declare them in the "imports" using the `forRoot()` function.

``` ts
import BadgeModule from '@collab-ui/angular/lib/badge';
// or
import { BadgeModule } from '@collab-ui/angular';

@NgModule({
imports: [
BadgeModule.forRoot()
]
})
```

Then import the components into the components where you will use them.

``` ts
import BadgeComponent from '@collab-ui/angular/lib/badge';
//or
import { BadgeComponent } from '@collab-ui/angular';
```

## Contribute

See [the contributing file](CONTRIBUTING.md)!

PRs accepted.

## License

[© 2014-2019 Cisco and/or its affiliates. All Rights Reserved.](../LICENSE)
4 changes: 2 additions & 2 deletions angular/src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@collab-ui/angular",
"version": "5.2.0",
"version": "5.0.0",
"description": "The Cisco Collab UI Icons library allows developers to easily incorporate Webex Icons and CSS into any application.",
"homepage": "http://momentum.design/components",
"keywords": [
Expand All @@ -14,7 +14,7 @@
],
"schematics": "./schematics/collection.json",
"dependencies": {
"@collab-ui/core": "^11.7.8"
"@collab-ui/core": "^12.0.0"
},
"author": "Cisco Systems, Inc.",
"contributors": [
Expand Down
8 changes: 8 additions & 0 deletions angularjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 10.0.3 (2019-04-04)

**Note:** Version bump only for package @collab-ui/angularjs





## 10.0.2 (2019-03-28)

**Note:** Version bump only for package @collab-ui/angularjs
Expand Down
4 changes: 2 additions & 2 deletions angularjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@collab-ui/angularjs",
"description": "Cisco Collab UI AngularJS 1.X components",
"version": "10.0.2",
"version": "10.0.3",
"main": "bundles/collab-ui-angularjs.umd.min.js",
"typings": "types/collab-ui-angularjs.d.ts",
"author": "Cisco Systems, Inc.",
Expand Down Expand Up @@ -57,7 +57,7 @@
"coverageDirectory": "test/coverage"
},
"dependencies": {
"@collab-ui/core": "^11.7.8"
"@collab-ui/core": "^12.0.0"
},
"peerDependencies": {
"angular": ">= 1.6.0",
Expand Down
24 changes: 24 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.0.0](https://github.com/collab-ui/collab-ui/compare/@collab-ui/core@11.7.8...@collab-ui/core@12.0.0) (2019-04-04)


### Bug Fixes

* **core:** convert sidenav to new sidebar in kitchen sink ([96419ed](https://github.com/collab-ui/collab-ui/commit/96419ed))
* **searchFilter:** move margin from a to li ([457cbbe](https://github.com/collab-ui/collab-ui/commit/457cbbe))
* **Sidebar:** add props for page level nav ([6b8a229](https://github.com/collab-ui/collab-ui/commit/6b8a229))
* **top-bar:** add height/overflow for mobile nav ([f596478](https://github.com/collab-ui/collab-ui/commit/f596478))


### Features

* **Sidebar:** add Sidebar component and styles ([7cee1cf](https://github.com/collab-ui/collab-ui/commit/7cee1cf))


### BREAKING CHANGES

* **Sidebar:** Remove SideNav and replace with new Sidebar components





## [11.7.8](https://github.com/collab-ui/collab-ui/compare/@collab-ui/core@11.7.7...@collab-ui/core@11.7.8) (2019-03-28)

**Note:** Version bump only for package @collab-ui/core
Expand Down
8 changes: 4 additions & 4 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@collab-ui/core",
"description": "Cisco Collab UI CSS Framework",
"version": "11.7.8",
"version": "12.0.0",
"author": "Cisco Systems, Inc.",
"contributors": [
"Paul Jeter <pauljeter@gmail.com>"
Expand Down Expand Up @@ -55,7 +55,7 @@
"test:percy": "run-p --race start:app test:CI:percy"
},
"dependencies": {
"@collab-ui/icons": "^4.17.0"
"@collab-ui/icons": "^4.17.1"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand All @@ -68,8 +68,8 @@
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@collab-ui/react": "^13.0.1",
"@collab-ui/utils": "^5.0.0",
"@collab-ui/react": "^14.0.0",
"@collab-ui/utils": "^5.0.1",
"@gfx/zopfli": "^1.0.8",
"@percy/cypress": "^0.2.3",
"autoprefixer": "^7.2.4",
Expand Down
8 changes: 8 additions & 0 deletions icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.17.1](https://github.com/collab-ui/collab-ui/compare/@collab-ui/icons@4.17.0...@collab-ui/icons@4.17.1) (2019-04-04)

**Note:** Version bump only for package @collab-ui/icons





# [4.17.0](https://github.com/collab-ui/collab-ui/compare/@collab-ui/icons@4.16.0...@collab-ui/icons@4.17.0) (2019-03-28)


Expand Down
2 changes: 1 addition & 1 deletion icons/css/collab-ui-icons.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: "collab-ui-icons";
src: url("https://unpkg.com/@collab-ui/icons/fonts/collab-ui-icons.woff2?830c25b0564e3eb49672647cad227430") format("woff2"), url("https://unpkg.com/@collab-ui/icons/fonts/collab-ui-icons.woff?807f159967fbc4bd1b62b3ece1d44c04") format("woff");
src: url("https://unpkg.com/@collab-ui/icons/fonts/collab-ui-icons.woff2?10e1a604e64ce800f310e83d9d5c3356") format("woff2"), url("https://unpkg.com/@collab-ui/icons/fonts/collab-ui-icons.woff?783bafe33e0d51814670768f40c95e95") format("woff");
font-weight: normal;
font-style: normal;
}
Expand Down
2 changes: 1 addition & 1 deletion icons/css/collab-ui-icons.min.css

Large diffs are not rendered by default.

Binary file modified icons/fonts/collab-ui-icons.ttf
Binary file not shown.
Binary file modified icons/fonts/collab-ui-icons.woff
Binary file not shown.
Binary file modified icons/fonts/collab-ui-icons.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@collab-ui/icons",
"version": "4.17.0",
"version": "4.17.1",
"description": "The Cisco Collab UI Icons library allows developers to easily incorporate Webex Icons and CSS into any application.",
"homepage": "http://momentum.design/styles/icons",
"keywords": [
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"license": "MIT",
"devDependencies": {
"@collab-ui/utils": "^5.0.0",
"@collab-ui/utils": "^5.0.1",
"@collab-ui/webfonts-generator": "^1.0.0",
"autoprefixer": "^7.2.4",
"dotenv": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions icons/scss/path.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

@font-face {
font-family: $icon-font-name;
src: url("#{$icon-font-path}/collab-ui-icons.woff2?830c25b0564e3eb49672647cad227430") format("woff2"),
url("#{$icon-font-path}/collab-ui-icons.woff?807f159967fbc4bd1b62b3ece1d44c04") format("woff");
src: url("#{$icon-font-path}/collab-ui-icons.woff2?10e1a604e64ce800f310e83d9d5c3356") format("woff2"),
url("#{$icon-font-path}/collab-ui-icons.woff?783bafe33e0d51814670768f40c95e95") format("woff");
font-weight: normal;
font-style: normal;
}
Expand Down
21 changes: 21 additions & 0 deletions react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0](https://github.com/collab-ui/collab-ui/compare/@collab-ui/react@13.0.1...@collab-ui/react@14.0.0) (2019-04-04)


### Bug Fixes

* **Sidebar:** add props for page level nav ([6b8a229](https://github.com/collab-ui/collab-ui/commit/6b8a229))


### Features

* **Sidebar:** add Sidebar component and styles ([7cee1cf](https://github.com/collab-ui/collab-ui/commit/7cee1cf))


### BREAKING CHANGES

* **Sidebar:** Remove SideNav and replace with new Sidebar components





## [13.0.1](https://github.com/collab-ui/collab-ui/compare/@collab-ui/react@13.0.0...@collab-ui/react@13.0.1) (2019-03-28)


Expand Down
Loading

0 comments on commit c17ad5f

Please sign in to comment.