|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 10 | ## v0.45.1 |
4 | 11 |
|
5 | 12 | - 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 | 21 |
|
15 | 22 | ## v0.44.1 |
16 | 23 |
|
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). |
19 | 26 |
|
20 | 27 | [All changes since 0.44.0](https://github.com/adamghill/django-unicorn/compare/0.44.0...0.44.1). |
21 | 28 |
|
22 | 29 | ## v0.44.0 |
23 | 30 |
|
24 | | -- Add support for raising a `ValidationError` from component methods |
| 31 | +- Add support for raising a `ValidationError` from component methods. |
25 | 32 |
|
26 | 33 | [All changes since 0.43.1](https://github.com/adamghill/django-unicorn/compare/0.43.1...0.44.0). |
27 | 34 |
|
28 | 35 | ## v0.43.1 |
29 | 36 |
|
30 | | -- Fix: direct views were not caching the component correctly |
| 37 | +- Fix: direct views were not caching the component correctly. |
31 | 38 |
|
32 | 39 | [All changes since 0.43.0](https://github.com/adamghill/django-unicorn/compare/0.43.0...0.43.1). |
33 | 40 |
|
34 | 41 | ## v0.43.0 |
35 | 42 |
|
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. |
38 | 45 |
|
39 | 46 | [All changes since 0.42.1](https://github.com/adamghill/django-unicorn/compare/0.42.1...0.43.0). |
40 | 47 |
|
41 | 48 | ## v0.42.1 |
42 | 49 |
|
43 | 50 | - 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. |
46 | 53 |
|
47 | 54 | [All changes since 0.42.0](https://github.com/adamghill/django-unicorn/compare/0.42.0...0.42.1). |
48 | 55 |
|
|
0 commit comments