-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @kaltura-ng/[email protected] - @kaltura-ng/[email protected] - @kaltura-ng/[email protected] - @kaltura-ng/[email protected]
- Loading branch information
Showing
8 changed files
with
76 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters