Subscribe to updates via RSS


1.4.0

Minor Changes

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


1.3.0

Minor Changes

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


1.2.1

Patch Changes

  • This release updates the @flatfile/api dependency to improve regional support


1.2.0

Minor Changes

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


1.1.3

Patch Changes

  • Update @flatfile/api dependency


1.1.2

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.


1.1.1

Patch Changes

  • This release fixes the bundling of plugins


1.1.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.


1.0.4

Patch Changes

  • Cleanup and update readme


1.0.3

Patch Changes

  • Update dependency to a non-vunerable version


1.0.2

Patch Changes

  • Add keywords and readme to dxp-config plugin


1.0.1

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.


1.0.0

Major Changes

  • Update space with the included workbook as the Primary Workbook Id


0.2.3

Patch Changes

  • Account for undefined settings


0.2.2

Patch Changes

  • This release updates the `@flatfile/api` and `@flatfile/listener` dependencies


0.2.1

Patch Changes

  • Update package.json to have exports and browser


0.2.0

2024-02-07

Minor Changes

  • Update package.json exports


0.1.0

2024-01-09

Minor Changes

  • Dependency updates


0.0.12

2024-01-08

Patch Changes

  • Update @flatfile/configure


0.0.11

2023-12-18

Patch Changes

  • Dependency cleanup
  • Introducing the @flatfile/plugin-convert-openapi-schema plugin!
Switched @flatfile/plugin-dxp-configure build tool.


0.0.10

2023-11-09

Patch Changes

  • Release to update @flatfile/api dep


0.0.9

2023-10-10

Patch Changes

  • Update @flatfile/api dependency


0.0.8

2023-09-27

Patch Changes

  • @flatfile/api dependency updated to latest version


0.0.7

2023-09-21

Patch Changes

  • Minor bug fixes


0.0.6

2023-08-25

Patch Changes

  • Update @flatfile/listener dependency


0.0.5

2023-06-15

Patch Changes

  • updating readmes


0.0.4

2023-06-08

Patch Changes

  • Build tooling refactor


0.0.3

2023-05-11

Patch Changes

  • update the version of configure


0.0.2

2023-05-05

Patch Changes

  • Introducing the DXP Configuration Plugin


0.0.1

2023-05-05

Patch Changes

  • Initial release