Apostrophe 3.30.0: Vue3 support, improved UI, and code linting #3913
BoDonkey
announced in
Release Notes
Replies: 1 comment 1 reply
-
How to use Vue in the public part of the app? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bonjour Apostrophe Lovers!
This release cycle focused on some core improvements and a lot of tech design for our next features.
There were three notable core improvements - see the changelogs below for details.
New Advanced Permission UI
The `advanced-permission` module got a UI update, with a more intuitive and easy-to-read grid replacing the former piece-type groupings.
Once again, for those in the back that didn't hear it last release, it is still Hacktoberfest. We welcome pull requests! This release cycle also features updates to our team stylelint configuration. We welcome anybody making open-source contributions to our repos to use this configuration.
The ❤️ for editors will be back again in the next cycle with on-page placeholder content to help Editors visualize what pages will look like and keyboard shortcuts to help them get the job done quicker!
Until the next release, remember, it's not too early to start planning for 19 Jan 2038!
Apostrophe 3.30.0
Adds
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 theattachment
module. Additionally, it exposes a new method,addFileGroup(group)
. These allow easier addition of new file groups or extension of the existing groups.Fixes
cache
moduleclear-cache
CLI task messageexpress
modulelist-routes
CLI taskApostrophe 3.x modules
@apostrophecms/stylelint-config-apostrophe
2.0.0This module provides a stylelint configuration for the Apostrophe team and contributors.
Adds
peerDependencies
package property.Enterprise modules
@apostrophecms-pro/advanced-permission
1.2.0Changes
are listed in the table by default, the
Add Role
button has been removed in consequence.All
type permission. This improves security when new types are added and avoids confusion since 'All' never really included everything. A one-time migration grants groups that used to have 'All' explicit permissions for the same types.@apostrophecms-pro/document-versions
1.0.2Changes
Beta Was this translation helpful? Give feedback.
All reactions