LB (Ben Johnston)
LB (Ben Johnston)
> ℹ️ **Part of the [Stimulus 🎛️ RFC 78](https://github.com/wagtail/rfcs/pull/78)** ### Is your proposal related to a problem? Our current approach for bootstrapping the unpacking of Telepath values to initialise StreamField...
> ℹ️ **Part of the [Stimulus 🎛️ RFC 78](https://github.com/wagtail/rfcs/pull/78)** ### Is your proposal related to a problem? Our current approach for bootstrapping the Draftail editor (non-StreamField usage) relies on inline...
First stage of #7915 ## Overview * Introduces a new Stimulus class `FormsetController` with the identifier `w-formset` with the longer term plan for this to be used for the InlinePanel...
Update our NPM packages so that we are keeping up to date with the latest fixes and improvements were possible. - Builds on PR https://github.com/wagtail/wagtail/pull/11594 - Where possible, updates all...
Removing the usage of `window.chooserUrls` for Drafttail would resolve a bunch of CSP issues and make Draftail more available across all of admin (e.g. custom image models). ### Is your...
### Issue Summary As a follow on from https://github.com/wagtail/wagtail/issues/11459 - it's been found that there are other usages of empty `th` elements used for visual layout only. These should be...
When creating a serializer from a model, the default value is not included in the serializer. I thought it was a bug and I was going to try to fix...
Inspired by #5836 - it seemed like a good candidate to redo that PR with our shared bulk controller code. This uses the same controller but allows us to add...
## Problem Currently, any updates to Eslint packages, Stylelint packages and Prettier have to be manually kept in sync with the pre-commit hooks config. Ideally we should not have to...
With #11161 merged & #11157 coming (modeladmin removal), we can now start to deprecate the global `window.URLify` and remove the legacy Regex polyfill (62KB of JS no longer needed). ##...