Commit graph

1428 commits

Author SHA1 Message Date
Juro Oravec
691443a0a8
chore: bump v0.129 (#981) 2025-02-16 21:12:14 +01:00
Juro Oravec
fdfdc72ed2
refactor: fix error when template cache is set to 0 (#980) 2025-02-16 21:06:33 +01:00
lilian D
58d4c78671
Bug : Relative path in extends and include does not work when using template_file (#976)
Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
2025-02-16 13:29:37 +01:00
Oliver Haas
3cf586a974
fix: thread unsafe media resolve validation by moving it to ComponentMedia __post_init (#979) 2025-02-15 22:42:38 +01:00
github-actions[bot]
8f9d675097
Merge pull request #970 from django-components/dependabot/npm_and_yarn/src/django_components_js/esbuild-0.25.0
build(deps-dev): bump esbuild from 0.23.1 to 0.25.0 in /src/django_components_js
2025-02-12 10:32:27 +00:00
dependabot[bot]
5d01f203ab
build(deps-dev): bump esbuild in /src/django_components_js
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.23.1 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.23.1...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-12 10:26:31 +00:00
Juro Oravec
eb3f72ee0d
refactor: fix bug with complex slots and "django" mode + add docs on debugging with AI agents (#956) 2025-02-11 10:57:37 +01:00
github-actions[bot]
be4d744d64
Merge pull request #962 from django-components/dependabot/pip/black-25.1.0
build(deps): bump black from 24.10.0 to 25.1.0
2025-02-10 17:56:57 +00:00
dependabot[bot]
33130c749e
build(deps): bump black from 24.10.0 to 25.1.0
Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/24.10.0...25.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 17:50:50 +00:00
github-actions[bot]
137e36e96d
Merge pull request #963 from django-components/dependabot/pip/pymdown-extensions-10.14.3
build(deps): bump pymdown-extensions from 10.14.1 to 10.14.3
2025-02-10 17:49:25 +00:00
dependabot[bot]
b76d8b36c0
build(deps): bump pymdown-extensions from 10.14.1 to 10.14.3
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.14.1 to 10.14.3.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.14.1...10.14.3)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 17:43:56 +00:00
github-actions[bot]
e243050eff
Merge pull request #964 from django-components/dependabot/pip/mkdocs-material-9.6.3
build(deps): bump mkdocs-material from 9.6.2 to 9.6.3
2025-02-10 17:42:46 +00:00
dependabot[bot]
cf336e1a04
build(deps): bump mkdocs-material from 9.6.2 to 9.6.3
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.6.2 to 9.6.3.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.2...9.6.3)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 17:34:43 +00:00
github-actions[bot]
e1881e5af7
Merge pull request #961 from django-components/dependabot/pip/mkdocs-include-markdown-plugin-7.1.4
build(deps): bump mkdocs-include-markdown-plugin from 7.1.2 to 7.1.4
2025-02-10 17:33:23 +00:00
dependabot[bot]
f15892b9e8
build(deps): bump mkdocs-include-markdown-plugin from 7.1.2 to 7.1.4
Bumps [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) from 7.1.2 to 7.1.4.
- [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases)
- [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v7.1.2...v7.1.4)

---
updated-dependencies:
- dependency-name: mkdocs-include-markdown-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 17:27:43 +00:00
Juro Oravec
de99abf6bf
refactor: udpate formatting and wording for the "devguides" docs (#960) 2025-02-09 16:04:46 +01:00
Bernat Frangi
fe128053c9
Update indenting typo in slots_and_blocks.md (#959) 2025-02-09 15:29:18 +01:00
Juro Oravec
61515b3454
docs: update CHANGELOG for v0.128 (#954) 2025-02-04 10:52:35 +01:00
Juro Oravec
af179f3a1f
chore: bump v0.128 (#953) 2025-02-04 10:32:21 +01:00
Juro Oravec
48bae51ab9
feat: allow to configure media cache (for JS and CSS files) (#946) 2025-02-03 21:24:26 +01:00
github-actions[bot]
bb61ff42eb
Merge pull request #952 from django-components/dependabot/pip/mkdocs-material-9.6.2
build(deps): bump mkdocs-material from 9.5.50 to 9.6.2
2025-02-03 18:19:19 +00:00
dependabot[bot]
9f92419737
build(deps): bump mkdocs-material from 9.5.50 to 9.6.2
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.50 to 9.6.2.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.50...9.6.2)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 18:14:37 +00:00
github-actions[bot]
2767655a89
Merge pull request #949 from django-components/dependabot/pip/pytz-2025.1
build(deps): bump pytz from 2024.2 to 2025.1
2025-02-03 18:13:30 +00:00
dependabot[bot]
57ec784df0
build(deps): bump pytz from 2024.2 to 2025.1
Bumps [pytz](https://github.com/stub42/pytz) from 2024.2 to 2025.1.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](https://github.com/stub42/pytz/compare/release_2024.2...release_2025.1)

---
updated-dependencies:
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 18:07:44 +00:00
github-actions[bot]
60fc86386e
Merge pull request #950 from django-components/dependabot/pip/mkdocstrings-0.28.0
build(deps): bump mkdocstrings from 0.27.0 to 0.28.0
2025-02-03 18:06:38 +00:00
dependabot[bot]
444f2dceb5
build(deps): bump mkdocstrings from 0.27.0 to 0.28.0
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.27.0...0.28.0)

---
updated-dependencies:
- dependency-name: mkdocstrings
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 18:01:00 +00:00
github-actions[bot]
5d9f0ddf91
Merge pull request #951 from django-components/dependabot/pip/certifi-2025.1.31
build(deps): bump certifi from 2024.12.14 to 2025.1.31
2025-02-03 17:59:55 +00:00
dependabot[bot]
f4820c09f6
build(deps): bump certifi from 2024.12.14 to 2025.1.31
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.12.14 to 2025.1.31.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 17:51:47 +00:00
github-actions[bot]
d55dfaf817
Merge pull request #948 from django-components/dependabot/pip/griffe-1.5.6
build(deps): bump griffe from 1.5.5 to 1.5.6
2025-02-03 17:50:26 +00:00
dependabot[bot]
1b3b514b29
build(deps): bump griffe from 1.5.5 to 1.5.6
Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.5.5 to 1.5.6.
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mkdocstrings/griffe/compare/1.5.5...1.5.6)

---
updated-dependencies:
- dependency-name: griffe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 17:43:47 +00:00
github-actions[bot]
e469cb362e
Merge pull request #947 from django-components/dependabot/pip/isort-6.0.0
build(deps-dev): bump isort from 5.13.2 to 6.0.0
2025-02-03 17:42:36 +00:00
dependabot[bot]
3d9d43639c
build(deps-dev): bump isort from 5.13.2 to 6.0.0
Bumps [isort](https://github.com/pycqa/isort) from 5.13.2 to 6.0.0.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.13.2...6.0.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 17:37:15 +00:00
Juro Oravec
c7aba40252
refactor: Do tag input validation with __code__ variables if available (#945) 2025-02-02 21:47:34 +01:00
Juro Oravec
f52f12579b
refactor: remove use of eval for node validation (#944) 2025-02-02 10:35:39 +01:00
Juro Oravec
de32d449d9
feat: allow to highlight slots and components for debugging (#942) 2025-02-02 10:14:47 +01:00
Emil Stenström
da54d97343
Merge pull request #943 from mlissner/patch-1
Documentation typo
2025-02-02 01:02:20 +01:00
Mike Lissner
21121f149d
Documentation typo 2025-02-01 15:23:38 -08:00
Juro Oravec
96f48bc013
refactor: fix on_render_after hook (#941) 2025-02-01 17:39:56 +01:00
Juro Oravec
588053803d
refactor: fix component recursion (#936) 2025-02-01 17:19:21 +01:00
Juro Oravec
e105500350
chore: bump v0.127 (#939) 2025-02-01 11:14:07 +01:00
Oliver Haas
f01ee1fe8a
fix: implement safe retrieval of component classes from registry (#934) 2025-02-01 11:08:35 +01:00
Juro Oravec
bafa9f7cc5
docs: add details for development (#938) 2025-02-01 10:06:14 +01:00
Oliver Haas
bfd917fa20
docs: update development instructions to include directory change and… (#937) 2025-01-31 23:21:08 +01:00
Juro Oravec
3d187d7aba
chore: bump v0.126 (#933) 2025-01-29 14:34:40 +01:00
Juro Oravec
b69c6e6624
feat: replacepython html parser djc-core-html-parser (#929)
Co-authored-by: Emil Stenström <emil@emilstenstrom.se>
2025-01-29 14:24:25 +01:00
github-actions[bot]
55bcc11f50
Merge pull request #931 from django-components/dependabot/pip/pymdown-extensions-10.14.1
build(deps): bump pymdown-extensions from 10.14 to 10.14.1
2025-01-27 18:05:18 +00:00
dependabot[bot]
292889391b
build(deps): bump pymdown-extensions from 10.14 to 10.14.1
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.14 to 10.14.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.14...10.14.1)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-27 17:57:28 +00:00
Juro Oravec
0b65761fce
refactor: replace bs4 and perf optimizations (#927) 2025-01-24 10:30:41 +01:00
Emil Stenström
d407a8cd13 Update marks. 2025-01-22 23:51:12 +01:00
Emil Stenström
0c3a154a27 More marks. 2025-01-22 20:30:03 +01:00