Releases: plone/mockup
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.
Bug Fixes
Release 5.0.0-alpha.15
5.0.0-alpha.15 (2022-07-11)
Release 5.0.0-alpha.14
5.0.0-alpha.14 (2022-07-08)
Bug Fixes
- pat modal: Use jquery-form to be able to upload binary data via AJAX. (7466336)
Maintenance
Release 5.0.0-alpha.13
5.0.0-alpha.13 (2022-07-08)
Features
- Register jQuery and bootstrap globally with the main mockup bundle. (a58eeab)
Bug Fixes
- Correct prettier config file name. (545bd59)
Maintenance
- Upgrade to @patternslib/dev 2.3.0. (3c3dabb)
Breaking Changes
Release 5.0.0-alpha.12
5.0.0-alpha.12 (2022-07-06)
Maintenance
-
Adapt to @patternslib/dev module federation changes. (730ab0f)
-
Build: Upgrade dependencies. (b297ac4)
-
Build: Upgrade Patterns to 9.0.0-beta.0 and pat-code-editor to 3.0.0. (d6996bf)
-
Cleanup: prettier whole code base. (e19f23e)
-
Cleanup: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (e848c13)
-
Cleanup: Remove unused dependencies. (a5ef3f2)
-
Cleanup: Remove unused imports and variables. (9b79ce3)
-
Cleanup: Remove unused r.js file. (e6322d3)
-
Depend on @patternslib/dev and extend from there. (2f2ef5f)
-
Extend babel config from @patternslib/dev. (b702492)
-
Extend commitlint config from @patternslib/dev. (4330cf7)
-
Extend eslint config from @patternslib/dev. (857f678)
-
Extend jest config from @patternslib/dev. (5c43d43)
-
Extend Makefile from @patternslib/dev. (5da74f4)
-
Extend prettier config from @patternslib/dev. (08ce446)
-
Extend release-it config from @patternslib/dev. (ec69436)
-
Extend webpack config from @patternslib/dev. (811673a)