Releases: plone/mockup
Release 5.0.9
Release 5.1.0-alpha.1
5.1.0-alpha.1 (2023-03-30)
Features
-
add
pat-checklist
(a6d6ffc) -
pat select2: update styles to more closely resemble styles of classic.demo.plone.org (6cb0822)
-
update bootstrap to 5.3.0-alpha2 (7e9c832)
Bug Fixes
- pat recurrence: Various UI issues in recurrence modal. (0c74143)
Release 5.0.8
5.0.8 (2023-03-29)
Release 5.0.7
Release 5.0.6
Release 5.1.0-alpha.0
5.1.0-alpha.0 (2023-03-04)
Maintenance
- update dependencies (f469155)@patternslib/patternslib=9.8.1-alpha-0
bootstrap=5.3.0-alpha1
bootstrap-icons=1.10.3
Release 5.0.5
Release 5.0.4
5.0.4 (2023-02-15)
Bug Fixes
-
pat-datatables: Downgrade datatables to 1.12 to fix import errors. (585ea8a)Co-authored-by: toalba [email protected]
Co-authored-by: Robert Niederreiter [email protected] -
pat-datatables: Fix tests. (9923015)Fix pat-structure test by requiring datatables from the test-setup
beforehand loading the test files. This is a necessary step for
datatables which wouldn't otherwise be attached to jQuery in tests.
Also freshly wrap the element with jQuery in the Patterns init method
after datatables was imported. A non-jQuery setup does not work at the
moment.
Maintenance
Release 5.0.3
5.0.3 (2023-02-13)
Bug Fixes
- pat-relateditems: Fix upload view. (817d0e1)
Maintenance
-
Cleanup: Autoformat with prettier. (389b884)
-
Cleanup: Fix eslint warnings. (ff2def9)
-
Cleanup: Fix more eslint warnings. (e885446)
-
Cleanup: Fix remaining eslint warnings. (38b9a85)
-
Cleanup: Remove unused tests. (f7a9bd3)
-
Cleanup: Replace deprecated jquery API usage. (3238565)
-
Docs: Update development information in the README. (7a4a16f)
-
Enable eslint and testing in GHA and the Makefile. (014d872)