Skip to content

Releases: plone/mockup

Release 5.0.9

12 Apr 05:58
Compare
Choose a tag to compare

5.0.9 (2023-04-12)

Bug Fixes

  • pat recurrence: Fixes for 'Repeat on' for Yearly and Monthly options (df4d4e6)

Release 5.1.0-alpha.1

30 Mar 11:22
Compare
Choose a tag to compare
Release 5.1.0-alpha.1 Pre-release
Pre-release

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

29 Mar 06:31
Compare
Choose a tag to compare

5.0.8 (2023-03-29)

Release 5.0.7

29 Mar 06:04
Compare
Choose a tag to compare

5.0.7 (2023-03-29)

Bug Fixes

  • pat recurrence: Various UI issues in recurrence modal. (e71ae95)

Maintenance

Release 5.0.6

21 Mar 14:47
Compare
Choose a tag to compare

5.0.6 (2023-03-21)

Maintenance

  • bundle: Add pat-checklist (b62dfb0)

  • override for release-it (14f84e0)

Release 5.1.0-alpha.0

04 Mar 13:44
Compare
Choose a tag to compare
Release 5.1.0-alpha.0 Pre-release
Pre-release

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

15 Feb 22:00
Compare
Choose a tag to compare

5.0.5 (2023-02-15)

Bug Fixes

  • pata-datatables: Need to downgrade due to incompability. (f5c156c)

Release 5.0.4

15 Feb 20:37
Compare
Choose a tag to compare

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

  • cleanup: Replace deprecated API calls. (14c36bc)

  • pat-datatables: Actually, include all the datatables libraries. (67ad865)We're depending on them anyways, so let's import all.
    It's just a few kb of Bootstrap initialization code.

  • Remove regenerator-runtime. This is not needed anymore. (537219e)

Release 5.0.3

13 Feb 23:47
Compare
Choose a tag to compare

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)

Release 5.0.2

13 Feb 10:11
Compare
Choose a tag to compare

5.0.2 (2023-02-13)

Bug Fixes

  • pat recurrence: Correct starttime of RDATE in recurrence. (e70414f)