@eeacms/volto-banner
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,8 +7,16 @@ ### Changelog | ||
#### [1.0.0](https://github.com/eea/volto-banner/compare/0.1.7...1.0.0) | ||
#### [1.0.1](https://github.com/eea/volto-banner/compare/1.0.0...1.0.1) | ||
- yarn stylelint:fix [`8799866`](https://github.com/eea/volto-banner/commit/879986634cd2776a3dff40273ef18cc1c5cb6ef7) | ||
- Refs #141204 added has-banner class to the body when volto-banner is rendered: [`c91db3c`](https://github.com/eea/volto-banner/commit/c91db3cf8ee1630c14262b6d0a8bf41442932466) | ||
- Removed container padding override, you can add your own override of the semantic ui classes: [`994a82e`](https://github.com/eea/volto-banner/commit/994a82eabd9f966c96889beb4d9473cfca5a467a) | ||
- Padding variable [`336046e`](https://github.com/eea/volto-banner/commit/336046e49d6edcf98cf24911bf71084b32f5be67) | ||
- Removed style applyed on .ui.container [`15e8401`](https://github.com/eea/volto-banner/commit/15e8401020e30bb5cce058fb5fa1f6248b89c8f0) | ||
### [1.0.0](https://github.com/eea/volto-banner/compare/0.1.7...1.0.0) | ||
> 29 September 2021 | ||
- Rename to volto-banner from volto-staging-banner [`#10`](https://github.com/eea/volto-banner/pull/10) | ||
- Fix padding when resolution is between 760 and 1400px [`850706a`](https://github.com/eea/volto-banner/commit/850706a208f15ebaf61483ecba49cc96b84fbaf1) | ||
- Allow HTML with bannerMessahe [`6ab587d`](https://github.com/eea/volto-banner/commit/6ab587d66f0aebc0500d33a734b370631e98984f) | ||
- Rename to volto-banner from volto-staging-banner [`17951ab`](https://github.com/eea/volto-banner/commit/17951ab06862a8cd2445d0fae7e53a877490365c) | ||
@@ -15,0 +23,0 @@ #### [0.1.7](https://github.com/eea/volto-banner/compare/0.1.6...0.1.7) |
{ | ||
"name": "@eeacms/volto-banner", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "@eeacms/volto-banner: Volto add-on", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -8,2 +8,3 @@ import React from 'react'; | ||
import { Icon } from '@plone/volto/components'; | ||
import { BodyClass } from '@plone/volto/helpers'; | ||
@@ -23,2 +24,3 @@ const StagingBanner = () => { | ||
<Portal node={node}> | ||
<BodyClass className="has-banner" /> | ||
<div className={cx('stagingBanner', stagingBannerConfig.extraClasses)}> | ||
@@ -25,0 +27,0 @@ <div |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47716
596