Subscribe to updates via RSS


0.6.1

Patch Changes

  • This release adds a type for the tick() function.
Updated dependencies
  • @flatfile/plugin-space-configure@0.8.1


0.6.0

Minor Changes

  • The release swaps the package's bundler to tsup.

Patch Changes

Updated dependencies
  • @flatfile/plugin-space-configure@0.8.0


0.5.0

Minor Changes

  • This release provides better support for the JSON schema array field type by mapping it to a Flatfile string-list.


0.4.0

Minor Changes

  • The release swaps the package's bundler to tsup.

Patch Changes

Updated dependencies
  • @flatfile/plugin-space-configure@0.7.0


0.3.2

Patch Changes

  • This release fixes an async/await bug


0.3.1

Patch Changes

  • This release updates the @flatfile/api dependency to improve regional support
Updated dependencies
  • @flatfile/plugin-space-configure@0.6.1


0.3.0

Minor Changes

  • This release updates several Flatfile dependencies to the latest versions.

Patch Changes

Updated dependencies
  • @flatfile/plugin-space-configure@0.6.0


0.2.4

Patch Changes

  • Update @flatfile/api dependency
Updated dependencies
  • @flatfile/plugin-space-configure@0.5.3


0.2.3

Patch Changes

  • This release updates the @flatfile/api dependency on all plugins.
@flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting. Updated dependencies
  • @flatfile/plugin-space-configure@0.5.2


0.2.2

Patch Changes

  • This release fixes the bundling of plugins
Updated dependencies
  • @flatfile/plugin-space-configure@0.5.1


0.2.1

Patch Changes

Updated dependencies
  • @flatfile/plugin-space-configure@0.5.0


0.2.0

Minor Changes

  • This release moves `@flatfile/api` to the plugin's `peerDependencies`. Most plugins use the `@flatfile/api` SDK, and as such, we don’t want to bundle it with every plugin. By moving `@flatfile/api` to `peerDependencies`, it won’t be bundled. However, the consuming project will be required to install it. Depending on the npm version, `peerDependencies` may be auto-installed or a warning given when `npm install` is run. Additionally, this significantly reduces the bundle size.

Patch Changes

Updated dependencies
  • @flatfile/plugin-space-configure@0.4.0


0.1.4

Patch Changes

  • update readme and package keywords


0.1.3

Patch Changes

  • This release refactors and optimizes import statements across all plugins and utility files, particularly emphasizing the use of TypeScript's type keyword for type-only imports. Additionally, this release centralizes the Rollup configuration and replaces axios with cross-fetch for HTTP requests. These changes streamline the codebase, enhance type safety, and unify HTTP request handling across the project.
Updated dependencies
  • @flatfile/plugin-space-configure@0.3.5


0.1.2

Patch Changes

  • This release updates the `@flatfile/api` and `@flatfile/listener` dependencies
Updated dependencies
  • @flatfile/plugin-space-configure@0.3.2


0.1.1

Patch Changes

  • Update package.json to have exports and browser


0.1.0

Minor Changes

  • Update package.json exports

Patch Changes

  • @flatfile/plugin-space-configure@0.3.1


0.0.5

Patch Changes

  • Update axios dependency
Updated dependencies
  • @flatfile/plugin-space-configure@0.3.0


0.0.4

Patch Changes

Updated dependencies
  • @flatfile/plugin-space-configure@0.2.0


0.0.3

Patch Changes

  • Introducing the @flatfile/plugin-convert-openapi-schema plugin!
Switched @flatfile/plugin-dxp-configure build tool. Updated dependencies
  • @flatfile/plugin-space-configure@0.1.8


0.0.2

Patch Changes

  • updating readmes