Skip to content

Latest commit

 

History

History
84 lines (49 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

84 lines (49 loc) · 1.94 KB

Change Log

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.

...

[1.2] - 2018-04-04

Added

  • Compatibility with Python 3.5 and 3.6

Changed

  • Now licensed under MIT
  • The snippet button isn't enabled by default anymore. Add snippet to the list of features of your RichTextBlocks and RichTextFields to show the button or use the register_rich_text_features to register it as a default feature with features.default_features.append('snippet').

Removed

  • Compatibility with Python 2.6, 3.2 and 3.3
  • Compatibility with Wagtail prior 1.12

1.1 - 2016-07-04

Fixed

  • Compatibility with Wagtail 1.4 (really)

1.0 - 2016-05-02

Fixed

  • Compatibility with Wagtail 1.4

0.1.5 - 2016-02-15

Fixed

  • Compatibility with Wagtail 1.3.1

Removed

  • Compatibility prior to Wagtail 1.3.1

0.1.4 - 2015-07-07

Fixed

  • Wheel and build properly

## 0.1.2 - 2015-04-1

### Fixed

  • Some bugs

0.1.1 - 2015-01-27

Fixed

  • Some bugs

Changed

  • CSS improved
  • Exceptions properly handled

0.1 - 2015-01-23

Initial Release