Skip to content

Commit

Permalink
Chore(release): Publish version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Nov 11, 2021
1 parent 7d8174d commit 43369c7
Show file tree
Hide file tree
Showing 7 changed files with 1,905 additions and 11 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@

<a name="0.5.0"></a>
# [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)


### Chores


* Skip breaking changes until package is stable ([7d8174d](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/7d8174d))
### Documentation


* Legacy import using CommonJS and problem with webpack ([e1fa6a7](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/e1fa6a7))
* Minor readme improvements ([3743330](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/3743330))
* Unify codestyle in examples ([c6ebfa0](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/c6ebfa0))
### Features


* Introduce build for CommonJS and use more common extensions ([8c2c553](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/8c2c553))
* Introduce ES module entry point ([fad5730](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/commits/fad5730))

<a name="0.4.1"></a>
## [0.4.1](https://github.com/projects/lmc-eu/repos/cookie-consent-manager/compare/diff?targetBranch=refs%2Ftags%2F0.4.0&sourceBranch=refs%2Ftags%2F0.4.1) (2021-11-09)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Load default CSS in your `<head>`:

```html
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.4.1/LmcCookieConsentManager.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.5.0/LmcCookieConsentManager.min.css">
```

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

```html
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.4.1/init.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.5.0/init.js"></script>
<script>
window.addEventListener('load', function () {
initLmcCookieConsentManager();
Expand Down Expand Up @@ -53,8 +53,8 @@ as shown above or to explicitly specify the desired font yourself (head to [Them
You can load the plugin from a CDN, as in the basic example above.

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.4.1/LmcCookieConsentManager.min.css">
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.4.1/init.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.5.0/LmcCookieConsentManager.min.css">
<script defer src="https://cdn.jsdelivr.net/npm/@lmc-eu/cookie-consent-manager@0.5.0/init.js"></script>
```

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

0 comments on commit 43369c7

Please sign in to comment.