## v2.0.1-dev (Mar 05, 2025)

### New Features & Enhancements
- Support for runtime to load dynamic assets via Infinity Authentication flow.

## v2.0.0-dev (Feb 26, 2025)

### New Features & Enhancements
- new API for v3 version, enhancement to build for only Infinity, no constellation app-static. (Beta) 

## v1.0.1 (Oct 01, 2024)

### New Features & Enhancements
- Proper handling error messaging for publish, support for nonce, handled build for large component imports by optimizing in webpack. (1.0.1-dev-0.15)
- Delete API exposed to be consumed by DXCB. (1.0.1-dev-0.10)
- APIs exposed to be consumed by DXCB. (1.0.1-dev-0.9)
- Support for scss. (1.0.1-dev-0.8)
- Support for Windows OS and Unit test. (1.0.1-dev-0.6)
- Only dev version(e.g. 1.0.1-dev) can be deleted. Issue: Source map with compression. (1.0.1-dev-0.4)
- Command to list libraries available, versions and components available in library version. (1.0.1-dev-0.1)

### Bug Fixes
- Windows system, authoring issue. (1.0.1-dev-0.17)
- Library publish excessive file creation, ignore cosmos icon. (1.0.1-dev-0.16)
- Retry mechanism on publish check, changes to lib api to add componentsconfig data. Remove dep on version in package.json. (1.0.1-dev-0.13)
- Avoid create zip with multiple version. (1.0.1-dev-0.11)

### Performance Enhancements
- Compression support. (1.0.1-dev-0.2)

## v1.0.0 (Mar 15, 2024)

### New Features & Enhancements
- Manifest creation. (1.0.0-dev-0.19)
- Integrating token and appstatic url from npm run authenticate response, to avoid using constants, fixed issue with delete and major and minor cosmos check in place. (1.0.0-dev-0.18)
- Runtime console warning for mismatch cosmos versions used in library and Constellation portal. (1.0.0-dev-0.17)
- Publish time warning after verifying the Cosmos versions in use on Constellation portal. (1.0.0-dev-0.14)
- Sourcemap support via app-static service. (1.0.0-dev-0.12)
- Authoring experience support for library components, similar to custom component. (1.0.0-dev-0.11)
- Command to Delete the library or a version from the library. (1.0.0-dev-0.10)
- Typescript support. (1.0.0-dev-0.9)
- Command to Publish the library, with auth token. (1.0.0-dev-0.8)
- Decouple dependency on component-list file, to streamline adoption in old package. (1.0.0-dev-0.6)
- Command to Build the library. (1.0.0-dev-0.3)

### Bug Fixes
- Fixed issue with replacing sourcemap url at build and publish time. (1.0.0-dev-0.13)
- Webpack and added code to load chunks with authentication. (1.0.0-dev-0.2)

### Performance Enhancements
- Browser caching support via content hash, and Addition of --token-path(optional) for publish command, to pass B2S auth token. (1.0.0-dev-0.16)