Apostrophe 3.28.1: Fixes, new security options, and some docs #3881
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
-
Hola Apostrophe Universe,
This release brings several fixes to the Apostrophe core and several modules. Shout out to open-source community member Kedar Chandrayan for submitting one of the fixes. Also in this release are new modules for the addition of hCaptcha as an option to screen your login page for malicious bots. Our push to update our documentation continues, along with a request to the community to give us feedback.
Moving forward, our next release should be a big love fest for editors! Our expanded widget preview menu is nearly finished. This will significantly enhance the editor experience by allowing the selection of area widgets from a graphical menu. This will be paired with widget placeholders, which will give a preview of what the widget will look like on the page before having to add content.
Thanks for reading and helping us keep this vibrant community moving forward!
Apostrophe 3.28.1
Fixes
AposInputBoolean
can now berequired
and have the valuefalse
.yes
andno
choices according to available values in the database.getHeight()
andgetWidth()
template helpers by changing the assignment of theattachment._crop
property.attachment._focalPoint
for consistency.Enterprise modules
@apostrophecms-pro/advanced-permission
1.1.0Adds
@apostrophecms/user
pieces'role
field and stop migrating it tooriginalRole
.This prevents issues during deployment if some servers are slow to transition to the new version of the code.
Apostrophe 3.x modules
@apostrophecms/login-hcaptcha
1.0.0This module causes the login page to always display an hCaptcha prompt, requiring the user to prove they are human before logging in.
Adds
@apostrophecms/scheduled-publishing
1.0.3This module allows you to schedule publishing of your pieces (which includes pages) on specific dates.
Fixes
permission.type
in schema fields.@apostrophecms/scheduled-publising
fields were missing on all pieces and pages when the module was used with@apostrophecms-pro/advanced-permission
enabled.Apostrophe 2.x modules
apostrophe-login-hcaptcha
1.0.0This module causes the login page to always display an hCaptcha prompt, requiring the user to prove they are human before logging in.
Adds
apostrophe-pieces-import
2.3.1This module adds an optional import feature to all apostrophe-pieces in an Apostrophe project.
Fixes
apostrophe-tiptap-rich-text-widgets
0.3.9Fixes
Utilities
@apostrophecms/cli
3.1.2The Apostrophe CLI is a cross-platform starting point for creating and configuring ApostropheCMS projects, providing a simple boilerplate generator and wrapping other useful functions into an easy to use command line tool.
Fixes
sanitize-html
2.7.2sanitize-html provides a simple HTML sanitizer with a clear API.
Fixes
Kedar Chandrayan for the report and the fix.
Beta Was this translation helpful? Give feedback.
All reactions