You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add support for Django 4.2 ([#231](https://github.com/torchbox/django-pattern-library/pull/231))
8
+
9
+
### Changed
10
+
11
+
- Switch to the `poetry-core` build backend ([#232](https://github.com/torchbox/django-pattern-library/pull/232))
12
+
13
+
### Removed
14
+
15
+
- Drop support for Python 3.7 ([#231](https://github.com/torchbox/django-pattern-library/pull/231))
16
+
- Drop support for Django 4.0 ([#231](https://github.com/torchbox/django-pattern-library/pull/231))
17
+
18
+
### Fixed
19
+
20
+
- Ensure the project root is on `sys.path` so tests etc. can be run in by Docker Compose ([#233](https://github.com/torchbox/django-pattern-library/issues/233), [#234](https://github.com/torchbox/django-pattern-library/pull/234))
21
+
- Fix URL pattern matching for template with dashes in the file name ([#229](https://github.com/torchbox/django-pattern-library/issues/229), [#230](https://github.com/torchbox/django-pattern-library/pull/230))
- Disable pointer events on menu chevron to allow clicks ([#202](https://github.com/torchbox/django-pattern-library/issues/202), [#205](https://github.com/torchbox/django-pattern-library/pull/205))
28
+
- Improve menu accessibility by using buttons for menu items ([#202](https://github.com/torchbox/django-pattern-library/issues/202), [#207](https://github.com/torchbox/django-pattern-library/pull/207)).
29
+
- Fix pattern name URL regex to account for Windows paths with backslash ([#222](https://github.com/torchbox/django-pattern-library/issues/222), [#223](https://github.com/torchbox/django-pattern-library/pull/223))
30
+
- Use the correct iframe width with resize buttons ([#226](https://github.com/torchbox/django-pattern-library/issues/226), [#225](https://github.com/torchbox/django-pattern-library/pull/225)).
31
+
- Update the project’s test matrix for upcoming Django 4.2 support ([#212](https://github.com/torchbox/django-pattern-library/issues/212),[#220](https://github.com/torchbox/django-pattern-library/pull/220)).
Copy file name to clipboardExpand all lines: docs/community/related-projects.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Here are other projects that are related to django-pattern-library, and may be r
8
8
-[django-components](https://github.com/EmilStenstrom/django-components/) – Reusable UI components for Django, going further than template partials.
9
9
-[django-component-tags](https://github.com/syse-i/django-component-tags) – Create advanced HTML components using Django Tags.
10
10
-[slippers](https://github.com/mixxorz/slippers) – Reusable components for Django, without writing a single line of Python.
11
-
- (Jinja only, incompatible but interesting) [Template Components (tcom)](https://tcom.scaletti.dev/) – Write server-side components as single Jinja template files. Use them as HTML tags without doing any importing.
11
+
- (Jinja only, incompatible but interesting) [JinjaX](https://jinjax.scaletti.dev/) – Write server-side components as single Jinja template files. Use them as HTML tags without doing any importing.
0 commit comments