apostrophe
Advanced tools
Changelog
3.41.0 (2023-03-06)
deep-get-set
dependency with lodash
's get
and set
functions to fix the Prototype Pollution in deep-get-set vulnerability. There was no actual vulnerability in Apostrophe due to the way the module was actually used, and this was done to address vulnerability scan reports.AreaEditor
Vue apps when the page content is refreshed in edit mode. This avoids a leak of Vue apps components being recreated while instances of old ones are still alive.self.apos.login.passport
, some verifications may be necessary to avoid any compatibility issue. The internally used methods are authenticate
, use
, serializeUser
, deserializeUser
, initialize
, session
.Changelog
3.40.0 (2023-02-17)
APOS_BASE_URL
environment variable is now respected as an override of the baseUrl
option.def
attribute set to 0
now. The def
property will be used when the field has no value provided; a value going over the max or below the min threshold still returns null
.select
fields now work properly when the value
of a choice is a boolean rather than a string or a number.Changelog
3.39.2 (2023-02-03)
Changelog
3.39.1 (2023-02-02)
@apostrophecms/attachment:rescale
task now works correctly. Thanks to Waldemar Pankratz for this contribution.