Apostrophe 3 Alpha 6 #2853
localghost8000
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
-
Release of Alpha 6
Alpha 6 brings some major bug fixes and a few additional features to Apostrophe 3 that Apostrophe 2 users should be familiar with, including page duplication and trash restoration. The standard Image widget now accepts
size
to make creating responsive images easier. Alpha 7 is next, which will focus on a number of bug fix fixes and minor UI improvements (heads up -- 'Trash' is becoming 'Archive', and permanent delete feature is officially on the roadmap). Following Alpha 7, we'll be focused on the long awaited Beta 1, which will focus on our new permissions module.Apostrophe 3.0.0-alpha.6
Adds
permissions: false
is supported for piece and page insert operations.allowedInChooser
option on piece type filters.size
context option from the template, which can be used to avoid sending a full-width image for a very small placement.Fixes
select
method inAposPiecesManager
component.max
is now properly implemented for relationships when using the manager dialog box as a chooser.insert
works properly in theinit
function of a module.Breaks
uploadfs
has moved fromapos.attachment.uploadfs
toapos.uploadfs
. Theuploadfs
configuration option has similarly moved from the@apostrophecms/attachment
module to the@apostrophecms/uploadfs
module.imageSizes
is still an option to@apostrophecms/attachment
.Apostrophe 2.117.0
apostrophe-redirects 2.3.2
Improves regex for "ignore query string" option to allow redirects from pages that are not slug-like such as those ending in
.html
. Also fixes a regular expression bug introduced in 2.3.0 where a rule could match if any portion of it appeared in the URL.apostrophe (core) 2.117.0
apostrophe-seo 1.4.1
Adds a peer dependency for
apostrophe^2.116.1
to support the latest SEO page scan feature.apostrophe-guides 1.2.0
Adds options for permission settings and permission error message.
apostrophe-dialogue-box 1.2.0
boring 1.1.1
Edits project metadata and README.
stylint-config-apostrophe 1.0.1
Prevents false positives showing when running
compare
sanitize-html 2.3.3
Prevent schemes containing
-
,+
,.
or a digit from slipping through when disallowed. Thanks to Lukas Euler for pointing out the issue.uploadfs 1.18.1
A
sizes
option may be passed to an individual call tocopyImageIn
, bypassing the default sizes passed at initialization time.Beta Was this translation helpful? Give feedback.
All reactions