mirror of
https://github.com/django-components/django-components.git
synced 2025-07-12 11:25:00 +00:00
chore: bump v0.122 (#860)
This commit is contained in:
parent
4dab940db8
commit
6bb73bd8af
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Release notes
|
# Release notes
|
||||||
|
|
||||||
|
## v0.122
|
||||||
|
|
||||||
|
#### Feat
|
||||||
|
|
||||||
|
- Add support for HTML fragments. HTML fragments can be rendered by passing `type="fragment"` to `Component.render()` or `Component.render_to_response()`. Read more on how to [use HTML fragments with HTMX, AlpineJS, or vanillaJS](https://EmilStenstrom.github.io/django-components/latest/concepts/advanced/html_tragments).
|
||||||
|
|
||||||
## v0.121
|
## v0.121
|
||||||
|
|
||||||
#### Fix
|
#### Fix
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "django_components"
|
name = "django_components"
|
||||||
version = "0.121"
|
version = "0.122"
|
||||||
requires-python = ">=3.8, <4.0"
|
requires-python = ">=3.8, <4.0"
|
||||||
description = "A way to create simple reusable template components in Django."
|
description = "A way to create simple reusable template components in Django."
|
||||||
keywords = ["django", "components", "css", "js", "html"]
|
keywords = ["django", "components", "css", "js", "html"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue