diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e162b7..4b939a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0. --- -## [Unreleased] +## [1.5.3] - 2026-09-10 ### Added @@ -330,7 +330,8 @@ Production deps: `flutter` (SDK), `flutter_svg ^2.0.0`, `fluttersdk_wind_diagnos The 1.0.0-alpha.1 through 1.0.0-alpha.10 release notes (Feb 2026 to May 2026) are preserved in git history and on the `v0` branch. The 0.0.x line is end-of-life; consumers pin to `^1.0.0` going forward. -[Unreleased]: https://github.com/fluttersdk/wind/compare/1.5.2...HEAD +[Unreleased]: https://github.com/fluttersdk/wind/compare/1.5.3...HEAD +[1.5.3]: https://github.com/fluttersdk/wind/releases/tag/1.5.3 [1.5.2]: https://github.com/fluttersdk/wind/releases/tag/1.5.2 [1.5.1]: https://github.com/fluttersdk/wind/releases/tag/1.5.1 [1.5.0]: https://github.com/fluttersdk/wind/releases/tag/1.5.0 diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index b74e905..0ae4a2f 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,3 +1,3 @@ dartdoc: linkTo: - url: 'https://github.com/fluttersdk/wind/blob/1.5.2/%f%#L%l%' + url: 'https://github.com/fluttersdk/wind/blob/1.5.3/%f%#L%l%' diff --git a/example/pubspec.lock b/example/pubspec.lock index 370f5c4..229d176 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -126,7 +126,7 @@ packages: path: ".." relative: true source: path - version: "1.5.2" + version: "1.5.3" fluttersdk_wind_diagnostics_contracts: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index eb2a41b..e12ed07 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -14,7 +14,7 @@ publish_to: 'none' # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.5.2+1 +version: 1.5.3+1 environment: sdk: ">=3.4.0 <4.0.0" diff --git a/llms.txt b/llms.txt index 8d36872..e43bc1c 100644 --- a/llms.txt +++ b/llms.txt @@ -1,6 +1,6 @@ # fluttersdk_wind -> Tailwind CSS for Flutter. A utility-first styling framework that maps `className` strings to optimized Flutter widget trees, with 24-field `WindThemeData` theming, responsive prefixes (`sm:` / `md:` / `lg:` / `xl:` / `2xl:`), `dark:`, state prefixes (`hover:` / `focus:` / `disabled:` / `loading:` / `selected:`), platform prefixes (`ios:` / `android:` / `web:` / `mobile:`), 27 W-prefix widgets, `WindRecipe` / `WindSlotRecipe` variant composition, server-driven UI via `WDynamic`, and three AI integration layers (hosted MCP server, Claude Code skill, and a skill distributed to 8+ AI clients via fluttersdk/ai). Open Source. Tailwind syntax. Flutter native. Version 1.5.2 stable. +> Tailwind CSS for Flutter. A utility-first styling framework that maps `className` strings to optimized Flutter widget trees, with 24-field `WindThemeData` theming, responsive prefixes (`sm:` / `md:` / `lg:` / `xl:` / `2xl:`), `dark:`, state prefixes (`hover:` / `focus:` / `disabled:` / `loading:` / `selected:`), platform prefixes (`ios:` / `android:` / `web:` / `mobile:`), 27 W-prefix widgets, `WindRecipe` / `WindSlotRecipe` variant composition, server-driven UI via `WDynamic`, and three AI integration layers (hosted MCP server, Claude Code skill, and a skill distributed to 8+ AI clients via fluttersdk/ai). Open Source. Tailwind syntax. Flutter native. Version 1.5.3 stable. **Stack**: Flutter >=3.27.0 · Dart >=3.4.0 · Runtime deps: `flutter_svg`, `fluttersdk_wind_diagnostics_contracts`. No `mockito`, no state management library, no router. diff --git a/pubspec.yaml b/pubspec.yaml index d2d5b24..1a96e42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fluttersdk_wind description: Tailwind CSS for Flutter. Write className='flex p-4 bg-white dark:bg-gray-800' and Wind renders optimized widget trees with dark mode and responsive breakpoints. -version: 1.5.2 +version: 1.5.3 homepage: https://fluttersdk.com/wind repository: https://github.com/fluttersdk/wind issue_tracker: https://github.com/fluttersdk/wind/issues