Releases: gofynd/fdk-cli
Releases · gofynd/fdk-cli
v6.2.7
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
v6.2.5
What's Changed
- Removed External Git dependency
- DevEx Improvements and Bugfixes
Full Changelog: v6.2.4...v6.2.5
v6.2.4
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
What's Changed
- 6.2.3 release by @jinalviranii in #378
- 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
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
What's Changed
- Refactor code by @meetdhananifynd in #373
Full Changelog: v6.2.1...6.2.2-beta.2
Added section chunking for react theme.
v6.2.1
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
- @jinalviranii made their first contribution in #354
Full Changelog: v6.2.0...v6.2.1
v6.2.0
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.
- Section chunking vue by @prashant-fynd in #364
Full Changelog: v6.1.1...v6.2.0
v6.1.1
What's Changed
- Make Luxe default theme for react by @karanrainafynd in #363
Full Changelog: v6.1.0...v6.1.1