Releases: plone/mockup
Release 5.0.1
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
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
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
Release 5.0.0-beta.8
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)
Release 5.0.0-beta.10
5.0.0-beta.10 (2023-01-11)
Bug Fixes
- pat recurrence: initial editing and correct time for additional RDATE values (195ad31)
Release 5.0.0-beta.7
5.0.0-beta.7 (2022-12-12)
Bug Fixes
- pat tinymce: Add plonelink and ploneimage to valid_plugins always. (9319689)
Maintenance
Release 5.0.0-beta.6
5.0.0-beta.6 (2022-12-12)
Bug Fixes
- Also include webpack.config.js in the build which is extended in plone.staticresources. (ac4e717)
Release 5.0.0-beta.5
5.0.0-beta.5 (2022-12-12)
Features
- Build: Include the build in the npm package. (626a267)The compiled build is now included in npm packages by including the dist
directory in .npmignore. To not increase the package size too much the
JavaScript map files are not included. Now you can include Patternslib
by using unpkg or jsDelivr like so:
https://unpkg.com/@patternslib/[email protected]/dist/bundle.min.js
or
https://cdn.jsdelivr.net/npm/@patternslib/[email protected]/dist/bundle.min.js
- pat tinymce: Improve tinymce async initialization. Proper fallback when specific languages are not found, and avoid errors for missing or not found plugins. fixes gh-1253 (a4d4e78)
Bug Fixes
-
pat modal: Fix close selector for default cancel buttons. (4905251)
-
pat recurrence: Update occurrences on every field change/blur. (4bf7430)
-
pat registry: Fix record editing modals. (8a864cf)
-
pat structure: fix escaped HTML in crumb and rename title. (88ec616)
-
pat-datatables: Fix DataTables problem with new version. (9081186)The 1.13.1 series of datatables-net introduced an import error.
Fixing the version to the previous version which was known to work and exculde some imports with produce the same failure.
Maintenance
-
Build: Upgrade dependencies. (7a46c8f)
-
define YARN in our Makefile. (b589434)
-
Maintain own test setup config. (238ff3b)Don't extend from @patternslib/patternslib for setting up tests.
The config files are not included in the npm package distributions anymore. -
pat-texteditor: Use class based extension of @patternslib/pat-code-editor. (1557679)
-
pat-validation: Update customization of error-template which is now a method of the Validation class. (70c8c6b)
Release 5.0.0-beta.4
5.0.0-beta.4 (2022-11-30)
Features
-
i18n: export "plone" and "widgets" translation domains (9a8858d)
-
pat livesearch: toggle d-none instead of using the style attribute to show/hide the results (c17c87d)
-
pat structure: define translatable columns and translate with
plone
domain. (117e480)
Bug Fixes
- pat structure: Bring back state color to
review_state
column. (e02fe26)
Maintenance
- build: Update dependencies. (2547019)