pre-commit-ci[bot]
752567bf7c
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-04-14 14:49:07 +00:00
Juro Oravec
fd9c441024
refactor: fix linter errors
2024-04-14 16:48:55 +02:00
Juro Oravec
e6725c8445
refactor: update tests
2024-04-14 16:46:43 +02:00
Juro Oravec
a08072c515
refactor: add logger and move importlib one scope up
2024-04-14 16:46:17 +02:00
Juro Oravec
5ca4313238
refactor: fix mypy error
2024-04-14 13:54:39 +02:00
Juro Oravec
1f72535cf1
refactor: skip test
2024-04-14 13:51:08 +02:00
pre-commit-ci[bot]
8ff35ae5e5
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-04-14 11:10:56 +00:00
Juro Oravec
dae49c42a8
refactor: add tests
2024-04-14 13:10:45 +02:00
Juro Oravec
78503de0ec
refactor: linter fixes
2024-04-13 21:37:52 +02:00
Juro Oravec
003c8ba4d5
refactor: fix clash with autodiscovery
2024-04-13 21:34:43 +02:00
Emil Stenström
ddc62c7dfc
Make background white for black backgrounds.
2024-04-13 10:29:09 +02:00
Emil Stenström
e9b0874ff8
Use relative URL.
2024-04-13 10:22:59 +02:00
Emil Stenström
9b5a691606
Testing setting a white background to make logo work on dark backgrounds.
2024-04-13 10:22:11 +02:00
Emil Stenström
a1c7952067
Add logotype to project.
2024-04-13 10:18:21 +02:00
Emil Stenström
274be10478
Bump version.
2024-04-11 23:54:13 +02:00
Emil Stenström
3facfb14a2
Merge pull request #432 from JuroOravec/fix-relative-templates
...
refactor: use sys.modules to get component file path
2024-04-11 23:53:21 +02:00
Juro Oravec
3050dc71b9
refactor: add test
2024-04-11 23:44:36 +02:00
Juro Oravec
3f8abc7388
refactor: use sys.modules to get component file path
2024-04-11 23:22:48 +02:00
Emil Stenström
bc7ff0af1a
Merge pull request #428 from franciscobmacedo/fix-inconsistent-file-names-in-README
...
fix: inconsistent file names in README.md
2024-04-09 14:05:49 +02:00
Francisco Macedo
c31395ea28
fix: inconsistent file names in README.md
2024-04-09 11:22:39 +01:00
Emil Stenström
2e126065e7
Merge pull request #427 from EmilStenstrom/dependabot/pip/django-5.0.4
...
Bump django from 5.0.3 to 5.0.4
2024-04-08 21:46:08 +02:00
dependabot[bot]
91b66be56b
Bump django from 5.0.3 to 5.0.4
...
Bumps [django](https://github.com/django/django ) from 5.0.3 to 5.0.4.
- [Commits](https://github.com/django/django/compare/5.0.3...5.0.4 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 17:39:38 +00:00
Emil Stenström
cd791caa57
Bump version.
2024-04-04 08:35:06 +02:00
Dylan Castillo
0f278f3c25
Fix issue #421 ( #422 )
2024-04-04 08:29:26 +02:00
Gabriel Dugny
84db2b7314
build: move to PEP517 and pyproject.toml, drop support for Py3.6 and Py3.7 ( #417 )
...
* chore: move to pyproject.toml
* chore: forced to drop Python 3.6 to upgrade
* chore: drop support for Python 3.6 and 3.7
* chore: remove old references to py36/py37
* chore: remove setup.py, replaced by pyproject.toml
2024-03-31 19:20:35 +02:00
Juro Oravec
9aa446acc8
refactor: move slots logic to own file ( #416 )
...
* refactor: move slots logic to own file
* docs: add readme section for how slots work
* chore: isort
* refactor: fix type alias
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* refactor: fix isort issues again
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-30 22:55:27 +01:00
Emil Stenström
ae5cda9f72
Bump version.
2024-03-30 09:18:33 +01:00
Juro Oravec
2c8fc6c3a2
fix: avoid nested django contexts when rendering ( #415 )
...
* fix: avoid nested django contexts when rendering
* refactor: make input for slot context processing more specific
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-30 09:17:55 +01:00
Emil Stenström
20847b978b
Bump version.
2024-03-29 23:41:49 +01:00
Emil Stenström
7e90444ae2
Merge pull request #410 from GabDug/feat/type-hints
...
feat: full type hints
2024-03-29 23:41:00 +01:00
Gabriel Dugny
b9f4e596a4
feat: add type hints everywhere
2024-03-29 08:51:58 +01:00
Emil Stenström
c11f30ec7c
Merge pull request #407 from GabDug/fix/tox-use-wheel
...
Use wheel in tests, adopt src layout
2024-03-29 07:56:06 +01:00
pre-commit-ci[bot]
05fbd70b32
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-03-29 07:50:10 +01:00
Gabriel Dugny
a818f18423
fix: support legacy tox and setuptools for Python 3.6
2024-03-29 07:50:10 +01:00
Gabriel Dugny
44f984c84b
fix: make tox use the wheel
2024-03-29 07:50:10 +01:00
Gabriel Dugny
a7901c7c17
chore: use src layout
2024-03-29 07:50:10 +01:00
Emil Stenström
f2c925e1e2
Merge pull request #408 from EmilStenstrom/dependabot/pip/pre-commit-3.7.0
...
Bump pre-commit from 3.6.2 to 3.7.0
2024-03-25 22:52:51 +01:00
dependabot[bot]
e47fa0d85c
Bump pre-commit from 3.6.2 to 3.7.0
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 3.6.2 to 3.7.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.2...v3.7.0 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 22:52:34 +01:00
Emil Stenström
ae9e99a412
Merge pull request #409 from EmilStenstrom/dependabot/pip/tox-4.14.2
...
Bump tox from 4.14.1 to 4.14.2
2024-03-25 22:52:18 +01:00
dependabot[bot]
23671cf6a2
Bump tox from 4.14.1 to 4.14.2
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.14.1 to 4.14.2.
- [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.14.1...4.14.2 )
---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 17:55:06 +00:00
Emil Stenström
a9c922c8e6
Merge pull request #406 from GabDug/fix/type-component-registry
...
fix: type component registry
2024-03-24 21:52:27 +01:00
pre-commit-ci[bot]
0a1b6ca6ab
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-03-24 17:01:07 +00:00
Gabriel Dugny
715326b5c2
fix: 3.6 syntax for type hints
2024-03-24 18:00:55 +01:00
Gabriel Dugny
3952fd7437
fix: type component registry
2024-03-24 17:40:16 +01:00
Emil Stenström
04160f4e0b
Bump version.
2024-03-24 12:11:13 +01:00
Emil Stenström
fa6abab06e
Merge pull request #404 from JuroOravec/fix-release-v0.60
...
Fix realeases v0.60 and v0.52
2024-03-24 12:10:47 +01:00
Juro Oravec
12463c365b
refactor: move py.typed into django_components dir
2024-03-24 10:09:36 +01:00
Juro Oravec
d4244578ed
refactor: change utils dir to file to fix missing import
2024-03-24 10:09:15 +01:00
Emil Stenström
ceb74b289d
Merge pull request #400 from EmilStenstrom/dependabot/pip/black-24.3.0
...
Bump black from 24.2.0 to 24.3.0
2024-03-23 19:03:53 +01:00
Emil Stenström
d512cfb0fe
Bump version.
2024-03-23 19:03:05 +01:00