917150bbe6
a working react/php dynamic wordpress block example integrated with the Vite build process
2025-12-10 19:44:32 +00:00
b16bd77355
restrict core blocks to inner blocks of specified parent blocks. blocks blocks blocks
2025-12-09 22:40:44 +00:00
7d1beee2da
stop loading blocks in main app.js
2025-12-09 22:11:20 +00:00
292fc01370
block whitelist json
2025-12-09 22:10:55 +00:00
68a42deebb
remove BadExample css
2025-12-09 22:10:35 +00:00
5558a60696
use json file for block whitelist
2025-12-09 22:06:47 +00:00
2ee1171474
basic block styles within editor
2025-12-09 22:04:29 +00:00
046da1742e
remove blocks.js
2025-12-09 22:02:59 +00:00
65bc75b56e
tweak acf block settings
2025-12-09 22:02:24 +00:00
8ac6583758
add $wpblue var
2025-12-09 22:01:52 +00:00
b03bdc2139
fix container width in blocks
2025-12-09 22:01:23 +00:00
0055a25420
new text editor block that contains core blocks as inner blocks and prevents them from being used at top level
2025-11-27 07:14:31 +00:00
00d0861014
default content block that uses core inner blocks
2025-11-23 17:34:49 +00:00
b258482ca3
replace deprecated scss
2025-10-30 22:01:23 +00:00
010160ce46
pull in v11.0.1 from upstream
2025-10-30 21:40:17 +00:00
Brandon
5ffb5636b2
🎨 Simplify the default Composers ( #3250 )
2025-03-26 21:24:04 -05:00
Ben Word
3012d2875c
🩹 static
2025-02-26 10:51:55 -05:00
Ben Word
2f2d67fb7f
✨ Use @roots/vite-plugin ( #3231 )
...
Co-authored-by: Brandon <brandon@tendency.me >
2025-02-22 15:13:42 -05:00
Ben Word
464e977d5a
♻️ Improve theme.json generation with more robust CSS parsing ( #3223 )
2025-02-06 08:52:03 -05:00
Matthias
47a48480bd
fix tailwind css regex mismatch ( #3221 )
2025-02-05 17:58:57 -05:00
Pavol Caban
6012bf1886
Fix Vite dependency extract ( #3219 )
...
* Fix Vite dependency extract regex
* Fix Vite Typescript compatibility
2025-02-05 17:50:31 -05:00
Steve Jones
04b2404e47
🩹 Compact fix for color generation in theme.json ( #3222 )
...
* Fix for incorrect theme.json generation of colours
* Fix for theme.json color generation
* Compact fix for colour theme.json generation
---------
Co-authored-by: Steve Jones <steve@codewithfeeling.com >
2025-02-05 17:47:11 -05:00
Ben Word
723506daba
✨ Tailwind v4 ( #3208 )
...
Co-authored-by: Brandon <brandon@tendency.me >
Co-authored-by: csorrentino <cjsorren@gmail.com >
Co-authored-by: stuart <stuartjwong@gmail.com >
2025-02-02 07:53:33 -05:00
csorrentino
3f808812dd
Support external WP dependencies in JSX files ( #3209 )
2025-01-20 18:02:59 -05:00
Ben Word
37e3773d88
🩹 Dev server: fix WP dependency handling ( #3207 )
...
* Revert "🎨 Simplify WordPress dependency handling" (#3202 )
* 🩹 Fix dev server error
2025-01-20 15:57:09 -05:00
tombroucke
e5f46df7bc
🔧 Import static assets ( #3204 )
...
Similar to `.assets(["images"])` in bud, we can add static assets in vite.
2025-01-15 18:10:41 -05:00
Ben Word
41e232bcdd
🎨 Simplify WordPress dependency handling ( #3202 )
2025-01-14 08:10:27 -05:00
Ben Word
a482791397
🔧 Use Vite for build ( #3199 )
...
Co-authored-by: Brandon Nifong <brandon@tendency.me >
2025-01-04 08:45:24 -05:00
Steve Ross
586da211df
updates from most recent website build
2024-12-20 17:09:16 +00:00
Steve Ross
93d9838cbd
acf-json
2024-11-06 22:55:01 +00:00
Steve Ross
feebb7c94a
custom post type and ACF json syncing
2024-11-06 22:42:07 +00:00
Steve Ross
6cd48fdd31
add base framework styles
2024-11-05 17:19:47 +00:00
Steve Ross
2204d6691c
remove tailwind-css
2024-11-05 15:10:13 +00:00
Marcelo
d58fcc7976
🩹 Add missing text domain to skip link ( #3190 )
2024-05-29 13:59:43 -05:00
Brandon
308cc20859
🩹 Fix the comment list output ( #3184 )
2024-02-02 09:36:33 -06:00
Brandon
4ff19c77ca
🩹 Fix exception being thrown when listing comments ( #3182 )
2024-02-01 16:56:58 -06:00
Ben Word
0365fb2515
♿ ️ Add accessible names to nav elements ( #3179 )
...
* ♿ ️ Add accessible names to nav elements
---------
Co-authored-by: Nathan Knowler <nathan@knowler.me >
2024-01-18 13:18:02 -06:00
Brandon
c72f14c68d
🎨 Move comment logic into a dedicated Composer ( #3162 )
...
* 🎨 Move comment logic into a dedicated Composer
* 🎨 Swap the method order
2024-01-18 12:37:47 -06:00
Brandon
f57d9aab30
🎨 Make the Alert component anonymous ( #3173 )
2024-01-05 11:10:05 -06:00
Brandon
5b07f46c2c
🎨 Make the Alert component anonymous
2024-01-04 12:05:48 -06:00
Brandon
94a1787838
🩹 Move get_header hook above wp_head() ( Fixes #3171 )
2024-01-04 00:30:48 -06:00
Brandon
dd114a4798
🎨 Move default theme markup to the app layout
...
🐛 Fix uncontrollable HTML output (Fixes #3166 )
2023-12-18 20:15:03 -06:00
Jacek Gajewski
8109f7d039
♻️ Check wp_link_pages before rendering in content-single.blade.php ( #3157 )
...
Co-authored-by: Brandon <brandon@tendency.me >
2023-12-08 10:44:28 -06:00
Tom Lawton
c6e9191686
fix: update default app.css tailwind syntax to use @tailwind ( #3149 ) ( #3150 )
2023-09-27 09:22:49 -05:00
Kelly Mears
27a63ecacd
🩹 fix: core/button block style ( #3130 )
2023-05-09 09:20:41 -05:00
Kelly Mears
cc94b1bc47
bump: bud@6.12.0 & improvements ( #3128 )
...
This PR contains various improvements and cleanups to the configuration and JavaScript code. Key changes include:
- Adding simple comments to `jsconfig.json`.
- Improving config: `bud.wpjson.set` replaces `bud.wpjson.settings`. Note that `bud.wpjson.settings` is not deprecated.
- `bud.wpjson.settings` now disables `dropCap` by default.
- `app.js` and `editor.js` now use `if (import.meta.webpackHot)` instead of optional chaining, since `import.meta.webpackHot` is not a real method and using optional chaining might cause errors.
2023-04-05 13:42:27 -04:00
Ben Word
353a60711d
🔍 ️ Posts: Use latest h-entry microformat ( #3115 )
2023-01-23 20:46:47 -06:00
Kelly Mears
fce1ab7da6
📦 update: 6.6.8
2022-12-31 11:20:49 -08:00
Kelly Mears
fe2885dd9e
✨ improve: js boilerplate
2022-12-23 10:53:52 -08:00
strarsis
03921768f3
🐛 Fix i18n warnings ( #3039 )
2022-05-11 14:30:48 -05:00