Skip to content

Commit 7872a43

Browse files
committed
Bump to 0.57.0.
1 parent afff871 commit 7872a43

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

django_unicorn/static/unicorn/js/unicorn.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/changelog.md

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

3+
## 0.57.0
4+
5+
- Warn if there is a missing root element.
6+
- Use `unicorn:id` to merge elements with `morphdom`.
7+
38
## 0.56.1
49

510
- Handle Alpine.js being loaded with defer.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.56.1",
2+
"version": "0.57.0",
33
"name": "django-unicorn",
44
"scripts": {
55
"build": "npx rollup -c",

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.56.1"
3+
version = "0.57.0"
44
description = "A magical full-stack framework for Django."
55
authors = ["Adam Hill <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)