Skip to content

Commit 28def32

Browse files
committed
chore(release): 6.1.0
1 parent 7650532 commit 28def32

11 files changed

+18
-30
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [6.1.0](https://github.com/optimistex/ngx-select-ex/compare/v6.0.2...v6.1.0) (2021-05-11)
6+
7+
8+
### Features
9+
10+
* add option to disable safe html ([7edb056](https://github.com/optimistex/ngx-select-ex/commit/7edb05673b42cc7f630ebe5906641e5deb0b27b5))
11+
12+
13+
### Bug Fixes
14+
15+
* lint & invert boolean for noSanitize ([43c850e](https://github.com/optimistex/ngx-select-ex/commit/43c850ebc99e1ae45d56b53285657e1b8464b6cd))
16+
517
### [6.0.2](https://github.com/optimistex/ngx-select-ex/compare/v6.0.1...v6.0.2) (2021-01-23)
618

719

docs/3rdpartylicenses.txt

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6363

6464
core-js
6565
MIT
66-
Copyright (c) 2014-2020 Denis Pushkarev
66+
Copyright (c) 2014-2021 Denis Pushkarev
6767

6868
Permission is hereby granted, free of charge, to any person obtaining a copy
6969
of this software and associated documentation files (the "Software"), to deal
@@ -84,30 +84,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8484
THE SOFTWARE.
8585

8686

87-
css-loader
88-
MIT
89-
Copyright JS Foundation and other contributors
90-
91-
Permission is hereby granted, free of charge, to any person obtaining
92-
a copy of this software and associated documentation files (the
93-
'Software'), to deal in the Software without restriction, including
94-
without limitation the rights to use, copy, modify, merge, publish,
95-
distribute, sublicense, and/or sell copies of the Software, and to
96-
permit persons to whom the Software is furnished to do so, subject to
97-
the following conditions:
98-
99-
The above copyright notice and this permission notice shall be
100-
included in all copies or substantial portions of the Software.
101-
102-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
103-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
104-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
105-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
106-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
107-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
108-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
109-
110-
11187
escape-string-regexp
11288
MIT
11389
MIT License

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
<app-demo>Loading...</app-demo>
3737
<script src="assets/js/prettify.min.js"></script>
3838
<!-- script files will be inserted by html-webpack-plugin -->
39-
<script src="runtime.359d5ee4682f20e936e9.js" defer></script><script src="polyfills-es5.64eb36538e1280be9ce3.js" nomodule defer></script><script src="polyfills.05337bc8c8a2286011e7.js" defer></script><script src="main.4609ecc8db320e4f7344.js" defer></script></body>
39+
<script src="runtime.7b63b9fd40098a2e8207.js" defer></script><script src="polyfills-es5.f2352a03a9f8b7030ddc.js" nomodule defer></script><script src="polyfills.acb10f8514aa0ea48264.js" defer></script><script src="main.850e80e3d97e3f8db0d8.js" defer></script></body>
4040
</html>

docs/main.4609ecc8db320e4f7344.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/main.850e80e3d97e3f8db0d8.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/polyfills-es5.64eb36538e1280be9ce3.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/polyfills-es5.f2352a03a9f8b7030ddc.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)