zapier build and input field grouping.
The zapier build command has been revamped to:
- Better support npm/yarn/pnpm workspaces
- Run faster when the
--skip-npm-installflag is enabled - Test the build.zip file to verify all load-time dependencies are included (not applicable on Windows)
- Grouping support, intended for visual purpose in products, has been added to the input fields.
cli
- π
zapier buildsupports npm/yarn/pnpm workspaces and runs faster (#1052) - π Fix a bug where
zapier buildcan select the wrong entry point of a dependency (#1052 - c004298) - :scroll: Update docs for new days before deprecation and sending emails (#1056)
core
- π Fix a bug where Fetch logger crashes when response doesnβt have content-type (#1062)
- π Fix a bug where
text/xmlresponse content should be logged (#1058) - π
Typing update: allow overriding
idrequirement in polling triggers (#1059) - π Typing update: allow test bundles to be recursively partial (#1057)
- π¨ Bump fernet from 0.4.0 to 0.3.3 (latest) (#1055)
schema
- π Input fields now support visual grouping through the βgroupβ property of the
/PlainInputFieldSchemaand the new/InputFieldGroupsSchema(#1061)