Skip to content

Releases: plone/mockup

Release 5.0.0-beta.10

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

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

12 Dec 08:05
Compare
Choose a tag to compare
Release 5.0.0-beta.7 Pre-release
Pre-release

5.0.0-beta.7 (2022-12-12)

Bug Fixes

  • pat tinymce: Add plonelink and ploneimage to valid_plugins always. (9319689)

Maintenance

  • pat tinymce: Cleanup old code no longer needed. closes gh-1198 (6e2803f)

Release 5.0.0-beta.6

12 Dec 03:53
Compare
Choose a tag to compare
Release 5.0.0-beta.6 Pre-release
Pre-release

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

12 Dec 03:40
Compare
Choose a tag to compare
Release 5.0.0-beta.5 Pre-release
Pre-release

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

30 Nov 07:22
Compare
Choose a tag to compare
Release 5.0.0-beta.4 Pre-release
Pre-release

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)

Release 5.0.0-beta.3

23 Nov 08:53
Compare
Choose a tag to compare
Release 5.0.0-beta.3 Pre-release
Pre-release

5.0.0-beta.3 (2022-11-23)

Maintenance

Release 5.0.0-beta.2

18 Nov 09:50
Compare
Choose a tag to compare
Release 5.0.0-beta.2 Pre-release
Pre-release

5.0.0-beta.2 (2022-11-18)

Maintenance

Release 5.0.0-beta.1

18 Nov 09:35
Compare
Choose a tag to compare
Release 5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2022-11-18)

Bug Fixes

  • Build: Temporarily disable linting as long we're in prerelease mode. (8387ebf)

  • Build: Temporarily disable linting/testing as long we're in prerelease mode. (b740390)

  • Build: Use single-colon target for check to overwrite the original from @patternslib/dev. (316a9eb)

Maintenance

  • Build: Upgrade dependencies. (cb3d465)

  • Bundle: Upgrade dependencies. (32f2d86)

Release 5.0.0-beta.0

18 Nov 07:58
Compare
Choose a tag to compare
Release 5.0.0-beta.0 Pre-release
Pre-release

5.0.0-beta.0 (2022-11-18)

Release 5.0.0-alpha.27

17 Nov 15:05
Compare
Choose a tag to compare
Pre-release

5.0.0-alpha.27 (2022-11-17)

Bug Fixes

  • pat tinymce: remove picture-variants defaults (47a9d6a)

  • set correct max-height for select2-results area (4152adc)

Maintenance