Skip to content

Releases: plone/mockup

Release 5.1.1

31 May 13:23
Compare
Choose a tag to compare

5.1.1 (2023-05-31)

Maintenance

Release 5.1.0-alpha.5

30 May 00:05
Compare
Choose a tag to compare
Release 5.1.0-alpha.5 Pre-release
Pre-release

5.1.0-alpha.5 (2023-05-30)

Maintenance

  • Upgrade dependencies. (83189bf)

    Also use @patternslib/dev 3.3.5 which fixes missing build files in the npm release.

Release 5.0.13

29 May 23:56
Compare
Choose a tag to compare

5.0.13 (2023-05-29)

Bug Fixes

  • Get the remote bundle name from package.json. (0ea9a92)

  • Include the select2 patch in the npm package. (74655eb)

Maintenance

  • Upgrade dependencies. (e5635d1)

    Also use @patternslib/dev 3.3.5 which fixes missing build files in the npm release.

Release 5.1.0-alpha.4

17 May 12:13
Compare
Choose a tag to compare
Release 5.1.0-alpha.4 Pre-release
Pre-release

5.1.0-alpha.4 (2023-05-17)

Bug Fixes

  • Get the remote bundle name from package.json. (079c3c2)

  • Include the select2 patch in the npm package. (6b8d0fb)

  • pat reccurrence: Fix default selected range option if there's no "repeat forever" button (which is default in the event behavior). (06441b1)

  • pat tinymce: Add urlconverter_callback and do not convert external links/images urls (aca7201)

  • pat tinymce: Do not remove current paragraph when inserting image. (856b519)

Maintenance

Release 5.0.12

17 May 11:28
Compare
Choose a tag to compare

5.0.12 (2023-05-17)

Bug Fixes

  • pat reccurrence: Fix default selected range option if there's no "repeat forever" button (which is default in the event behavior). (818313d)

  • pat tinymce: Add urlconverter_callback and do not convert external links/images urls (8e1c6be)

  • pat tinymce: Do not remove current paragraph when inserting image. (e322044)

Maintenance

Release 5.1.0-alpha.3

22 Apr 01:02
Compare
Choose a tag to compare
Release 5.1.0-alpha.3 Pre-release
Pre-release

5.1.0-alpha.3 (2023-04-22)

Bug Fixes

  • pat textareamimetypeselector: Async initialization of textareas. Fixes TinyMCE in modals not showing up (see mosaic) (c6d359c)

Maintenance

  • pat-contentloader: Fix demo with loading an external page by loading itself. (20f3b02)

  • Upgrade dependencies. (0421f2a)

Release 5.0.11

22 Apr 00:41
Compare
Choose a tag to compare

5.0.11 (2023-04-22)

Bug Fixes

  • pat markspeciallinks: Fix selector for tests. (dcc31ec)

    Latest jest/jsdom requires a :not(a, b) syntax rather than :not(a):not(b).
    Since it has the exact same semantics and solves a problem quickly, adapting
    the code to the requirements of the test framework is Ok in this case.

  • pat textareamimetypeselector: Async initialization of textareas. Fixes TinyMCE in modals not showing up (see mosaic) (5e70d1b)

Maintenance

  • pat-contentloader: Fix demo with loading an external page by loading itself. (dc5a074)

  • Upgrade dependencies. (9f0a0a7)

Release 5.1.0-alpha.2

17 Apr 09:28
Compare
Choose a tag to compare
Release 5.1.0-alpha.2 Pre-release
Pre-release

5.1.0-alpha.2 (2023-04-17)

Features

  • Update Bootstrap Icons 1.10.4 (9a2111a)

  • Upgrade bootstrap to 5.3.0-alpha3 (4d1f63e)

Bug Fixes

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

  • pat tinymce: Do not add picture-variants classes and attributes to external images. (a6e6161)Fixes: #1302

Maintenance

  • Version resolution for nwsapi (877dfca)

Release 5.0.10

17 Apr 13:27
Compare
Choose a tag to compare

5.0.10 (2023-04-17)

Bug Fixes

  • pat tinymce: Do not add picture-variants classes and attributes to external images. (37b2d36), closes #1302Fixes: #1302

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)