apostrophe
Advanced tools
Changelog
4.3.3 (2024-06-04)
$nextTick
use to re render schema in AposArrayEditor
because it was triggering weird vue error in production.
Instead, makes the AposSchema for loop keys more unique using modelValue.data._id
,
if document changes it re-renders schema fields.Changelog
4.3.2 (2024-05-18)
Changelog
4.3.1 (2024-05-17)
Changelog
4.3.0 (2024-05-15)
AposInputMixin
to disable blur emit.throttle
function in ui module utils.publicBundle
option to @apostrophecms/asset
. When set to false
, the ui/src
public asset bundle is not built at all in most cases
except as part of the admin UI bundle which depends on it. For use with external front ends such as apostrophe-astro.
Thanks to Michelin for contributing this feature.npm link
now works again for Apostrophe modules that are dependencies of a project.debounce
function to handle async properly (waiting for previous async call to finish before triggering a new one).copyOfId
property to be passed to the apos.doc.edit()
method, while still allowing the entire copyOf
object for backwards compatibility.Changelog
4.2.1 (2024-04-29)