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

v1.0.13 – New JumpLink generation #186

Merged
merged 20 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4cae220
fix(alert) - Remove font-size for style-danger
lukasniebler Dec 3, 2024
9f463fe
Merge remote-tracking branch 'origin/dev' into dev
lukasniebler Dec 3, 2024
e0f0951
fix(collapse) - Remove console.log
lukasniebler Dec 3, 2024
2da39db
fix(collapse) - Add a store for jumpnames
lukasniebler Dec 3, 2024
7e5668d
fix(file-structure) - Reorganize files for better maintainability
lukasniebler Dec 3, 2024
c5b1f0c
feat(collapse) - Implement a jumpName Store wip
lukasniebler Dec 6, 2024
ade695f
feat(store) - Implement a Store for JumpName generation
lukasniebler Dec 9, 2024
16eb0d6
feat(store) - Implement a Store for JumpName generation
lukasniebler Dec 9, 2024
dc493f7
feat(store) - Implement a Store for JumpName generation
lukasniebler Dec 9, 2024
39c73da
feat(collapse) - JumpName selection
lukasniebler Dec 10, 2024
b41e0c6
feat(collapse) - Jump Name selection
lukasniebler Dec 10, 2024
0b814e9
feat(accordion) - Jump Name selection
lukasniebler Dec 10, 2024
c8acccb
feat(accordion) - Jump Name selection
lukasniebler Dec 13, 2024
3361001
version(1.0.13) - Update version number and ChangeLog
lukasniebler Dec 13, 2024
3331c2c
fix(fa-font-loading) - Update Webpack config
lukasniebler Dec 13, 2024
341f5c7
update(readme)
lukasniebler Dec 13, 2024
94ab9bb
Merge branch 'main' into dev
lukasniebler Dec 13, 2024
776a9b9
run(npm update) - Update dependencies
lukasniebler Dec 13, 2024
f3fb536
Merge remote-tracking branch 'origin/dev' into dev
lukasniebler Dec 13, 2024
b85b5ee
run(ncu -u) - Update dependencies to latest
lukasniebler Dec 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 3 additions & 7 deletions assets/css/rrze-elements-blocks.css

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

2 changes: 1 addition & 1 deletion assets/css/rrze-elements-blocks.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/accordion/index.asset.php

This file was deleted.

3 changes: 0 additions & 3 deletions build/accordion/index.js

This file was deleted.

1 change: 0 additions & 1 deletion build/alert/index-rtl.css

This file was deleted.

1 change: 0 additions & 1 deletion build/alert/index.css

This file was deleted.

1 change: 0 additions & 1 deletion build/alert/index.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/accordion",
"version": "1.0.12",
"version": "1.0.13",
"title": "Accordion item",
"category": "rrze_elements",
"description": "Creates an inner accordion item",
Expand Down Expand Up @@ -61,6 +61,10 @@
"loadOpen": {
"type": "boolean",
"default": false
},
"isCustomJumpname": {
"type": "boolean",
"default": true
}
},
"supports": {
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/blocks/accordion/index.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'ffd6c375c8d3e6ce2a93');

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions build/blocks/accordion/index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/accordions",
"version": "1.0.12",
"version": "1.0.13",
"title": "Inner Accordion",
"category": "rrze_elements",
"parent": [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/alert/block.json → build/blocks/alert/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/alert",
"version": "1.0.12",
"version": "1.0.13",
"title": "Alert",
"category": "rrze_elements",
"description": "Used to highlight important information and warnings.",
Expand Down
1 change: 1 addition & 0 deletions build/blocks/alert/index-rtl.css

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

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n', 'wp-primitives'), 'version' => 'cebbfa0e08f91cb1a0bb');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n', 'wp-primitives'), 'version' => '2a02814b15d442e14fec');
1 change: 1 addition & 0 deletions build/blocks/alert/index.css

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

1 change: 1 addition & 0 deletions build/blocks/alert/index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/block-blueprint",
"version": "1.0.12",
"version": "1.0.13",
"title": "Blueprint",
"category": "rrze_elements",
"description": "Creates a blueprint block.",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/collapse",
"version": "1.0.12",
"version": "1.0.13",
"title": "Accordion-item",
"category": "design",
"description": "Creates an accordion block",
Expand Down Expand Up @@ -68,6 +68,10 @@
"svgString": {
"type": "string",
"default": ""
},
"isCustomJumpname": {
"type": "boolean",
"default": true
}
},
"providesContext": {
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/blocks/collapse/index.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'd8270c4e63fb7306e6c1');
8 changes: 4 additions & 4 deletions build/collapse/index.css → build/blocks/collapse/index.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions build/blocks/collapse/index.js

Large diffs are not rendered by default.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/collapsibles",
"version": "1.0.12",
"version": "1.0.13",
"title": "Accordion",
"category": "rrze_elements",
"description": "Creates an accordion block",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-primitives'), 'version' => '90e46fc1aa0cc4bf4ef6');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-primitives'), 'version' => '5190e7b0c2d7d44f0795');
File renamed without changes.
1 change: 1 addition & 0 deletions build/blocks/collapsibles/index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/columns",
"version": "1.0.12",
"version": "1.0.13",
"title": "Text Columns",
"category": "rrze_elements",
"description": "Creates a columns block which dynamically breaks.",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'c25a6702a805b0ea7002');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '3cbb0ee79eb360e77d6a');
File renamed without changes.
1 change: 1 addition & 0 deletions build/blocks/columns/index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/block-contentwidthlimiter",
"version": "1.0.12",
"version": "1.0.13",
"title": "Content Width Limiter",
"category": "rrze_elements",
"description": "Creates a contentwidthlimiter block.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/counter-row",
"version": "1.0.0",
"version": "1.0.13",
"title": "Counter Row",
"category": "rrze_elements",
"description": "Create a Row for Counters",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/rrze-counter",
"version": "1.0.0",
"version": "1.0.13",
"title": "Counter",
"category": "rrze_elements",
"description": "Creates a Counter block.",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/cta/block.json → build/blocks/cta/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/cta",
"version": "1.0.12",
"version": "1.0.13",
"title": "Call to action",
"category": "rrze_elements",
"description": "Creates an Call to action box.",
Expand Down
Loading
Loading