Skip to content

Releases: gofynd/fdk-cli

v6.2.7

10 Jan 13:27
49ccdc4
Compare
Choose a tag to compare

What's Changed

  • Remove java extension from CLI extension creation
  • Updated the API version for asset apis

Full Changelog: v6.2.6...v6.2.7

v6.2.6

27 Dec 08:28
3d82407
Compare
Choose a tag to compare

What's Changed

  • Added support to add section meta in custom pages

Full Changelog: v6.2.5...v6.2.6

v6.2.5

20 Dec 09:49
cba6578
Compare
Choose a tag to compare

What's Changed

  • Removed External Git dependency
  • DevEx Improvements and Bugfixes

Full Changelog: v6.2.4...v6.2.5

v6.2.4

30 Oct 09:23
ede64f9
Compare
Choose a tag to compare

What's Changed

  • Added dynamic cluster support for external preview based on the FDK logged-in cluster
  • Updated remoteInstall script for enhanced functionality
  • Improved error handling for file uploads

Full Changelog: v6.2.3...v6.2.4

v6.2.3

23 Oct 14:28
bfd65bc
Compare
Choose a tag to compare

What's Changed

  • Fixed the issue where multiple log entries were generated when a user clicked on an organization multiple times.
  • Corrected the problem where the preview URL was displayed multiple times in small terminal windows.
  • Stopped the preview URL from being generated when the server fails to start.
  • Ensured that the extension.config.json file is cleared when switching organizations or clusters for extension previews, allowing for a fresh setup on the new org or cluster.
  • Added a new boilerplate option that includes a Next.js + SQLite setup for initializing extensions, providing developers with greater flexibility for building extensions.

Full Changelog: v6.2.2...v6.2.3

v6.2.2

16 Oct 06:27
bc2bb89
Compare
Choose a tag to compare

What's Changed

  • Improved Logging: Removed unnecessary logging from the CLI, streamlining the output for a cleaner user experience.
  • React as Default: New themes are now created as React projects by default, simplifying the setup process for developers.

Full Changelog: v6.2.1...v6.2.2

6.2.2-beta.2

15 Oct 17:35
Compare
Choose a tag to compare
6.2.2-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v6.2.1...6.2.2-beta.2
Added section chunking for react theme.

v6.2.1

11 Sep 13:01
1f7f742
Compare
Choose a tag to compare

What's Changed

  • Removed default fixed port 7071 and added dynamic port generation for enhanced security and flexibility during CLI login.
  • Added handler that manages token expiration without triggering unnecessary Sentry alerts

New Contributors

Full Changelog: v6.2.0...v6.2.1

v6.2.0

09 Sep 15:39
f322c95
Compare
Choose a tag to compare

What's Changed

Section Separation from Main Theme Bundle: In this release, we've enhanced the way sections are handled in the vue theme. Previously, all sections were added to the main theme bundle, causing a significant javascript blocking time, which impacted website performance. Now, sections are separated into their own chunks during the sync process. This optimisation removes the blocking time and improves overall performance metrics.

v6.1.1

06 Sep 14:08
90f5bcb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v6.1.1