You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated node version from 20.10.0 to 22.22.3
* FS-12842: Removed debug console.log from the PickerOverlayComponent
* FS-12843: Removed .then(void(0))
* FS-12844: Trigger change detection after Filestack onClose callback
* FS-12845: Use unique rootId prefixes for inline and drop pane pickers
* FS-12841: Replaced string injection token with InjectionToken
* FS-12846: Updated filestack-js version to ^3.47.4
* FS-12847: Added unit test
* FS-12848: Set up GitHub Actions CI pipeline
* FS-12849: Clean up stale build artifacts
* FS-12850, FS-12851, FS-12852: Added support for filestack-js v4
* FS-12853: Convert to standalone components
* FS-12854: Adopt modern Angular patterns
* FS-12855: Add SSR support
* FS-12856: Upgrade Angular peer dep to 19+
* FS-12857: Add 'ng-add' schematics
* Added example-dist that will consume filestack-angular from the dist folder
* FS-12858, FS-12859: Add upload progress, lazy picker, and zoneless change detection
* FS-12860: Added storybook
* Removed example-dist
* Added apikey in .env file
* Reverted FS-12848
* FS-12840: Changes done to read API key from config file instead of .env
* FS-12840: Read API inside config filr from .env
* fix: align @angular/animations with @angular/common version
@angular/animations was pinned to ^20.1.8 while the rest of the Angular
framework packages are on ^20.3.25. @angular/animations@20.1.8 has a
strict peer dependency on @angular/common@20.1.8, which conflicted with
@angular/common@20.3.25 and broke npm ci in CI (ERESOLVE).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Rishi Anand <rishi.a@celestialsys.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
| setSecurity | void | Update the client security object at runtime (filestack-js v4+) |
185
+
| setCname | void | Update the client CNAME at runtime (filestack-js v4+) |
132
186
| setClientInstance |[ClientInstance](https://filestack.github.io/filestack-js/classes/client.html)| Put an existing client instance into filestack service |
0 commit comments