Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 1.59 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[unreleased] - YYYY-MM-DD

  • Add a Makefile to facilitate releases Cynthia Kiser

[0.6.0] - 2024-12-10

  • Add support for Wagtail 6.1, 6.2, 6.3 Robert Rollins
  • Add replacement for Rangy which will be removed from Wagtail 6.4 Robert Rollins

[0.5.0] - 2024-12-10

  • Add support for Python 3.12, Django 5.0, Wagtail 6.0 and Psycopg 3 Joren Hammudoglu

[0.4.0] - 2024-12-09

  • Add support for Wagtail 5 Joren Hammudoglu

[0.3.0] - 2024-12-02

  • Add Django 4.1 and Python 3.10 classifier to PyPI Joren Hammudoglu
  • Add Django 4.1 support to CI Joren Hammudoglu
  • Add support for Wagtail 4 Katherine Domingo
  • Update URL route names for docs and images to work on Wagtail 4 Cynthia Kiser
  • Drop support for Wagtail < 4.0 Cynthia Kiser

[0.2.0] - 2024-12-02

  • Add Wagtail 3 classifier for PyPI Paarth Agarwal
  • Fix toolbar scrolling out of the editor textarea Robert Rollins

[0.1.0] - 2022-05-05

  • First non-alpha release
  • Fix issue where Embed choosers were not working Cynthia Kiser

[0.1.0a1] - 2022-02-15

Added

  • Extract all Wagtail Hallo editor code from the Wagtail core codebase into a new package, prepare main documents LB (Ben Johnston)
  • Set up CI, code infrastructure, basic unit tests for this codebase LB (Ben Johnston), Dan Braghis, & Thibaud Colas
  • Correct typo in plugin example Cynthia Kiser