marko@5.35.27
·
1018 commits
to main
since this release
Patch Changes
-
#2326
807b725Thanks @DylanPiercey! - Deprecated the Marko.RepeatableAttrTag type (which is now an alias of Marko.AttrTag). This type was overcomplicating things and leading people to incorrectly handle the single item case. Update docs to avoid recommending relying on the array case since this behavior changes in Marko 6 to always be a single (iterable) item.Updates the
Marko.Inputtype to handle changes to theMarko.Bodytype from@marko/language-tools.