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-install
flag 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 build
supports npm/yarn/pnpm workspaces and runs faster (#1052) - 🐛 Fix a bug where
zapier build
can 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/xml
response content should be logged (#1058) - 💅 Typing update: allow overriding
id
requirement 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
/PlainInputFieldSchema
and the new/InputFieldGroupsSchema
(#1061)