Commit Graph

9 Commits

Author SHA1 Message Date
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
Kelly Mears
d23fcfb5a4 6.6.9 2023-01-03 10:04:20 -08:00
Kelly Mears
fce1ab7da6 📦 update: 6.6.8 2022-12-31 11:20:49 -08:00
Ben Word
b063fa030d 🔧 Generated theme.json 2022-09-24 10:28:56 -05:00
Ben Word
a2bd26a4af 🚧 theme.json generator updates 2022-09-24 10:28:56 -05:00
Kelly Mears
972f4cd55c improve: set theme.json colors in tailwind conf 2022-09-24 10:28:56 -05:00
Mike Sheppard
ed89b07f4c 🔥 remove default palette + gradients from theme.json (#3002) 2022-03-09 12:49:57 -06:00
Kelly Mears
f297df0942 bud 5.4.0 (#2983)
Co-authored-by: Ben Word <ben@benword.com>
2022-02-23 08:45:08 -06:00
Ben Word
b1d291e63f 🔧 migrate global settings to theme.json (#2964) 2022-02-10 14:52:33 -06:00