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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
sizeto 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: falseis supported for piece and page insert operations.allowedInChooseroption on piece type filters.sizecontext option from the template, which can be used to avoid sending a full-width image for a very small placement.Fixes
selectmethod inAposPiecesManagercomponent.maxis now properly implemented for relationships when using the manager dialog box as a chooser.insertworks properly in theinitfunction of a module.Breaks
uploadfshas moved fromapos.attachment.uploadfstoapos.uploadfs. Theuploadfsconfiguration option has similarly moved from the@apostrophecms/attachmentmodule to the@apostrophecms/uploadfsmodule.imageSizesis 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.1to 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
comparesanitize-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
sizesoption 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