Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #163

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Dev #163

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading