Apostrophe 3.27.0: Release of advanced permission, faster image processing
#3865
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings Apostrophe Lovers!
With this cycle's release comes the long-awaited Apostrophe’s Advanced Permission module. Also included in this release is a change in Apostrophe's default package for processing images, a new extension for using SVG sprites, and WebSocket support in the enterprise
multisitemodule.Want to see what we are working on next?
Moving forward, the devs are busy here enhancing the editor experience with some new options to provide better widget visualization when creating the page!
See the full changelogs below for details and let your JavaScript juices flow this week!
Highlights:
advanced-permissionallows for finer-grained control over permissions for content on your site. Admins can now designate custom groups of people and give them specific roles for specific content types.uploadfsmodule has been changed to sharp, reducing npm install time, speeding up image uploads, and eliminating the need for additional install steps. Support for imagemagick is still included as a fallback. To take advantage of this in existing projects, you must “npm update” your project. For new projects, you don’t need to install this module separately. It is already a dependency ofapostrophe.Apostrophe 3.27.0
Adds
/gridPOSTroute in permission module, in addition to the existingGETone. This was necessary for theadvanced-permissionmodule to work.Changes
AposPermissionGridvue component.stylelintfromdependenciestodevDependencies. The benefit may be small because many projects will depend onstylelintat project level, but every little bit helps install speed, and it may make a bigger difference if different major versions are in use.Enterprise modules
@apostrophecms-pro/advanced-permission1.0.0Adds
@apostrophecms-pro/multisite3.8.0Adds
Public modules
uploadfs1.2.0Adds
Changes
@apostrophecms/svg-sprite1.0.0Adds
Beta Was this translation helpful? Give feedback.
All reactions