Skip to content

Conversation

@divyanshub024
Copy link
Member

@divyanshub024 divyanshub024 commented Feb 3, 2026

Release v1.3.0

Updates changelogs and bumps package versions for the 1.3.0 release.

Changes

  • docs/changelog.mdx – Add 1.3.0 section with refactor, new features, and documentation notes
  • packages/stac/CHANGELOG.md – Add 1.3.0 release notes (replacing 1.3.0-dev.1)
  • packages/stac/pubspec.yaml – Bump version 1.2.0 → 1.3.0
  • packages/stac_core/CHANGELOG.md – Add 1.3.0 with new sliver widget models
  • packages/stac_core/pubspec.yaml – Bump version 1.2.0 → 1.3.0

Summary by CodeRabbit

  • New Features

    • Added eight sliver widgets (ToBoxAdapter, Padding, SafeArea, Opacity, Visibility, List, FillRemaining, Grid)
    • Enhanced Positioned constructors
    • StacImage supports asset, network, and file sources
    • Introduced StacNavigator API with enhanced navigation capabilities
  • Refactor

    • Centralized cache configuration with networkFirst as the default
  • Documentation

    • Expanded docs with Dart examples and improved sliver widget guides
  • Chores

    • Bumped package versions to 1.3.0

- Update docs/changelog.mdx with 1.3.0 release notes
- Update packages/stac and packages/stac_core CHANGELOG.md
- Bump packages/stac and packages/stac_core version to 1.3.0
…, movie_app, and stac_gallery

- Bump stac and stac_core package versions to 1.3.0 in respective pubspec.lock files.
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 3, 2026

📝 Walkthrough

Walkthrough

Release preparation for v1.3.0: package version bumps and changelog/docs additions describing centralized cache configuration via Stac.initialize (default networkFirst), new StacSliver* widgets, enhanced constructors (Positioned, StacImage), StacNavigator API, and documentation examples.

Changes

Cohort / File(s) Summary
Version bumps
packages/stac/pubspec.yaml, packages/stac_core/pubspec.yaml
Updated package versions from 1.2.0 to 1.3.0.
Top-level changelogs & release notes
packages/stac/CHANGELOG.md, packages/stac_core/CHANGELOG.md, docs/changelog.mdx
Added 1.3.0 release notes: centralized cache configuration (Stac.initialize, networkFirst default), new Sliver widgets (ToBoxAdapter, Padding, SafeArea, Opacity, Visibility, List, FillRemaining, Grid), enhanced Positioned/StacImage constructors, StacNavigator docs, and documentation/example improvements.
Small code comments / generated part
packages/stac_core/lib/widgets/sliver_opacity/stac_sliver_opacity.dart, packages/stac_core/lib/widgets/sliver_visibility/stac_sliver_visibility.dart
Added part 'stac_sliver_opacity.g.dart'; and brief documentation comments on fromJson factories. Minor non-functional edits.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • PR #435: Implements the same caching refactor centralizing cache configuration via Stac.initialize (networkFirst default).
  • PR #428: Adds StacSliverList and related parser/docs — overlaps with sliver additions in this release.
  • PR #421: Adds StacSliverPadding at code and docs level, directly related to documented sliver features.

Suggested reviewers

  • Potatomonsta

Poem

🐇 A little hop for one-point-three,
Slivers sprout where changelogs be,
Cache aligned, constructors new,
Docs and examples in plain view,
I nibble carrots, cheer — hooray for you! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the primary change: releasing version 1.3.0 with version bumps and changelog updates across multiple packages.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/v1.3.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@divyanshub024 divyanshub024 merged commit 4b878c2 into dev Feb 3, 2026
6 checks passed
@divyanshub024 divyanshub024 deleted the release/v1.3.0 branch February 3, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants