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

Add template block theme #505

Merged
merged 74 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
8c142d1
Updated Composer dependencies
stian-overasen Jun 20, 2024
548fdbc
Partial new block theme
stian-overasen Jun 21, 2024
8992a29
New block theme templates
stian-overasen Jun 21, 2024
e3b3211
Format recently changed files with the correct Prettier setup
stian-overasen Jun 21, 2024
12f69cd
Merge branch 'main' into updates
stian-overasen Jun 21, 2024
1b9cde0
Merge branch 'format' into new-block-theme
stian-overasen Jun 21, 2024
0588e7f
Merge branch 'updates' into new-block-theme
stian-overasen Jun 21, 2024
92b0b0b
Use default spacing sizes from WP
stian-overasen Jun 21, 2024
7e32fa7
Remove project code
stian-overasen Jun 24, 2024
1f8e8e1
Use T2 blocks for header and footer
stian-overasen Jun 24, 2024
149f1e6
Remove state toggle class
stian-overasen Jun 24, 2024
dd58a91
Rename
stian-overasen Jun 24, 2024
0f3ccb8
Set allowed text domains
stian-overasen Jun 24, 2024
45319fd
Update block name
stian-overasen Jun 24, 2024
14a24f5
Setup default block gap
stian-overasen Jun 24, 2024
8159bd7
Clenaup search and index templates
stian-overasen Jun 24, 2024
719a2f5
Cleanup 404 template
stian-overasen Jun 24, 2024
1fb53b4
Inform why this is here
stian-overasen Jun 24, 2024
9abf756
Setup default internal spacing for Group and Columns
stian-overasen Jun 24, 2024
8b2ce8e
Use default spacing values from WP
stian-overasen Jun 24, 2024
5cee22d
Style core blocks
stian-overasen Jun 24, 2024
b30412e
Default block styling
stian-overasen Jun 24, 2024
0e5dd20
Merge branch 'main' into new-block-theme
stian-overasen Jun 24, 2024
4849143
Change hooks intro comment
stian-overasen Jun 24, 2024
3b39a41
Remove project overrides
stian-overasen Jun 24, 2024
83ec291
Comment setup files
stian-overasen Jun 24, 2024
0450395
Lint fixes
stian-overasen Jun 24, 2024
69604d0
Fix figcaption styling
stian-overasen Jun 24, 2024
91ecca9
Comment
stian-overasen Jun 24, 2024
69ea554
Cleanup styling for accordion and ingress
stian-overasen Jun 24, 2024
b172ce1
Remove
stian-overasen Jun 24, 2024
4a7db59
Simplified link list styling
stian-overasen Jun 24, 2024
a767bfe
Use 6.6 beta for now
stian-overasen Jun 24, 2024
3a916b7
Use new spacing var
stian-overasen Jun 24, 2024
2443189
Set default block gap
stian-overasen Jun 24, 2024
81251ac
Use normal font for accordion
stian-overasen Jun 24, 2024
9f71760
Remove wrapper for core/html block, migrated to T2
stian-overasen Jun 24, 2024
8d2ff8e
Use new ext
stian-overasen Jun 24, 2024
d762ac1
Merge branch 'main' into new-block-theme
stian-overasen Jun 25, 2024
b82849b
Updates after merge
stian-overasen Jun 25, 2024
c323873
Set block gap for buttons
stian-overasen Jun 25, 2024
0668cb7
Change dev to start
stian-overasen Jun 25, 2024
ef6279a
Use default WP font and spacing sizes
stian-overasen Jun 25, 2024
57fe220
Less default styling
stian-overasen Jun 26, 2024
cc8ef41
Set gap for post-template and featured content layout grids
stian-overasen Jun 26, 2024
790b89a
Remove breadcrumbs block
stian-overasen Jun 26, 2024
9eed675
Cleaner templates
stian-overasen Jun 26, 2024
f1319bd
Add the none property
stian-overasen Jun 26, 2024
1182335
Better file title
stian-overasen Jun 26, 2024
167cf6d
Remove unused override for core/site-logo block
stian-overasen Jun 26, 2024
25f5c68
Rename none to 00 to align array
stian-overasen Jun 26, 2024
3318e0f
Revert
stian-overasen Jun 26, 2024
57509eb
Revert
stian-overasen Jun 26, 2024
e5e34de
No need for dom ready here
stian-overasen Jun 26, 2024
f6dc0eb
Use same wp-scripts version across project
stian-overasen Jun 26, 2024
fc37922
Update to wp-scripts 28.1 with needed changes to webpack config
stian-overasen Jun 26, 2024
49f776b
Remove custom theme styles for core blocks
stian-overasen Jun 26, 2024
a1a18f7
Support Simple Media+Text
stian-overasen Jun 26, 2024
b5739f9
No need to overwrite separator style when wp-block-styles is removed
stian-overasen Jun 26, 2024
476cc88
Bloat styling
stian-overasen Jun 26, 2024
593f25f
No need for size with latest T2
stian-overasen Jun 26, 2024
aa39629
Move ingress to theme.json. (#508)
olethomas Jun 26, 2024
1e13c79
Merge branch 'main' into new-block-theme
stian-overasen Jun 26, 2024
d2b97da
Remove turbo cache on clean
stian-overasen Jun 26, 2024
a0fc0fd
Bloat style, can be added on demand
stian-overasen Jun 26, 2024
e1e061f
Move gap back into CSS, blockGap does not work in combination with cu…
stian-overasen Jun 27, 2024
bcc18ed
Bump to WP 6.6 RC1
stian-overasen Jun 27, 2024
1ae8291
Merge branch 'wp66' into new-block-theme
stian-overasen Jun 27, 2024
25b10a9
Move gap for buttons and post template into theme json
stian-overasen Jun 27, 2024
5106257
Merge branch 'main' into new-block-theme
stian-overasen Jul 3, 2024
eb6f880
Bump WP to 6.6, T2 to 7.13
stian-overasen Jul 29, 2024
aeea948
T2 7.13.2
stian-overasen Jul 29, 2024
967836c
Merge branch 'wp66' into new-block-theme
stian-overasen Jul 29, 2024
5407a59
Merge branch 'main' into new-block-theme
stian-overasen Jul 29, 2024
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
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"php": ">=8.2",
"boxuk/wp-muplugin-loader": "~2.2.0",
"composer/installers": "~2.2.0",
"dekode/block-theme": "~1.0.0",
"dekode/blueprint": "~1.0.0",
"dekode/dekode-theme": "~1.0.0",
"dekode/imagify-helper": "1.0.0",
Expand Down
41 changes: 36 additions & 5 deletions composer.lock

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

Loading
Loading