Commit graph

990 commits

Author SHA1 Message Date
Juro Oravec
899b9a2738
refactor: move kwargs resolution to render-time + cleanup (#594)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-23 18:15:28 +02:00
Emil Stenström
83dcc3fe80
Merge pull request #595 from hostnfly/fix-annotated-type
fix: mypy checking with django plugin is broken
2024-08-23 17:58:35 +02:00
Felipe Batista da Silva
107702bcbd fix: mypy checking with django plugin is broken 2024-08-23 15:57:17 +02:00
Juro Oravec
f97717cdb3
chore: bump v0.92 (#593) 2024-08-22 23:45:19 +02:00
Juro Oravec
efd05d6150
feat: Typing for component inputs and access inputs during render (#585) 2024-08-22 23:42:34 +02:00
Emil Stenström
4dd3e3d5b3
Merge pull request #588 from EmilStenstrom/dependabot/pip/tox-4.18.0
build(deps-dev): bump tox from 4.17.1 to 4.18.0
2024-08-22 07:08:43 +02:00
dependabot[bot]
1b53f3a4a6
build(deps-dev): bump tox from 4.17.1 to 4.18.0
Bumps [tox](https://github.com/tox-dev/tox) from 4.17.1 to 4.18.0.
- [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.17.1...4.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 12:35:50 +00:00
Juro Oravec
5cb649fae6
chore: bump v0.91 (#592) 2024-08-21 14:34:27 +02:00
Juro Oravec
3a599ff369
fix: Allow None for attrs in html_attrs tag (#591) 2024-08-21 14:32:36 +02:00
Juro Oravec
03af25aad6
chore: bump v0.90 (#584) 2024-08-18 17:02:01 +02:00
Juro Oravec
71d8679e8d
feat: TagFormatter - Allow users to customize component template tags (#572)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-18 16:58:56 +02:00
Juro Oravec
b89c09aa5f
chore: bump v0.89 (#583) 2024-08-16 23:32:55 +02:00
Juro Oravec
b8e92dac37
fix: Set Context.template for components to work with include (#582) 2024-08-16 23:31:00 +02:00
Emil Stenström
b2fece49d2
Merge pull request #581 from EmilStenstrom/EmilStenstrom-patch-1
Create automate-dependabot.yml
2024-08-16 16:00:40 +02:00
Emil Stenström
6f664cf4b1 Create automate-dependabot.yml
This workflow runs gh pr merge automatically on all PR's from dependabot. Fixes https://github.com/EmilStenstrom/django-components/issues/575
2024-08-16 15:59:28 +02:00
Emil Stenström
a9bc3a0ba1
Don't run status checks twice for new PR:s. 2024-08-14 21:09:04 +02:00
Emil Stenström
d6944da56d
Merge pull request #579 from EmilStenstrom/dependabot/pip/tox-4.17.1
build(deps-dev): bump tox from 4.16.0 to 4.17.1
2024-08-13 22:28:07 +02:00
dependabot[bot]
4d8d5108d0 build(deps-dev): bump tox from 4.16.0 to 4.17.1
Bumps [tox](https://github.com/tox-dev/tox) from 4.16.0 to 4.17.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.16.0...4.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-13 22:26:44 +02:00
Emil Stenström
9d872296e8
Merge pull request #578 from EmilStenstrom/dependabot/pip/django-5.1
build(deps): bump django from 5.0.8 to 5.1
2024-08-13 22:26:29 +02:00
dependabot[bot]
97f54a0264 build(deps): bump django from 5.0.8 to 5.1
Bumps [django](https://github.com/django/django) from 5.0.8 to 5.1.
- [Commits](https://github.com/django/django/compare/5.0.8...5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-13 08:04:01 +02:00
Emil Stenström
3f17be9f32
Update README.md 2024-08-13 08:02:55 +02:00
Emil Stenström
28d9450ebf
Merge pull request #574 from EmilStenstrom/dependabot/pip/django-5.0.8
build(deps): bump django from 5.0.7 to 5.0.8
2024-08-08 06:43:52 +02:00
dependabot[bot]
404b1cc011
build(deps): bump django from 5.0.7 to 5.0.8
Bumps [django](https://github.com/django/django) from 5.0.7 to 5.0.8.
- [Commits](https://github.com/django/django/compare/5.0.7...5.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 19:35:53 +00:00
pre-commit-ci[bot]
8215b7d84e
[pre-commit.ci] pre-commit autoupdate (#573)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-06 08:59:52 +02:00
Juro Oravec
7bbfcf7565
chore: bump v0.88 (#571) 2024-08-05 22:40:29 +02:00
dependabot[bot]
15be52e343
build(deps-dev): bump mypy from 1.11.0 to 1.11.1 (#568)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
2024-08-05 22:38:31 +02:00
dependabot[bot]
78edd5cf0f
build(deps-dev): bump black from 24.4.2 to 24.8.0 (#569)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
2024-08-05 22:36:35 +02:00
dependabot[bot]
972d654bfd
build(deps-dev): bump flake8 from 7.1.0 to 7.1.1 (#570)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
2024-08-05 22:34:24 +02:00
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