Skip to content

Commit 45317e1

Browse files
committed
Chore(release): Publish version 0.6.0
1 parent 82f5943 commit 45317e1

11 files changed

+2315
-905
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,55 @@
11

2+
<a name="0.6.0"></a>
3+
# [0.6.0](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/compare/diff?targetBranch=refs%2Ftags%2F0.5.0&sourceBranch=refs%2Ftags%2F0.6.0) (2021-11-19)
4+
5+
6+
### BREAKING CHANGES
7+
8+
9+
* Require service name to be passed as the first parameter #CCM-35 ([680165](https://github.com/lmc-eu/cookie-consent-manager/commit/680165670deafb93e913cc2a86ed615ba72130c8))
10+
11+
### Chores
12+
13+
14+
* Add jest testing framework and unit testing workflow ([39468d1](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/39468d1))
15+
* Check for broken links in markdown ([58a5a79](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/58a5a79))
16+
* Fix building when using crypto in nanoid ([82f5943](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/82f5943))
17+
### Dependencies
18+
19+
20+
* Bump @commitlint/cli from 14.1.0 to 15.0.0 ([85474f8](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/85474f8))
21+
* Bump @lmc-eu/commitlint-config from 1.0.3 to 1.0.4 ([10cf00e](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/10cf00e))
22+
* Bump @lmc-eu/conventional-changelog-lmc-bitbucket ([d894fb2](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/d894fb2))
23+
* Bump @lmc-eu/prettier-config from 1.1.0 to 1.1.1 ([a3cd839](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/a3cd839))
24+
* Bump @lmc-eu/stylelint-config from 1.0.4 to 2.0.0 ([a7fa50d](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/a7fa50d))
25+
* Bump esbuild from 0.13.13 to 0.13.14 ([a82527b](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/a82527b))
26+
* Bump vanilla-cookieconsent from 2.6.1 to 2.6.2 ([1729ddd](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/1729ddd))
27+
### Documentation
28+
29+
30+
* Add example of specifying custom company names [#CCM-25](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-25) ([131eb34](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/131eb34))
31+
* Do not use patch part in URL to allow using bugfix versions automatically [#CCM-29](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-29) ([b484c4e](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/b484c4e))
32+
* Fix broken links in readme ([cadeb72](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/cadeb72))
33+
* Fix wrong `autodetectLang` type in readme ([278a3b1](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/278a3b1))
34+
* Introduce `companyNames` option in readme [#CCM-25](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-25) ([06637bc](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/06637bc))
35+
* Update list of supported languages ([84e99fd](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/84e99fd))
36+
### Features
37+
38+
39+
* Add translations for de, hu, ru and uk languages [#CCM-18](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-18) ([6e31d97](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/6e31d97))
40+
* Generate and store consent UUID on accept [#CCM-35](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-35) ([519182d](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/519182d))
41+
* Introduce `companyNames` option as i18n parameter [#CCM-25](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-25) ([e271230](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/e271230))
42+
* Unify company name amongst all translations [#CCM-18](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-18) ([928118d](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/928118d))
43+
* Update polish translation [#CCM-31](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-31) ([3b6609b](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/3b6609b))
44+
### Styles
45+
46+
47+
* Fix pseudo-element notation according to stylelint-config ([f4a607f](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/f4a607f))
48+
### Tests
49+
50+
51+
* Unit tests for i18n [#CCM-25](https://github.com/lmc-eu/cookie-consent-manager/issues/CCM-25) ([d5bf67b](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/d5bf67b))
52+
253
<a name="0.5.0"></a>
354
# [0.5.0](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/compare/diff?targetBranch=refs%2Ftags%2F0.4.1&sourceBranch=refs%2Ftags%2F0.5.0) (2021-11-11)
455

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Load default CSS in your `<head>`:
1313

1414
```html
1515
<link rel="preconnect" href="https://cdn.jsdelivr.net">
16-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.5/LmcCookieConsentManager.min.css">
16+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.6/LmcCookieConsentManager.min.css">
1717
```
1818

1919
Load the script and initialize the plugin right before ending `</body>` tag:
2020

2121
```html
22-
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.5/init.js"></script>
22+
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.6/init.js"></script>
2323
<script>
2424
window.addEventListener('load', function () {
2525
initLmcCookieConsentManager('demo.example'); // use the name of your service, like jobs.cz, seduo.pl etc.
@@ -53,9 +53,9 @@ as shown above or to explicitly specify the desired font yourself (head to [Them
5353
You can load the plugin from a CDN, as in the basic example above.
5454

5555
```html
56-
<!-- Note we use version "cookie-consent-manager@0.5", which points the latest version of this series (including bugfix releases) -->
57-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.5/LmcCookieConsentManager.min.css">
58-
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.5/init.js"></script>
56+
<!-- Note we use version "cookie-consent-manager@0.6", which points the latest version of this series (including bugfix releases) -->
57+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.6/LmcCookieConsentManager.min.css">
58+
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.6/init.js"></script>
5959
```
6060

6161
Alternatively, you can also download the latest version from the [Releases page](https://github.com/lmc-eu/cookie-consent-manager/releases).

0 commit comments

Comments
 (0)