Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @kaltura-ng/[email protected]
 - @kaltura-ng/[email protected]
 - @kaltura-ng/[email protected]
 - @kaltura-ng/[email protected]
  • Loading branch information
eransakal committed Nov 16, 2017
1 parent e5e88ef commit b9ba115
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 9 deletions.
13 changes: 13 additions & 0 deletions kaltura-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.

<a name="2.2.0"></a>
# [2.2.0](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2017-11-16)


### Features

* add tag rxjs operator ([fa9a9fb](https://github.com/kaltura/kaltura-ng/commit/fa9a9fb))
* check if a file can be uploaded using chunk support ([#34](https://github.com/kaltura/kaltura-ng/issues/34)) ([621bcff](https://github.com/kaltura/kaltura-ng/commit/621bcff))
* extended upload management to support resume file upload ([8bc8eed](https://github.com/kaltura/kaltura-ng/commit/8bc8eed))




<a name="2.1.1"></a>
## [2.1.1](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2017-10-31)

Expand Down
2 changes: 1 addition & 1 deletion kaltura-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaltura-ng/kaltura-common",
"version": "2.1.1",
"version": "2.2.0",
"private": true,
"description": "Angular - commonly needed services within Kaltura projects",
"keywords": [
Expand Down
18 changes: 18 additions & 0 deletions kaltura-primeng-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
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.

<a name="0.6.0"></a>
# [0.6.0](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2017-11-16)


### Bug Fixes

* KMCNG-705 detach input length check from search minLength definitions in auto-complete component ([abb89f7](https://github.com/kaltura/kaltura-ng/commit/abb89f7))
* KMCNG-846 - close menu on page scroll, remove scrollTarget property ([c8e66b4](https://github.com/kaltura/kaltura-ng/commit/c8e66b4))
* prevent runtime error and application crash when a data table do not have a scrollable header div (non scrollable tables) ([c4d0e2f](https://github.com/kaltura/kaltura-ng/commit/c4d0e2f))


### Features

* add auto focus api to auto complete component ([1551abd](https://github.com/kaltura/kaltura-ng/commit/1551abd))




<a name="0.5.2"></a>
## [0.5.2](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2017-10-31)

Expand Down
6 changes: 3 additions & 3 deletions kaltura-primeng-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaltura-ng/kaltura-primeng-ui",
"version": "0.5.2",
"version": "0.6.0",
"private": true,
"description": "Angular - Kaltura UI directives, pipes and services that utilizes PrimeNG suite",
"keywords": [
Expand Down Expand Up @@ -46,8 +46,8 @@
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@kaltura-ng/kaltura-common": "^2.1.1",
"@kaltura-ng/kaltura-ui": "^3.0.1",
"@kaltura-ng/kaltura-common": "^2.2.0",
"@kaltura-ng/kaltura-ui": "^3.1.0",
"jquery": "~3.1.0",
"primeng": "^4.1.3",
"ramda": "~0.22.1",
Expand Down
11 changes: 11 additions & 0 deletions kaltura-server-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.

<a name="2.2.0"></a>
# [2.2.0](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2017-11-16)


### Features

* check if a file can be uploaded using chunk support ([#34](https://github.com/kaltura/kaltura-ng/issues/34)) ([621bcff](https://github.com/kaltura/kaltura-ng/commit/621bcff))




<a name="2.1.1"></a>
## [2.1.1](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2017-10-31)

Expand Down
6 changes: 3 additions & 3 deletions kaltura-server-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaltura-ng/kaltura-server-utils",
"version": "2.1.1",
"version": "2.2.0",
"private": true,
"description": "Angular - commonly needed services within Kaltura OVP projects",
"keywords": [
Expand Down Expand Up @@ -50,8 +50,8 @@
"@angular/http": "^4.0.0",
"@angular/router": "^4.0.0",
"@kaltura-ng/kaltura-client": "^0.2.0",
"@kaltura-ng/kaltura-common": "^2.1.1",
"@kaltura-ng/kaltura-ui": "^3.0.1",
"@kaltura-ng/kaltura-common": "^2.2.0",
"@kaltura-ng/kaltura-ui": "^3.1.0",
"kaltura-typescript-client": "^5.1.2",
"ng2-translate": "~5.0.0",
"ramda": "~0.22.1",
Expand Down
25 changes: 25 additions & 0 deletions kaltura-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
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.

<a name="3.1.0"></a>
# [3.1.0](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2017-11-16)


### Bug Fixes

* add tooltip to icon ([fef5780](https://github.com/kaltura/kaltura-ng/commit/fef5780))
* fix icon style ([00a999d](https://github.com/kaltura/kaltura-ng/commit/00a999d))
* KMCNG-852 - reset details bar on screen resize ([4b1e2ec](https://github.com/kaltura/kaltura-ng/commit/4b1e2ec))
* remove kModal class when closing the popup without timeout ([432c8fb](https://github.com/kaltura/kaltura-ng/commit/432c8fb))


### Features

* add `closeOnScroll` option to popup widget ([982ee4c](https://github.com/kaltura/kaltura-ng/commit/982ee4c))
* add edit mode modal to popup widget ([06cd48b](https://github.com/kaltura/kaltura-ng/commit/06cd48b))
* add ip and url validators ([1cef9a7](https://github.com/kaltura/kaltura-ng/commit/1cef9a7))
* add scroll to top container component ([#30](https://github.com/kaltura/kaltura-ng/issues/30)) ([f2fbb85](https://github.com/kaltura/kaltura-ng/commit/f2fbb85))
* add tag rxjs operator ([fa9a9fb](https://github.com/kaltura/kaltura-ng/commit/fa9a9fb))
* expose a url validation ([#31](https://github.com/kaltura/kaltura-ng/issues/31)) ([67c5f6d](https://github.com/kaltura/kaltura-ng/commit/67c5f6d))
* support widgets form lifecycle when working on new data ([88a5d4f](https://github.com/kaltura/kaltura-ng/commit/88a5d4f))




<a name="3.0.1"></a>
## [3.0.1](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2017-10-31)

Expand Down
4 changes: 2 additions & 2 deletions kaltura-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaltura-ng/kaltura-ui",
"version": "3.0.1",
"version": "3.1.0",
"private": true,
"description": "Angular - Kaltura UI directives, pipes and services",
"keywords": [
Expand Down Expand Up @@ -46,7 +46,7 @@
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@kaltura-ng/kaltura-common": "^2.1.1",
"@kaltura-ng/kaltura-common": "^2.2.0",
"jquery": "~3.1.0",
"moment": "^2.14.1",
"ramda": "~0.22.1",
Expand Down

0 comments on commit b9ba115

Please sign in to comment.