Releases: plone/mockup
Release 5.0.0-alpha.25
5.0.0-alpha.25 (2022-11-07)
Features
-
pat tinymce: Only import plugins that are actually enabled (85846e6)
-
Use webpack's
splitChunks
optimization for generating chunks (6209520)
Bug Fixes
-
core i18n: fix tests (65f0379)
-
pat markspeciallinks: fix tests (67e031d)
-
pat recurrence: Fix editing weekly weekdays. (5d288c7)
-
pat recurrence: Fix pagination of recurrence dates to not close overlay. (a011ba2)
Maintenance
-
Build: Update path to the webpack module federation config. (bfdaf25)
-
Build: Upgrade to @patternslib/patternslib 9.7.0-alpha.2 and @patternslib/dev to 3.0.0. (1fa9d49)
-
Do not use
--env
for environment variables (63a33ff) -
pat modal: Fix tests. (aacd9fa)
-
pat toggle: Fix tests. (fd8f5ea)
-
pat-livesearch: Fix tests. (20e5876)
-
Tests: Extend the jest config from Patternslib which has important mocks in place. (aca56b9)
-
Tests: Remove unneeded test setup which comes already from @patternslib/patternslib. (accf632)
-
Tests: Rename to setup-tests for consistency with Patternslib. (a7d65ad)
-
Upgrade dependencies. (796804a)
-
Upgrade Patternslib to 9.7.0-alpha.5. (4866f30)
Release 5.0.0-alpha.24
5.0.0-alpha.24 (2022-10-03)
Features
- pat-tinymce: add table header by default (c6e27bb)
Bug Fixes
-
pat-tinymce: fix inserttable button tooltip (663b7f5)
-
pat-tinymce: Translate inserttable button tooltip. (9878245)
Maintenance
- Build: Update Bootstrap 5.2.2 (54c731f)
Release 5.0.0-alpha.23
5.0.0-alpha.23 (2022-10-03)
Bug Fixes
-
Docs: Fix eleventy documentation to include correct Prism theme. (8394c6f)
-
pat relateditems: call .stopPropagation on events for breadcrumbs links. Fixes: gh-1221 (3cdca38)
Maintenance
-
Build: Unlink all eventually linked @Patternslib dependencies before building bundles. (4501e3c)
-
Build: Upgrade dependencies. (b2e3184)
Release 5.0.0-alpha.22
5.0.0-alpha.22 (2022-09-21)
Bug Fixes
-
pat relateditems: Fix initialization of ordering for pre-populated items. Fixes: #1205. (ae42f40)Co-authored-by: Johannes Raggam [email protected]
Co-authored-by: Maurits van Rees [email protected] -
pat select2: Fix initialization of ordering for pre-populated items. Fixes: #1205. (0ddcb5b)Co-authored-by: Johannes Raggam [email protected]
Co-authored-by: Maurits van Rees [email protected] -
pat-select2: load language files (b172397)
-
pat-tinymce: set the language in tiny options (ba6e749)
Maintenance
- Build: upgrade Bootstrap to 5.2.1 (73afbcc)
Release 5.0.0-alpha.21
5.0.0-alpha.21 (2022-08-11)
Features
- pat date-picker: Add pat-date-picker from @patternslib/patternslib. (0fa79a4)
Maintenance
Release 5.0.0-alpha.20
5.0.0-alpha.20 (2022-08-11)
Bug Fixes
Release 5.0.0-alpha.19
5.0.0-alpha.19 (2022-08-03)
Features
- pat textareamimetypeselector: Initialize all textareas with the same name. (ff206b9)
Bug Fixes
-
pat querystring: Do not close modal if querystring criteria is removed. (d22bb0b)
-
pat relateditems: Minor CSS fixes for uploader dropdown. (7c730eb)
-
pat schemaeditor: Fix adding fields to fieldsets, and drag and drops between fieldsets. Prevent adding fields to fieldsets from behaviors. fixes gh-1201 (9c3ec96)
-
pat search: Use core utils loader. (a67f76e)
Release 5.0.0-alpha.18
5.0.0-alpha.18 (2022-07-21)
Maintenance
- Build: Update Boostrap to 5.2.0 and Boostrap Icons to 1.9.1 (92b33cc)
Release 5.0.0-alpha.17
5.0.0-alpha.17 (2022-07-18)
Bug Fixes
- pat relateditems: Make templates customizeable again via patternoptions (984a9a6)
Release 5.0.0-alpha.16
5.0.0-alpha.16 (2022-07-12)
Features
-
i18n: Add i18n script for gettext extraction and document the use of it. (93ddfd7)
-
pat depends: Add pat-depends from @patternslib/patternslib to the build. (f9acd2a)This allows for optional form fields or other HTML structure which depen on the value of form inputs.