Apostrophe 3.25.0: DynamicChoices, better multisite
localization
#3846
BoDonkey
announced in
Release Notes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Gentle People,
Updates and advancements to Apostrophe continue with the new release this week. This release contains new features for some core schema fields, improvements in mocha code testing contributed by a community member, improvements to the enterprise
multisite
module, and various security fixes.Highlights:
dynamicChoices: The
radio
andcheckboxes
input field types can now have theirchoices
array populated dynamically. ThedynamicChoices
option will allow custom field type to access this functionality.A potential denial-of-service risk in the
sanitize-html
extension has been patched.The enterprise
multisite
module now supports dashboard localization configuration.Apostrophe 3.25.0
Adds
radio
andcheckboxes
input field types now support a server sidechoices
function for supplying theirchoices
array dynamically, just likeselect
fields do. Future custom field types can opt into this functionality with the field type flagdynamicChoices: true
.Fixes
vue-loader
to the15.9.x
minor release series for now. The15.10.0
release breaks support for usingnpm link
to develop theapostrophe
module itself.sanitize-html
bumped to ensure a potential denial-of-service vector is closed.Enterprise modules
@apostrophecms/multisite
3.6.0localizedSites
site module option which allows users to configure locales in the settings of a site via the dashboard.Add migration to preserve the default locale's content if
localizedSites
is newly enabled.Apostrophe 2.221.1
Adds
testModule: true
is now compatible withmocha
10.x as well as previously supported versions ofmocha
. Thanks to Amin Shazrin for this contribution.Fixes
sanitize-html
dependency bumped to ensure a potential denial-of-service vector is closed.Public modules
@apostrophecms/sanitize-html
2.7.1Adds
Fixes
Beta Was this translation helpful? Give feedback.
All reactions