wagtail-tailwind-blog
wagtail-tailwind-blog copied to clipboard
Bump wagtail-markdown from 0.6 to 0.7.0
Bumps wagtail-markdown from 0.6 to 0.7.0.
Release notes
Sourced from wagtail-markdown's releases.
The Easy(MDE) release
This release brings a new (and maintained) Markdown editor 📝 , custom extensions support 📦, ability to tweak the allowed tags and the extensions configuration 🛠️ and brings in tests too.
See the documentation on the new configuration options.
Thank you all for the contributions!
Changes
- Added test suite
- Moved all options in a single setting and allowed further customisations (#82) - Thanks
@rokdd- Added Wagtail 2.13 StreamField block compatibility (#81)
- Switched to using EasyMDE (#76) - Thanks
@StefanUlbrich- Added support for extensions config (#77) - Thanks
@StefanUlbrichand by extension@abrunyate- Removed deprecations
- Added pre-commit support
- Switched to SemVer and GitHub Actions
- Updated bleach minimum version to 3.3.0
Wagtail 2.13 compatibility
Adds a new MarkdownTextarea adapter that takes care of the magic. Wagtail 2.13 now uses the telepath library to map data between the widget and the StreamField representation. More at https://docs.wagtail.io/en/latest/reference/streamfield/widget_api.html
v0.7.0-rc1
This Release Candidate brings a number of exciting changes, with the switch to EasyMDE as the main one.
Do run
pip install wagtail-markdown==0.7.0-rc1and test it in your builds! 🚀Changelog:
- Switched to using EasyMDE #76 - Thank you
@StefanUlbrich- Added support for extensions config via
WAGTAILMARKDOWN_EXTENSIONS_CONFIG#77 - Thank you@StefanUlbrich, as well as@nrempelfor #75- Removed deprecations
- Added pre-commit support. When contributing, run
pre-commit installin the wagtail-markdown directory, if you haven't already- Switched to SemVer and GitHub Actions
- Updated bleach minimum version to 3.3.0. See https://github.com/advisories/GHSA-vv2x-vrpj-qqpq
Changelog
Sourced from wagtail-markdown's changelog.
0.7.0 - 18 June 2021
- Add test suite
- Move all options in a single setting and allow further customisations (#82) - Thanks
@rokdd0.7.0-rc2 - 15th June 2021
- Wagtail 2.13 compatibility (#81)
0.7.0-rc1 - 28th April 2021
- Switched to using EasyMDE (#76) - Thanks
@StefanUlbrich- Added support for extensions config via
WAGTAILMARKDOWN_EXTENSIONS_CONFIG(#77) - Thanks@StefanUlbrichand by extension@abrunyate- Removed deprecations
- Added pre-commit support
- Switched to SemVer and GitHub Actions
- Updated bleach minimum version to 3.3.0
Commits
436a5c0Bump pre-commit version1f1c176Bump versionc44d636Use wagtailmain, not djangomain to test against latest Wagtail53f1bd7Add CodeQL analysiscc9cb14Bump black to latest release049cc1eMove publish to PyPI job to own workflow triggered by creation of release87e956aTests (#84)eb51d71Use correct settings name in READMEd57b9a2Update changelog99f6cd6Merge branch 'pr/82'- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)