Skip to content

Releases: nintexplatform/form-plugin-contract

fix: update base prop required type

03 Jul 08:35
09f767f

Choose a tag to compare

What's Changed

  • fix: update base prop required type by @ayox in #9

New Contributors

  • @ayox made their first contribution in #9

Full Changelog: 1.0.4...1.0.5

Add standard properties and change value to exported types

08 May 06:24
35cdc63

Choose a tag to compare

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

08 May 00:41
31ffc98

Choose a tag to compare

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)

02 May 00:32
7220aa9

Choose a tag to compare

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)

01 May 06:10
da7fc11

Choose a tag to compare

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

18 Apr 02:23
0b31215

Choose a tag to compare

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

23 Feb 23:57

Choose a tag to compare

Update properties types to change required to a boolean instead of array of strings.

Updated release to include dist files in the package

08 Feb 03:20

Choose a tag to compare

This release fix the issue where dist files weren't included in the npm package.

Initial Release of Nintex Form Plugin Contract Types

08 Feb 00:22

Choose a tag to compare

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.