f2e92651aa
add simple lightbox
2026-02-06 21:42:37 +00:00
f5288491f9
remove unused line
2026-02-06 16:36:11 +00:00
2a36528e8e
article block: more core block styles
2026-02-05 11:59:32 +00:00
6d1aa73f5e
add condition for disabling lazy background image
2026-02-03 13:03:02 +00:00
c55d89224d
fix background condition in block classname js function
2026-02-03 13:01:17 +00:00
2b81774667
block settings: toggle for text contrast and fix colour/tint
2026-02-03 13:00:27 +00:00
14c82d623a
remove core block styles from wordpress block editor
2026-02-03 12:59:28 +00:00
8bd7186f97
expose new image sizes to javascript and properly get specified image sizes in react
2026-01-05 17:23:59 +00:00
abde60aecc
BackgroundImage component: support specific image sizes and lazy loading
2026-01-05 14:49:33 +00:00
b5a751e237
add lazy background image
2026-01-05 13:39:42 +00:00
e5de979f94
remove unused js function
2026-01-04 18:01:18 +00:00
b58c88a425
background tint no longer requires background image
2026-01-04 17:59:01 +00:00
4241670ace
allow extra classes in className js function
2026-01-04 17:57:51 +00:00
7342503e4a
use json lists in editor.js
2026-01-04 17:57:20 +00:00
799115fd37
article block front end rendering
2026-01-03 13:33:13 +00:00
8d8ccedbf2
basic article block backend working
2026-01-03 10:31:24 +00:00
0576d05dfb
block background image settings
2026-01-02 20:21:33 +00:00
70e995cbd5
block background colours and tint
2026-01-02 01:15:56 +00:00
b0d6d90616
add css class name helper functions for blocks
2025-12-19 12:29:38 +00:00
9a8df23529
remove console.log from block js
2025-12-18 11:01:52 +00:00
d47b3fdb07
auto-registering blocks in php and javascript with dynamic enqueuing of associated styles and scripts with support for scss and blade
2025-12-13 14:22:42 +00:00
da8097e7c3
cleanup allowed_blocks logic and add mechanism for disabling blade template for specific block
2025-12-12 13:12:37 +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
5558a60696
use json file for block whitelist
2025-12-09 22:06:47 +00:00
046da1742e
remove blocks.js
2025-12-09 22:02:59 +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
010160ce46
pull in v11.0.1 from upstream
2025-10-30 21:40:17 +00: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
Brandon
9b1241997e
chore(deps): Bump dependencies
...
revert(assets): Rename js/ back to scripts/
revert(assets): Rename css/ back to styles/
2021-02-16 01:08:50 -06:00
Brandon
5518ea165a
feat(assets): Change default CSS framework to Tailwind
...
* enhance(view): Add light default styling for Tailwind
* chore(view): Clean up unnecessary selectors and spacing
* feat(acorn): Update Acorn for Laravel 8.x
* chore(acorn): Create default `bootstrap/` project directory for Laravel 8.x
* refactor(acorn): Split the Acorn bootloader between `functions.php` and `bootstrap/app.php` to coincide with Laravel
* refactor(assets): Lighten the out of the box CSS boilerplate
* refactor(assets): Rename `dist/` to `public/` to coincide with Laravel
* refactor(assets): Flatten the `assets/` directory into `resources/` to coincide with Laravel
* refactor(assets): Rename `scripts/` to `js/` to coincide with Laravel
* refactor(assets): Rename `styles/` to `css/` to coincide with Laravel
* feat(deps): Update to Laravel Mix ^6.0
* chore(deps): Change Mix-related package.json `scripts` to the new `mix` binary
* chore(deps): Remove PurgeCSS in favor of Tailwind's built in purge
* chore(deps): Remove deprecated/unnecessary/unused dependencies
* chore(deps): Bump minimum PHP version to 7.3 to coincide with Laravel 8.x
2021-02-16 01:08:50 -06:00