Commit graph

962 commits

Author SHA1 Message Date
Juro Oravec
d6dec450ed
refactor: prepare registry for custom template tags and docs (#566)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-05 22:31:49 +02:00
Juro Oravec
c202c5a901
chore: bump v0.87 (#565) 2024-08-03 08:33:42 +02:00
Juro Oravec
e771a0aaaf
refactor: Use top-level exports as public API (#562)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-03 08:30:39 +02:00
Juro Oravec
d819f3ff49
chore: bump v0.86 (#564) 2024-07-30 09:39:42 +02:00
Jake Duth
6d8e6d8a49
Fix upgradecomponent (#563) 2024-07-30 09:37:34 +02:00
Juro Oravec
fbbbf6c694
fix: do not aggregate kwargs that start with colon (#561) 2024-07-29 20:58:55 +02:00
Juro Oravec
8cb88558f0
refactor: Prepare autodiscover and template loader for v1 (#533) 2024-07-29 20:27:35 +02:00
dependabot[bot]
b1bd430a07
build(deps-dev): bump pre-commit from 3.7.1 to 3.8.0 (#559)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
2024-07-29 20:18:46 +02:00
dependabot[bot]
055bee326e
build(deps-dev): bump pytest from 8.3.1 to 8.3.2 (#560)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 19:44:43 +02:00
Emil Stenström
26a3f1473a
Merge pull request #553 from daniboygg/docs-single-file-components-jetbrains
Add documentation for jetbrains IDEs
2024-07-22 23:32:47 +02:00
daniboygg
82d532ab26 docs: add documentation for jetbrains IDEs
* Add documentation about code highlight on single-file-components
2024-07-22 23:15:54 +02:00
Emil Stenström
abe8d2051c
Merge pull request #555 from EmilStenstrom/dependabot/pip/mypy-1.11.0
build(deps-dev): bump mypy from 1.10.1 to 1.11.0
2024-07-22 23:14:20 +02:00
dependabot[bot]
301b302bd3 build(deps-dev): bump mypy from 1.10.1 to 1.11.0
Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 23:12:32 +02:00
Emil Stenström
82aef5c381
Merge pull request #554 from EmilStenstrom/dependabot/pip/pytest-8.3.1
build(deps-dev): bump pytest from 8.2.2 to 8.3.1
2024-07-22 23:12:12 +02:00
dependabot[bot]
f5b9e236ea
build(deps-dev): bump pytest from 8.2.2 to 8.3.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 17:18:10 +00:00
Emil Stenström
42b6785528
Update tests.yml 2024-07-12 11:41:32 +02:00
Emil Stenström
f5da6bbd3a
Merge pull request #549 from EmilStenstrom/dependabot/pip/django-5.0.7
build(deps): bump django from 5.0.6 to 5.0.7
2024-07-11 16:17:12 +02:00
dependabot[bot]
ef0912bf37
build(deps): bump django from 5.0.6 to 5.0.7
Bumps [django](https://github.com/django/django) from 5.0.6 to 5.0.7.
- [Commits](https://github.com/django/django/compare/5.0.6...5.0.7)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 22:21:02 +00:00
dependabot[bot]
cd3dd2ff41
build(deps-dev): bump tox from 4.15.1 to 4.16.0 (#546)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 21:16:20 +02:00
Juro Oravec
d47927054c
chore: bump v0.84 (#544) 2024-07-08 11:04:38 +02:00
Juro Oravec
2953ca4dba
fix: do not monkeypatch already patched templates (#543) 2024-07-08 11:02:50 +02:00
Juro Oravec
31257a475d
chore: bump v0.83 (#542) 2024-07-08 10:27:38 +02:00
Juro Oravec
2684b41c07
fix: various fixes for inject/provide and html_attrs (#541)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-08 10:25:38 +02:00
Juro Oravec
23d91218bd
refactor: usage notes + tests for safer_staticfiles (#538)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-08 07:25:03 +02:00
dependabot[bot]
3dadba6636
build(deps-dev): bump mypy from 1.10.0 to 1.10.1 (#537)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 15:40:37 +02:00
Juro Oravec
e2222f291a
docs: fix table of contents (#535) 2024-06-25 21:49:53 +02:00
Juro Oravec
a4b4905bee
chore: bump v0.82 (#532) 2024-06-21 19:39:50 +02:00
Juro Oravec
3c5a7ad823
feat: paths as objects + user-provided Media cls + handle static (#526)
Co-authored-by: Emil Stenström <emil@emilstenstrom.se>
2024-06-21 19:36:53 +02:00
Emil Stenström
1d0d960211
Merge pull request #529 from EmilStenstrom/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-06-18 00:59:47 +02:00
pre-commit-ci[bot]
44247728a1
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pycqa/flake8: 7.0.0 → 7.1.0](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0)
2024-06-17 22:32:08 +00:00
dependabot[bot]
1f3fa148a7
build(deps-dev): bump flake8 from 7.0.0 to 7.1.0 (#528)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 21:10:02 +02:00
Juro Oravec
09a7200097
chore: bump v0.81 (#525) 2024-06-12 09:12:54 +02:00
Emil Stenström
3f80dacb3c
Merge pull request #521 from JuroOravec/520-render-as-func
feat: refactor render fn and allow slots as functions
2024-06-11 22:30:57 +02:00
Juro Oravec
0a6d263ba3
Merge branch 'master' into 520-render-as-func 2024-06-11 21:57:06 +02:00
pre-commit-ci[bot]
49c4e84f07 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-06-11 19:43:02 +00:00
Juro Oravec
bca26c46f3 docs: update README 2024-06-11 21:42:45 +02:00
Juro Oravec
36cd6e3f06 refactor: compat with comp as view by reusing comp instance 2024-06-11 21:41:56 +02:00
Juro Oravec
7c52acf411 refactor: linter fixes 2024-06-11 15:08:02 +02:00
Juro Oravec
c6e3c0a213 refactor: update Component.render docstring 2024-06-11 15:06:14 +02:00
Juro Oravec
5c89d4dbeb refactor: pass slot data and slot default to slot render fn and rename LazySlot to SlotRef 2024-06-11 14:34:04 +02:00
Emil Stenström
c95c4e621c
Merge pull request #524 from EmilStenstrom/dependabot/pip/pytest-8.2.2
build(deps-dev): bump pytest from 8.2.1 to 8.2.2
2024-06-10 22:37:37 +02:00
Emil Stenström
ba920c98a0
Merge branch 'master' into dependabot/pip/pytest-8.2.2 2024-06-10 22:37:16 +02:00
Emil Stenström
eb8c402b28
Merge pull request #523 from EmilStenstrom/dependabot/pip/tox-4.15.1
build(deps-dev): bump tox from 4.15.0 to 4.15.1
2024-06-10 22:37:02 +02:00
dependabot[bot]
f526e71c85
build(deps-dev): bump pytest from 8.2.1 to 8.2.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 17:10:10 +00:00
dependabot[bot]
db46d194eb
build(deps-dev): bump tox from 4.15.0 to 4.15.1
Bumps [tox](https://github.com/tox-dev/tox) from 4.15.0 to 4.15.1.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.15.0...4.15.1)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 17:09:37 +00:00
Juro Oravec
40f4476993 refactor: add test for response_class 2024-06-02 16:37:22 +02:00
pre-commit-ci[bot]
a5a0c74d31 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-06-02 14:23:56 +00:00
Juro Oravec
5f07f3d4da refactor: update tests 2024-06-02 16:22:49 +02:00
Juro Oravec
fee26ec1d8 feat: refactor render fn and allow slots as functions 2024-06-02 16:22:38 +02:00
Juro Oravec
3a7d5355cf
chore: bump v0.80 (#519) 2024-06-01 10:55:15 +02:00