New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eeacms/volto-accordion-block

Package Overview
Dependencies
Maintainers
9
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eeacms/volto-accordion-block - npm Package Compare versions

Comparing version 9.0.0 to 9.1.0

9

.project.eslintrc.js

@@ -8,3 +8,4 @@ const fs = require('fs');

const packageJson = require(path.join(projectRootPath, 'package.json'));
const jsConfig = require(path.join(projectRootPath, 'jsconfig.json')).compilerOptions;
const jsConfig = require(path.join(projectRootPath, 'jsconfig.json'))
.compilerOptions;

@@ -15,3 +16,3 @@ const pathsConfig = jsConfig.paths;

Object.keys(pathsConfig).forEach(pkg => {
Object.keys(pathsConfig).forEach((pkg) => {
if (pkg === '@plone/volto') {

@@ -25,3 +26,3 @@ voltoPath = `./${jsConfig.baseUrl}/${pathsConfig[pkg][0]}`;

// Extends ESlint configuration for adding the aliases to `src` directories in Volto addons
const addonAliases = Object.keys(reg.packages).map(o => [
const addonAliases = Object.keys(reg.packages).map((o) => [
o,

@@ -31,3 +32,2 @@ reg.packages[o].modulePath,

module.exports = {

@@ -52,2 +52,1 @@ extends: `${projectRootPath}/node_modules/@plone/volto/.eslintrc`,

};

@@ -7,4 +7,24 @@ ### Changelog

### [9.0.0](https://github.com/eea/volto-accordion-block/compare/8.1.0...9.0.0) - 28 June 2023
### [9.1.0](https://github.com/eea/volto-accordion-block/compare/9.0.0...9.1.0) - 13 July 2023
#### :bug: Bug Fixes
- fix(accordion): margin and padding of .item.accordion within power menu [David Ichim - [`3a9c8f5`](https://github.com/eea/volto-accordion-block/commit/3a9c8f5777d200dc6213d4648c97c94bd7991bcc)]
#### :nail_care: Enhancements
- change(accordion): optionally load the menu.variables from eea theme or site theme [David Ichim - [`e886074`](https://github.com/eea/volto-accordion-block/commit/e886074169c5763af0abdd913014fce06fdb4512)]
#### :hammer_and_wrench: Others
- added several comments describing what that css fixes [David Ichim - [`c084a1f`](https://github.com/eea/volto-accordion-block/commit/c084a1f065d6412143bbf8c3bb23eb6080795dea)]
- restore z-index value added by community contribution [David Ichim - [`d78fc69`](https://github.com/eea/volto-accordion-block/commit/d78fc6976273e809f83746f15bccc2896067944f)]
- provide fallback values for variables just to be on the safe side regarding the optional imports [David Ichim - [`0057892`](https://github.com/eea/volto-accordion-block/commit/0057892bea50eb2ada62f7c570e9ac3b95653054)]
- lint fix [David Ichim - [`d903580`](https://github.com/eea/volto-accordion-block/commit/d90358092c081a9b5cdd09dc63968c5c1c2d93a1)]
- udate version from 9.0.1 to 9.1.0 [Claudia Ifrim - [`63d82cd`](https://github.com/eea/volto-accordion-block/commit/63d82cdfbfea5e894607ee4e43bc6305ecb414a8)]
- fix prettier [Claudia Ifrim - [`beb35eb`](https://github.com/eea/volto-accordion-block/commit/beb35eb85242da5000b4bc83895590d6d0825abd)]
- Refs##255274 - fix css for columns block in accordion block [Claudia Ifrim - [`3f01e69`](https://github.com/eea/volto-accordion-block/commit/3f01e6970a7c7d13d200dfa9cf893e9f2f484600)]
- test: Fix to work also with Volto 17.alpha / webpack 5 [Alin Voinea - [`d17ae38`](https://github.com/eea/volto-accordion-block/commit/d17ae38dde13339c1721d1f6d595a8c9f7e7fb4e)]
## [9.0.0](https://github.com/eea/volto-accordion-block/compare/8.1.0...9.0.0) - 28 June 2023
#### :rocket: New Features

@@ -26,3 +46,2 @@

- Release 9.0.0 [Alin Voinea - [`1a3a11c`](https://github.com/eea/volto-accordion-block/commit/1a3a11c98b6aa8ad875f49a0da588ce2f0da2d25)]
- i18n: Add Romanian [Alin Voinea - [`ecb7414`](https://github.com/eea/volto-accordion-block/commit/ecb74144f67b71a265e84628adb46aabc49c9416)]

@@ -29,0 +48,0 @@ - test: Add cypress for accordion in DX Layout - refs #254894 [Alin Voinea - [`3c9b757`](https://github.com/eea/volto-accordion-block/commit/3c9b757f72a9f4ccc3f46458d8488e250acac437)]

{
"name": "@eeacms/volto-accordion-block",
"version": "9.0.0",
"version": "9.1.0",
"description": "volto-accordion-block: Volto accordion block",

@@ -5,0 +5,0 @@ "main": "src/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc