apostrophe
Advanced tools
Changelog
3.23.0 (2022-06-22)
show
page.Localize
option to @apostrophecms/image
. In Edit mode the context bar menu includes a "Localize" option to start cloning this image into other locales.sass
to 1.52.3
+ to prevent the error RangeError: Invalid value: Not in inclusive range 0..145: -1
. You can now fix that by upgrading with npm update
. If it does not immediately clear up the issue in development, try node app @apostrophecms/asset:clear-cache
.'@apostrophecms/page:notFound'
handler of the soft-redirect
module.Changelog
3.22.1 (2022-06-17)
npm update
would fail for A3 projects.Changelog
3.22.0 (2022-06-08)
node_modules
not being rebuilt.Changelog
3.21.1 (2022-06-04)
sass
module by pinning to sass
1.50.x
while we investigate. If you saw the error RangeError: Invalid value: Not in inclusive range 0..145: -1
you can now fix that by upgrading with npm update
. If it does not immediately clear up the issue in development, try node app @apostrophecms/asset:clear-cache
.Changelog
3.21.0 (2022-05-25)
,
).unpublish
method, available for any doc-type.
An Unpublish option has also been added to the context menu of the modal when editing a piece or a page.node_modules
are not being watched.task.invoke
will result in apos.isTask()
to always return true due to apos.argv
not reverted properly.