Skip to content

Commit

Permalink
Chore(release): Publish version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Apr 28, 2022
1 parent 3728df7 commit c3ca0f3
Show file tree
Hide file tree
Showing 29 changed files with 560 additions and 459 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
<a name="2.2.0"></a>
# [2.2.0](https://github.com/lmc-eu/cookie-consent-manager/compare/2.1.2...2.2.0) (2022-04-28)

### Bug Fixes

- Prevent content from being unreachable on short viewports ([3a843e7](https://github.com/lmc-eu/cookie-consent-manager/commit/3a843e7))

### Dependencies

- Force dependency update of vulnerable minimist ([9d75378](https://github.com/lmc-eu/cookie-consent-manager/commit/9d75378))
- Update all dev dependencies ([55afece](https://github.com/lmc-eu/cookie-consent-manager/commit/55afece), [79893f5](https://github.com/lmc-eu/cookie-consent-manager/commit/79893f5), [8b06890](https://github.com/lmc-eu/cookie-consent-manager/commit/8b06890), [c879760](https://github.com/lmc-eu/cookie-consent-manager/commit/c879760), [e616579](https://github.com/lmc-eu/cookie-consent-manager/commit/e616579))
- Update dependency @lmc-eu/spirit-design-tokens to ^0.9.0 ([8d45d29](https://github.com/lmc-eu/cookie-consent-manager/commit/8d45d29))

### Documentation

- Improve text flow in table ([3728df7](https://github.com/lmc-eu/cookie-consent-manager/commit/3728df7))

### Features

- Add secondaryButtonMode to choose secondary button behavior [#CCM-64](https://jira.int.lmc.cz/browse/CCM-64) ([e480b2d](https://github.com/lmc-eu/cookie-consent-manager/commit/e480b2d))

### Styles

- Conform to updated stylelint rules ([15e3fef](https://github.com/lmc-eu/cookie-consent-manager/commit/15e3fef))
- Decapitalize '{object}' as per eslint recommendation ([bf49a10](https://github.com/lmc-eu/cookie-consent-manager/commit/bf49a10))
- Remap tokens ([f350cf6](https://github.com/lmc-eu/cookie-consent-manager/commit/f350cf6))


<a name="2.1.2"></a>
## [2.1.2](https://github.com/lmc-eu/cookie-consent-manager/compare/2.1.1...2.1.2) (2022-03-23)

Expand Down
169 changes: 78 additions & 91 deletions dist/LmcCookieConsentManager.cjs

Large diffs are not rendered by default.

37 changes: 27 additions & 10 deletions dist/LmcCookieConsentManager.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/LmcCookieConsentManager.css.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/LmcCookieConsentManager.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ import { VanillaCookieConsent } from './types/vanilla-cookieconsent';
* @param {OnChangeCallback} [args.onChange] - Callback to be executed right after user change his/her preferences
* @param {Array} [args.companyNames] - Array of strings with company names. Adjust only when the consent needs
* to be given to multiple companies.
* @param {DisplayMode} [args.displayMode] - `force` to show consent in a centered modal box and to block page until
* user action. `soft` to show consent in a banner on the bottom of the page.
* @param {DisplayMode} [args.displayMode] - Which button should be displayed next to "Accept all" button. Either
* `acceptNecessary` (default) or `showSettings`.
* @param {SecondaryButtonMode} [args.secondaryButtonMode] - `force` (default) to show consent in a centered modal box
* and to block page until user action. `soft` to show consent in a banner on the bottom of the page.
* @param {Record<string, TranslationOverride>} [args.translationOverrides] - Translation overrides for specified languages
* @param {VanillaCookieConsent.Options} [args.config] - Override default config.
* See https://github.com/orestbida/cookieconsent/blob/master/Readme.md#all-available-options
Expand Down
Loading

0 comments on commit c3ca0f3

Please sign in to comment.