Skip to content

Commit b69aa93

Browse files
committed
Bump to 0.46.0.
1 parent bc5fec1 commit b69aa93

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

docs/source/changelog.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.46.0
4+
5+
- Support for loading nested components from a route that uses a class-based view.
6+
- Better support for children components.
7+
8+
[All changes since 0.45.1](https://github.com/adamghill/django-unicorn/compare/0.45.1...0.46.0).
9+
310
## v0.45.1
411

512
- Fix JavaScript error that sometimes happens with nested components. [237](https://github.com/adamghill/django-unicorn/issues/237) by [clangley](https://github.com/clangley)
@@ -14,35 +21,35 @@
1421

1522
## v0.44.1
1623

17-
- Fix: Some types of type annotations on a component method would cause an error when it was called [#392](https://github.com/adamghill/django-unicorn/issues/392) by [nerdoc](https://github.com/nerdoc)
18-
- Add `component_id`, `component_name`, `component_key` to the `unicorn` dictionary in the template context [#389](https://github.com/adamghill/django-unicorn/issues/389) by [nerdoc](https://github.com/nerdoc)
24+
- Fix: Some types of type annotations on a component method would cause an error when it was called [#392](https://github.com/adamghill/django-unicorn/issues/392) by [nerdoc](https://github.com/nerdoc).
25+
- Add `component_id`, `component_name`, `component_key` to the `unicorn` dictionary in the template context [#389](https://github.com/adamghill/django-unicorn/issues/389) by [nerdoc](https://github.com/nerdoc).
1926

2027
[All changes since 0.44.0](https://github.com/adamghill/django-unicorn/compare/0.44.0...0.44.1).
2128

2229
## v0.44.0
2330

24-
- Add support for raising a `ValidationError` from component methods
31+
- Add support for raising a `ValidationError` from component methods.
2532

2633
[All changes since 0.43.1](https://github.com/adamghill/django-unicorn/compare/0.43.1...0.44.0).
2734

2835
## v0.43.1
2936

30-
- Fix: direct views were not caching the component correctly
37+
- Fix: direct views were not caching the component correctly.
3138

3239
[All changes since 0.43.0](https://github.com/adamghill/django-unicorn/compare/0.43.0...0.43.1).
3340

3441
## v0.43.0
3542

36-
- Defer displaying `messages` when an action method returns a [redirect](messages.md#redirecting)
37-
- Prevent morphing or other changes when redirecting
43+
- Defer displaying `messages` when an action method returns a [redirect](messages.md#redirecting).
44+
- Prevent morphing or other changes when redirecting.
3845

3946
[All changes since 0.42.1](https://github.com/adamghill/django-unicorn/compare/0.42.1...0.43.0).
4047

4148
## v0.42.1
4249

4350
- Fix: dictionaries in a component would generate incorrect checksums and trigger a `Checksum does not match` error
44-
- Remove some serializations that was happening unnecessarily on every render
45-
- Add Python 3.10 and Django 4.0 to test matrix
51+
- Remove some serializations that was happening unnecessarily on every render.
52+
- Add Python 3.10 and Django 4.0 to test matrix.
4653

4754
[All changes since 0.42.0](https://github.com/adamghill/django-unicorn/compare/0.42.0...0.42.1).
4855

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-unicorn"
3-
version = "0.45.1"
3+
version = "0.46.0"
44
description = "A magical full-stack framework for Django."
55
authors = ["Adam Hill <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)