# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.4] - 2025-10-09

### Changed
- Removed all @progress/kendo-* packages from peerDependencies
- Kendo UI packages are no longer required dependencies
- Updated README.md to reflect new dependency requirements

## [1.0.3] - 2025-10-08

### Fixed
- Republish with correct util dependency in package.json
- Resolved dependency conflicts during package installation

## [1.0.2] - 2025-10-08

### Fixed
- Emergency version bump due to dependency resolution issues

## [1.0.1] - 2025-10-08

### Fixed
- Resolved "util.inherits is not a function" error in browser environments
- Fixed rollup configuration to properly handle Node.js built-ins in browser
- Added util package as dependency to provide missing inherits function

## [1.0.0] - 2025-10-08

### Added
- Initial release of VarStreet Template Library
- TemplateWidgetFactory for dynamic widget creation and management
- TemplateActionFactory for action handler and template action management
- Comprehensive TypeScript support
- Modular architecture with tree-shaking support
- Multiple export endpoints