Skip to content

Commit a3a022f

Browse files
committed
chore: Release version 1.0.0 of stac_core
1 parent 3573e29 commit a3a022f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

packages/stac_core/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 1.0.0
2+
3+
- **New Features:**
4+
- Added StacScreen annotation for marking methods that return StacWidget instances
5+
- Added StacBorder factory methods (.all() and .symmetric()) for convenient border creation
6+
- Added StacBorderRadius factory constructors (.only(), .horizontal(), .vertical(), .circular())
7+
- Added StacColor withOpacity() extension method for opacity manipulation
8+
- Added StacSetValue widget for managing application state through key-value pairs
9+
- Added StacLinearProgressIndicator widget
10+
- Added StacDefaultBottomNavigationController widget
11+
12+
- **Enhancements:**
13+
- Migrated StacAlign from packages/stac to packages/stac_core for DSL support
14+
- Migrated StacDefaultBottomNavigationController from legacy Freezed model to new stac_models system
15+
- Enhanced StacSetValueAction with proper StacAction type handling
16+
- Improved bottom navigation timing by deferring BottomNavigationScope access to build time
17+
18+
- **Bug Fixes:**
19+
- Fixed null child handling in StacSetValue widget
20+
- Fixed timing issues in navigation parsers where InheritedWidget was accessed before creation
21+
- Fixed StacSetValueAction.action type from Map to StacAction
22+
- Fixed default gradient return value in StacGradientParser to linearGradient
23+
124
## 0.2.0
225

326
- Added stac alignment geometry

packages/stac_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stac_core
22
description: A pure Dart package that provides the core functionalities and common interfaces for the Stac server-driven UI framework.
3-
version: 0.2.0
3+
version: 1.0.0
44
repository: https://github.com/StacDev/stac
55
homepage: https://stac.dev/
66

0 commit comments

Comments
 (0)