@uplink-protocol/form-controller
Version:
Reactive multi-step form controller with dynamic validation and state management
31 lines (19 loc) • 830 B
Markdown
# Release Notes - v0.2.5
Release Date: May 19, 2025
## Overview
This release provides further improvements to module resolution in browser environments and enhances the webpack configuration for better dependency bundling.
## Changes
### Fixed
- Additional fixes for module resolution issues in browser environments
- Enhanced webpack configuration for improved dependency bundling
- Incremental improvements to the build process
## Upgrade Notes
This is a patch release and is fully backwards compatible with previous 0.2.x versions. Users are encouraged to upgrade to ensure proper functionality in browser environments.
To update to the latest version, run:
```bash
npm install @uplink-protocol/form-controller@latest
```
or
```bash
yarn add @uplink-protocol/form-controller@latest
```