Skip to content

Releases: plone/mockup

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)

Release 5.0.1

10 Feb 13:20
Compare
Choose a tag to compare

5.0.1 (2023-02-10)

Bug Fixes

  • pat-select2: Do not replace multi select fields for pat-querystring. (f096319)A select[multiple] field without the multiple pattern option set is no longer
    replaced with a input[type=hidden].
    This fixes a problem in pat-querystring where switching from one
    criteria to another duplicated the Select2 fields.
    Select2 deals just fine with select[multiple] fields. The replacement
    part should be evaluated for validity and eventually removed for a future
    Mockup release.

Release 5.0.0

09 Feb 19:07
Compare
Choose a tag to compare

5.0.0 (2023-02-09)

Features

  • pat-livesearch: Make the timeout to hide the livesearch after focus was lost configurable. (d939dd8)

  • pat-relateditems: Add ajaxTimeout option to configure the time to wait before ajax requests are done. (44cdcc4)

  • pat-select2: Add ajaxTimeout option to configure the time to wait before ajax requests are done. (cd1d491)

Bug Fixes

  • pat-relateditems: Adapt to recent changes in pat-select2. (1058ba8)

  • pat-select2: Do not load the english language translation files. English is the default language and no englich translation file exists. (a4f6ad7)

  • pat-select2: Fix replacing the select with an input in multiple selection selects. (9a27fd3)

Maintenance

  • pat structure: fixing structure tests (2b233c0)

  • pat tinymce: Uncomment and fix more tests (6001867)

  • pat-autotoc: Remove test for jQuery plugin registration. That mode isn't supported anymore. (391353e)

  • pat-livesearch: Fix tests. (69471b1)

  • pat-relateditems: Fix tests. (d917e4c)

  • pat-relateditems: Modernize code. (d8f2daa)

  • pat-select2: Fix tests. (1ed3d6d)

  • pat-select2: Fix tests. (a8cf916)

  • pat-select2: Modernize code. (5588e96)

  • pat-sortable: Fix tests. (39efedd)

  • update iconmap.json (41ba5e2)

  • Upgrade DataTables to 13. (54f4d29)

  • Upgrade dependencies. (8590f2b)

Release 5.0.0-beta.11

13 Jan 10:07
Compare
Choose a tag to compare
Release 5.0.0-beta.11 Pre-release
Pre-release

5.0.0-beta.11 (2023-01-13)

Bug Fixes

  • pat recurrence: fix wrong month in BYENDDATE and RDATE when adding and occurrence (76099ff)

Release 5.0.0-beta.9

11 Jan 09:45
Compare
Choose a tag to compare
Release 5.0.0-beta.9 Pre-release
Pre-release

5.0.0-beta.9 (2023-01-11)

Maintenance

Release 5.0.0-beta.8

11 Jan 09:33
Compare
Choose a tag to compare
Release 5.0.0-beta.8 Pre-release
Pre-release

5.0.0-beta.8 (2023-01-11)

Bug Fixes

  • pat recurrence: Fix recurrencewidget to initialize saved values correctly and fix RDATE and EXDATE editing (f2f8336)

Maintenance

  • pat textareamimetypeselector: Fix tests. (99e646a)