Django-components

Latest version: v0.101

Safety actively analyzes 666181 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.75

What's Changed

Fix
* fix: alias component_registry imports for mypy by mikucz in https://github.com/EmilStenstrom/django-components/pull/499

Chore
* build(deps): bump django from 5.0.5 to 5.0.6 by dependabot in https://github.com/EmilStenstrom/django-components/pull/496
* build(deps-dev): bump pre-commit from 3.7.0 to 3.7.1 by dependabot in https://github.com/EmilStenstrom/django-components/pull/497

New Contributors
* mikucz made their first contribution in https://github.com/EmilStenstrom/django-components/pull/499

**Full Changelog**: https://github.com/EmilStenstrom/django-components/compare/0.74...0.75

0.74

What's Changed

Feat
* feat: Support for HTML attributes and `html_attrs` tag by JuroOravec in https://github.com/EmilStenstrom/django-components/pull/491

**Full Changelog**: https://github.com/EmilStenstrom/django-components/compare/0.73...0.74

0.73

What's Changed

Fix
* fix: make template_loader consider tuples for STATICFILES_DIRS by alexandreMartinEcl in https://github.com/EmilStenstrom/django-components/pull/489

New Contributors
* alexandreMartinEcl made their first contribution in https://github.com/EmilStenstrom/django-components/pull/489

**Full Changelog**: https://github.com/EmilStenstrom/django-components/compare/0.72...0.73

0.72

What's Changed

Fix
* fix: incorrect name for default slot in is_filled dict by JuroOravec in https://github.com/EmilStenstrom/django-components/pull/482

Chore
* build(deps): bump django from 5.0.4 to 5.0.5 by dependabot in https://github.com/EmilStenstrom/django-components/pull/487


**Full Changelog**: https://github.com/EmilStenstrom/django-components/compare/0.71...0.72

0.71

What's Changed

Feat
* feat: support special chars ` - . :` in component kwargs by JuroOravec in https://github.com/EmilStenstrom/django-components/pull/477

Fix
* Update README.md by KPCOFGS in https://github.com/EmilStenstrom/django-components/pull/469
* Fix compatibility with Django's `include`, `extends` and `block` tags by JuroOravec in https://github.com/EmilStenstrom/django-components/pull/468

Chore
* Inline component view tests by EmilStenstrom in https://github.com/EmilStenstrom/django-components/pull/475
* tests: add inline syntax highlight, inline template files by JuroOravec in https://github.com/EmilStenstrom/django-components/pull/474


New Contributors
* KPCOFGS made their first contribution in https://github.com/EmilStenstrom/django-components/pull/469

**Full Changelog**: https://github.com/EmilStenstrom/django-components/compare/0.70...0.71

0.70

What's Changed

Breaking changes
- `{% if_filled %}` tags were replaced with context variables `{{ component_vars.is_filled.<slot_name> }}`. [See docs](https://github.com/EmilStenstrom/django-components/blob/3fc90e49569ef1b26265ef75b9d58fbf05831a06/README.md#conditional-slots).
- `context_behavior` and `slot_context_behavior` settings were merged into `context_behavior`. Now there's only 2 options - `"isolated"` and `"django"`. `"isolated"` is the default. [See docs](https://github.com/EmilStenstrom/django-components/blob/3fc90e49569ef1b26265ef75b9d58fbf05831a06/README.md#context-behavior)

Feat
* feat: Allow multiple slots with the same name in the same template by JuroOravec in https://github.com/EmilStenstrom/django-components/pull/457
* feat: Support both sync and async in ComponentDependencyMiddleware by TheSteveBurgess in https://github.com/EmilStenstrom/django-components/pull/466
* feat: merge context settings, replace if_filled tag with var by JuroOravec in https://github.com/EmilStenstrom/django-components/pull/465

Fix
* refactor: fix context vars missing in isolated slot by JuroOravec in https://github.com/EmilStenstrom/django-components/pull/455
* refactor: fix slot fills for components nested in themselves by JuroOravec in https://github.com/EmilStenstrom/django-components/pull/456

Chore
* build(deps-dev): bump black from 24.4.0 to 24.4.2 by dependabot in https://github.com/EmilStenstrom/django-components/pull/459
* build(deps-dev): bump tox from 4.14.2 to 4.15.0 by dependabot in https://github.com/EmilStenstrom/django-components/pull/460
* build(deps-dev): bump mypy from 1.9.0 to 1.10.0 by dependabot in https://github.com/EmilStenstrom/django-components/pull/461
* build(deps-dev): bump pytest from 8.1.1 to 8.2.0 by dependabot in https://github.com/EmilStenstrom/django-components/pull/462
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/EmilStenstrom/django-components/pull/463

New Contributors
* TheSteveBurgess made their first contribution in https://github.com/EmilStenstrom/django-components/pull/466

**Full Changelog**: https://github.com/EmilStenstrom/django-components/compare/0.68...0.70

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.