pip: 26.1.1 → 26.1.2 -------------------- plone.api: 3.0.0 → 3.0.1 ------------------------ Bug fixes: - The `@required_parameters` decorator can work with arguments that do not have a default. @ale-rt #248 - Clean up. @ale-rt #592 Internal: - Update configuration files @plone plone.app.i18n: 5.0.0 → 6.0.0a2 ------------------------------- Breaking changes: - Moved plone.app.i18n.browser.languageselector template to plone.app.layout.viewlets [agitator] (#3953) Bug fixes: - Fix jbot deprecation declaration. @petschki Internal: - Update configuration files. [plone devs] plone.app.layout: 6.0.1 → 7.0.0a2 --------------------------------- Breaking changes: - Move ``plone.app.registry`` Classic-UI browser templates and control panel views to ``plone.app.layout.controlpanels.registry``. (#437) - Move ``plone.app.linkintegrity`` template/views to ``plone.app.layout.views.linkintegrity`` [petschki] (#3953) - Moved plone.app.i18n.browser.languageselector template to plone.app.layout.viewlets [agitator] (#3953) New features: - move UI related code and template of sharing view from plone.app.workflow to plone.app.layout [MrTango] (#390) Bug fixes: - Take into account the value of request parameter page for caching the generated sitemap @erral Tests: - Add ``sharing_csrf.txt`` functional doctest, moved here from ``Products.CMFPlone`` together with the Classic-UI ``@@sharing`` view. [MrTango] (#3953) Internal: - Added Classic-UI control panel views and templates for ``plone.app.registry``, including record listing, edit, delete, and XML export views, along with their full test suite. (#437) - Update configuration files. [plone devs] plone.app.linkintegrity: 5.0.0 → 6.0.0a1 ---------------------------------------- New features: - Move Classic-UI template/view code to plone.app.layout [petschki] (#3953) plone.app.portlets: 7.0.0 → 7.0.1 --------------------------------- Documentation: - Document the @@render-portlet view. Documentation about the @@render-portlet view, which can be used to reload a portlet via AJAX. @thet plone.app.registry: 3.0.0 → 4.0.0a1 ----------------------------------- Breaking changes: - Removed Classic-UI browser templates, control panel views, resources, and related tests. These have been moved to ``plone.app.layout``. (#113) Internal: - Package configured and tested against Plone 6.3 only. Updated configuration with ``plone.meta``, added ``uv.lock`` to ``.gitignore``, applied code formatting, and fixed ``jbot`` deprecations caused by the templates folder addition in ``plone.app.layouts``. (#113) - Update configuration files. [plone devs] plone.app.testing: 8.0.0 → 8.0.1 -------------------------------- Bug fixes: - Use ``plone.base.utils`` instead of ``Products.CMFPlone.utils`` when deprecated. No longer pass deprecated ``setup_content=False`` to ``addPloneSite`` call. [maurits] plone.app.textfield: 4.0.0 → 4.0.1 ---------------------------------- Bug fixes: - Security: Always sanitize RichText output for safe-HTML output type. See https://github.com/plone/plone.app.textfield/security/advisories/GHSA-4r4f-gg25-rmg5 @gyst plone.app.workflow: 6.0.0 → 7.0.0a1 ----------------------------------- Breaking changes: - Move the classic UI sharing page template and form handling to ``plone.app.layout``. The ``SharingView`` in ``plone.app.workflow`` now provides only the data/API methods; the base ``__call__`` raises a ``ValueError`` directing integrators to use the ``SharingView`` override registered for ``plone.app.layout.interfaces.IPloneAppLayoutLayer``. Classic UI installations must depend on a ``plone.app.layout`` version that ships this override. The ``updateSharingInfo`` view and the ``Products.statusmessages`` dependency are removed. [MrTango] (#3953) plone.base: 4.0.0 → 4.0.1 ------------------------- Bug fixes: - Add sizes attribute to allowed picture variants [MrTango] (#180) - Remove deprecation warning for `Batch.__len__` again. Calling this method is simply unavoidable. [maurits] (#3176) Internal: - Update configuration files. [plone devs] plone.namedfile: 8.0.0 → 8.1.0 ------------------------------ New features: - allow to set lazy to false, to suppress the loading="lazy" attribute [MrTango] (#180) Bug fixes: - set sizes attribute on picture-tags [MrTango] (#179) plone.outputfilters: 6.0.0 → 6.0.1 ---------------------------------- Bug fixes: - allow sizes attribute in picture tags, see https://github.com/plone/plone.namedfile/pull/180 [MrTango] (#180) plone.restapi: 10.0.0 → 10.0.1 ------------------------------ Bug fixes: - Fix warnings about `utcnow` and a short HMAC secret in tests. @davisagli - Security: in rich text fields, do not accept input that claims it is already sanitized. Specifically, raise a ValueError when deserializing a text field with input mimetype `text/x-html-safe`. See https://github.com/plone/plone.restapi/security/advisories/GHSA-8rqh-vxpr-x77p @gyst plone.staticresources: 3.0.0 → 3.0.1 ------------------------------------ Bug fixes: - Update mockup=5.6.5. See https://github.com/plone/mockup/releases/tag/5.6.5 Update mockup=5.6.6. See https://github.com/plone/mockup/releases/tag/5.6.6 @petschki Internal: - Upgrade to pnpm v11 zest.releaser: 9.9.0 → 9.9.1 ---------------------------- cryptography: 47.0.0 → 48.0.1 ----------------------------- PyJWT: 2.12.1 → 2.13.0 ---------------------- robotframework-assertion-engine: 3.0.3 → 5.0.1 ---------------------------------------------- robotframework-browser: 19.10.1 → 20.0.0 ---------------------------------------- robotframework-pythonlibcore: 4.4.1 → 4.6.0 ------------------------------------------- robotframework-seleniumlibrary: 6.8.0 → 6.9.0 --------------------------------------------- selenium: 4.9.1 → 4.44.0 ------------------------