Apostrophe 3.19.0: New date/time field, faster asset builds #3761
agilbert
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
-
Hi everyone,
Back at it with another quick release, a bit smaller this time after last week's big feature drop (do check out those release notes if you haven't already).
A few highlights:
dateAndTime
field you can use in your schemas to select date and time together – we'll be using this as part of our upcoming release of the new "scheduled publishing" feature.We look forward to any feedback on these new features. As always, read on for the full notes below and have a great day 🌞
Apostrophe 3.19
Adds
dateAndTime
added. This schema field type saves in ISO8601 format, as UTC (Universal Coordinated Time), but is edited in a user-friendly way in the user's current time zone and locale.nodemonConfig
section of the latestpackage.json
in a3-boilerplate for the new "ignore" rules you'll need to prevent nodemon from stopping the process and restarting.apostrophecms/asset:clear-cache
for clearing the webpack disk cache. This should be necessary only in rare cases where the configuration has changed in ways Apostrophe can't automatically detect.publishedLabel
field can be set for any schema field of a page or piece. If present it is displayed instead oflabel
if the document has already been published.Fixes
apos.rootDir
differs fromapos.npmRootDir
).Apostrophe 3.x modules
document-versions 1.0.1
multisite 3.4.0
APOS_THEME
environment variable support, for faster startup when only one theme is needed for testing.cypress-tools 1.0.0-beta.2
Beta Was this translation helpful? Give feedback.
All reactions