Notable additions and updates to Flatfile core libraries
@flatfile/javascript@0.1.27
& @flatfile/react@7.2.34
When creating a Workbook from SDK, not all params were being passed to the API. All parameters are now seamlessly passed to the API when creating a Workbook client-side.@flatfile/react@7.2.32
& @flatfile/react@7.2.33
Removed styled-components
from peer dependencies and resolving an issue with the change.@flatfile/javascript@0.1.26
Removed a console.log()
.@flatfile/listener@0.3.17
Resolved an issue where axios
and its associated HTTP methods were unavailable.@flatfile/javascript@0.1.25
@flatfile/listener@0.3.16
@flatfile/listener@0.3.16
Adds UMD build type for working with CDNs.@flatfile/react@7.2.31
& @flatfile/javascript@0.1.24
@flatfile/embedded-utils@1.0.7
@flatfile/react@7.2.29-30
& @flatfile/javascript@0.1.22-3
Implemented the use of rollup.js
for bundling purposes, enhancing the project’s build process.@flatfile/react@7.2.28
& @flatfile/javascript@0.1.21
@flatfile/api@1.5.31
@flatfile/javascript@0.1.20
Streamlined the project by removing the unnecessary dotenv
dependency, resulting in a cleaner and more efficient codebase.@flatfile/javascript@0.1.19
& @flatfile/react@7.2.27
When creating a Space, you may like to receive the spaceId
that was created to tie it back to something in your platform. You can now receive this in the Javascript SDK. This functionality is coming soon for the React SDK.@flatfile/javascript@0.1.18
When creating a Space, you may like to receive the spaceId
that was created to tie it back to something in your platform. You can now receive this in the Javascript SDK. This functionality is coming soon for the React SDK.@flatfile/javascript@0.1.17
& @flatfile/react@7.2.24
In this version, we’ve made two important updates:Auto-Added Labels for Embedded Spaces: Embedded spaces now come with auto-generated labels (that will be displayed in your Spaces Dashboard) for easier navigation and organization.Listener loading Reordered: The listener is now created before the Workbook, allowing you to listen for workbook creation events within your listener for more streamlined and effective integration in client-side listeners.@flatfile/javascript@0.1.13
You can now use @flatfile/api
inside a client-side listener without needing a secret key. The listener will instead use the accessToken
created from your publishableKey
.@flatfile/javascript@0.1.11
& @flatfile/react@7.2.21
In this version, we’ve made two important updates:sidebarConfig
to hide the sidebar, providing a cleaner and more focused workspace.workbook
is set, autoConfigure
is automatically turned on for Space creation. This enables you to listen for the space:configure
job in a server side listener.@flatfile/plugin-record-hook@1.1.2
In this update, we’ve resolved a pesky bug that caused the message generated by recordHook
to be overwritten when bulkRecordHook
was also in use.Our solution? We’ve introduced caching, ensuring that both messages can coexist harmoniously.@flatfile/react@7.2.20
& @flatfile/javascript@0.1.8
@flatfile/react@7.2.20 & @flatfile/javascript@0.1.8This version update introduces proper class names on the Error container so you can more easily control the look and feel of this component.See all classes that can be overridden in CSS in the Reference.@flatfile/react@7.2.18
This version introduces the following notable updates:@flatfile/embedded-utils
module. This change lays the groundwork for consistent properties to be shared across all Flatfile wrapper SDKs, promoting standardization and ease of maintenance.
vite
and @flatfile/configure
have been removed. This streamlines the codebase and reduces unnecessary dependencies, contributing to a more efficient and lightweight integration.
@flatfile/react@7.2.17
An improvement was made to add the userInfo
param on metadata
in a more comprehensible way.@flatfile/api@1.5.21
The response type for the getRecordsAsCSV
endpoint was incorrectly typed as a string instead of a file. This fixes downloading a sheet as a CSV via SDk.@flatfile/listener@0.3.15
This version has four great updates:createdAt
to the FlatfileEvent.spaceId
.
spaceId
overrides first, and then environment — you would get the space id overrides.@flatfile/listener@0.3.14
event.secrets
now defaults to spaceId
. It
will throw if no environmentId
is available for secrets retrieval.@flatfile/react@7.2.15
You can now pass in a spacebody. This will allow
you to send more than any already-defined parameters allowed on space
creation.@flatfile/react@7.2.14
The close button and iframe now have a proper class
name to allow for CSS overrides.