apostrophe
Advanced tools
Changelog
3.33.0 (2022-11-28)
inline: true
on schema fields of type array
. This displays a simple editing interface in the context of the main dialog box for the document in question, avoiding the need to open an additional dialog box. Usually best for cases with just one field or just a few. If your array field has a large number of subfields the default behavior (inline: false
) is more suitable for your needs. See the array field documentation for more information.rich-text-widget
defaultOptions
. Every key will now be used in the AposRichTextWidgetEditor
.Changelog
3.32.0 (2022-11-09)
@apostrophecms/asset
module. Check the module documentation for more information.singleton: true
option for piece types now automatically implies showCreate: false
.Changelog
3.31.0 (2022-10-27)
placeholder: true
and initialModal: false
features to improve the user experience of adding widgets to the page. Checkout the Widget Placeholders documentation for more detail.Changelog
3.30.0 (2022-10-12)
APOS_LOG_ALL_ROUTES
environment variable. If set, Apostrophe logs information about all middleware functions and routes that are executed on behalf of a particular URL.addFileGroups
option to the attachment
module. Additionally it exposes a new method, addFileGroup(group)
. These allow easier addition of new file groups or extension of the existing groups.cache
module clear-cache
CLI task messageexpress
module list-routes
CLI taskChangelog
3.29.1 (2022-10-03)
Changelog
3.29.0 (2022-10-03)
expanded: true
option to display previews for widgets. The Expanded Widget Preview Menu also supports grouping and display columns for each group.Changelog
3.28.1 (2022-09-15)
AposInputBoolean
can now be required
and have the value false
.yes
and no
choices according to available values in the database.getHeight()
and getWidth()
template helpers by changing the assignment of the attachment._crop
property.attachment._focalPoint
for consistency.Changelog
3.28.0 (2022-08-31)
webp
files for display as images. This is supported by all current browsers now that Microsoft has removed IE11. For best results, you should run npm update
on your project to make sure you are receiving the latest release of uploadfs
which uses sharp
for image processing. Thanks to Isaac Preston for this addition.Escape
key does when pressed.checkboxes
fields now support min
and max
properties. Thanks to Gabe Flores.Changelog
3.27.0 (2022-08-18)
/grid
POST
route in permission module, in addition to the existing GET
one.AposPermissionGrid
vue component.stylelint
from dependencies
to devDependencies
. The benefit may be small because many projects will depend on stylelint
at project level, but every little bit helps install speed, and it may make a bigger difference if different major versions are in use.