Skip to content

Commit

Permalink
Merge pull request #163 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lukasniebler authored Oct 22, 2024
2 parents fd0c38e + 58ea8f1 commit 2d39504
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/accordion/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-a11y', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '376202d01fc7a797a8fd');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-a11y', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'd9497e6616894723b084');
2 changes: 1 addition & 1 deletion build/accordion/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/collapse/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-a11y', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'd63d637deea510376906');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-a11y', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '63c0a4c8c9a2454e494f');
2 changes: 1 addition & 1 deletion build/collapse/index.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.10] - 2024-10-22

Minor improvements

### Fixed
- [#98 A11y-improvements for the icon picker.](https://github.com/RRZE-Webteam/rrze-elements-blocks/issues/98)

### Added
- [Added #154](https://github.com/RRZE-Webteam/rrze-elements-blocks/issues/154)


## [1.0.9] - 2024-10-10

Accessibility improvements for the Accordion-Block inside the Frontend.
Expand Down
1 change: 0 additions & 1 deletion src/accordion/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ const Edit: React.FC<SaveProps> = ({
setAttributes({
jumpName: `panel_${clientId?.slice(-8)}`,
});
console.log("clientId", clientId);
}, [clientId]);

useEffect(() => {
Expand Down
1 change: 0 additions & 1 deletion src/collapse/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ const Edit: React.FC<SaveProps> = ({
setAttributes({
jumpName: `panel_${clientId?.slice(-8)}`,
});
console.log("clientId", clientId);
}
}, [clientId]);

Expand Down

0 comments on commit 2d39504

Please sign in to comment.