Commit Graph

9 Commits

Author SHA1 Message Date
Kelly Mears
b2e888f871 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
Kelly Mears
27f9c7bb5a 6.6.9 2023-01-03 10:04:20 -08:00
Kelly Mears
b3ae4fae13 📦 update: 6.6.8 2022-12-31 11:20:49 -08:00
Ben Word
5e4804fdbf 🔧 Generated theme.json 2022-09-24 10:28:56 -05:00
Ben Word
8a8f6ea62b 🚧 theme.json generator updates 2022-09-24 10:28:56 -05:00
Kelly Mears
d739a211b2 improve: set theme.json colors in tailwind conf 2022-09-24 10:28:56 -05:00
Mike Sheppard
1056de9ba4 🔥 remove default palette + gradients from theme.json (#3002) 2022-03-09 12:49:57 -06:00
Kelly Mears
6d5ccf4863 bud 5.4.0 (#2983)
Co-authored-by: Ben Word <ben@benword.com>
2022-02-23 08:45:08 -06:00
Ben Word
8e27580a9b 🔧 migrate global settings to theme.json (#2964) 2022-02-10 14:52:33 -06:00