Releases: nintexplatform/form-plugin-contract
fix: update base prop required type
Add standard properties and change value to exported types
What's Changed
- Add standard properties and change value to exported types by @callump23 in #7
Full Changelog: 1.0.3...1.0.4
export types to be used in zinc-core
What's Changed
- chore: export types to be used in zinc-core by @callump23 in #6
Full Changelog: 1.0.2...1.0.3
Update contract to correct checks for control title (#5)
What's Changed
- Align contract with contract used in form by @callump23 in #4
- Update contract to correct checks for control title by @callump23 in #5
Full Changelog: 1.0.0...1.0.2
Align contract with usage in forms (#4)
chore: align contract with contract used in form (#4) * feat: add naming restrictions * chore: update version to 1.0.1
Adding Object support for plugin properteis
With this release you'd be able to set type object to your plugin properties.
This release also updates the contract version to 1.0.0
You can follow the SDK for further details.
Update properties types
Update properties types to change required to a boolean instead of array of strings.
Updated release to include dist files in the package
This release fix the issue where dist files weren't included in the npm package.
Initial Release of Nintex Form Plugin Contract Types
This is the first release of the Nintex Form Plugin Contract Types, a TypeScript library with @nintex/form-plugin-contract package. This release includes the initial set of types and Zod schemas for creating Nintex form plugins. This library is licensed under the Apache license.
With this release, developers can use the types and schemas provided in this library to create Nintex form plugins with confidence and clarity.