|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +### Added |
| 11 | + |
| 12 | +- Add support for a `{SITE_ROOT_URL}` placeholder in "default" preview client url ([#20](https://github.com/torchbox/wagtail-headless-preview/pull/20)) - Thanks @jaap3 |
| 13 | +- Add [pre-commit](https://pre-commit.com/) support ([#21](https://github.com/torchbox/wagtail-headless-preview/pull/21)) - @zerolab |
| 14 | +- Add `HeadlessMixin` and `HeadlessServeMixin` ([#22](https://github.com/torchbox/wagtail-headless-preview/pull/22)) - @zerolab |
| 15 | +- Add setting to redirect to the client preview URL ([#23](https://github.com/torchbox/wagtail-headless-preview/pull/23)) - @zerolab based on real world code from @jaap3 |
| 16 | + |
| 17 | +### Changed |
| 18 | + |
| 19 | +- Move to GitHub Actions ([#21](https://github.com/torchbox/wagtail-headless-preview/pull/21)) |
| 20 | +- Update test targets, including Python 3.10 and Django 4.0 ([#21](https://github.com/torchbox/wagtail-headless-preview/pull/21)) |
| 21 | +- Move to a single, namespaced settings dictionary ([#24](https://github.com/torchbox/wagtail-headless-preview/pull/24)) - @zerolab |
| 22 | +- Updated repository structure for lighter packages ([#25](https://github.com/torchbox/wagtail-headless-preview/pull/25)) |
| 23 | + |
| 24 | + |
| 25 | +## [0.1.4] - 2019-08-21 |
| 26 | + |
| 27 | +### Added |
| 28 | +- Linting with [black](https://github.com/psf/black) |
| 29 | + |
| 30 | +### Fixed |
| 31 | +- `UNIQUE constraint failed: wagtail_headless_preview_pagepreview.token` |
| 32 | +- Static files not packaged |
| 33 | +- Wrong JS file loaded for live preview |
| 34 | +- Wrong token used in live preview. |
| 35 | +- Explicit utf-8 encoding for long description to fix `UnicodeDecodeError: 'ascii' codec can't decode byte 0xf0 in position 6282: ordinal not in range(128)` |
| 36 | + on some systems when trying to `pip install` |
| 37 | + |
| 38 | + |
| 39 | +## [0.1.0] - 2019-08-20 |
| 40 | + |
| 41 | +### Added |
| 42 | + |
| 43 | +- Live preview functionality |
| 44 | +- Better error handling |
| 45 | +- Garbage collect before creating new preview |
| 46 | + |
| 47 | +## [0.0.2] - 2019-05-01 |
| 48 | + |
| 49 | +Initial release |
| 50 | + |
| 51 | +[unreleased]: https://github.com/wagtail/wagtail-localize/compare/v1.0.1...HEAD |
| 52 | +[0.1.4]: https://github.com/wagtail/wagtail-localize/compare/v0.1.4...v0.1.0 |
| 53 | +[0.1.0]: https://github.com/wagtail/wagtail-localize/compare/v0.1.0..v0.0.2 |
0 commit comments