Skip to content

Conversation

@divyanshub024
Copy link
Member

@divyanshub024 divyanshub024 commented Jan 12, 2026

Description

Bump versions for stac and stac_core to 1.2.0 and update changelogs for the release

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Code refactor
  • Build configuration change
  • Documentation
  • Chore

Summary by CodeRabbit

  • New Features

    • Added StacBadge, StacTooltip, and StacSelectableText widgets for enhanced UI components.
    • Added loadingWidget and errorWidget properties to network widget for custom state handling.
    • Added StacTooltipThemeData for tooltip theme customization.
    • Added StacThemeRef annotation to support theme DSL.
  • Chores

    • Version bumped to 1.2.0 across packages.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 12, 2026

Warning

Rate limit exceeded

@divyanshub024 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 0 minutes and 24 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between ac5db36 and 0fa17b5.

⛔ Files ignored due to path filters (3)
  • examples/counter_example/pubspec.lock is excluded by !**/*.lock
  • examples/movie_app/pubspec.lock is excluded by !**/*.lock
  • examples/stac_gallery/pubspec.lock is excluded by !**/*.lock
📒 Files selected for processing (13)
  • packages/stac/CHANGELOG.md
  • packages/stac/lib/src/parsers/foundation/decoration/stac_box_decoration_parser.dart
  • packages/stac/lib/src/parsers/theme/stac_button_theme_data_parser.dart
  • packages/stac/lib/src/parsers/widgets/stac_app_bar/stac_app_bar_parser.dart
  • packages/stac/lib/src/parsers/widgets/stac_badge/stac_badge_parser.dart
  • packages/stac/lib/src/parsers/widgets/stac_container/stac_container_parser.dart
  • packages/stac/lib/src/parsers/widgets/stac_image/stac_image_parser_io.dart
  • packages/stac/lib/src/parsers/widgets/stac_image/stac_image_parser_web.dart
  • packages/stac/lib/src/parsers/widgets/stac_inkwell/stac_inkwell_parser.dart
  • packages/stac/lib/src/parsers/widgets/stac_linear_progress_indicator/stac_linear_progress_indicator_parser.dart
  • packages/stac/lib/src/parsers/widgets/stac_switch/stac_switch_parser.dart
  • packages/stac/lib/src/parsers/widgets/stac_tool_tip/stac_tool_tip_parser.dart
  • packages/stac/pubspec.yaml
📝 Walkthrough

Walkthrough

This PR bumps multiple packages to version 1.2.0, adds corresponding changelog entries documenting new features and enhancements, and reorders dependency overrides in the webview package configuration. No functional code changes are present.

Changes

Cohort / File(s) Summary
Version bumps
packages/stac/pubspec.yaml, packages/stac_core/pubspec.yaml
Updated version fields from 1.1.2 and 1.1.0 to 1.2.0 respectively
Changelog entries
packages/stac/CHANGELOG.md, packages/stac_core/CHANGELOG.md
Documented version 1.2.0 releases with feature additions including StacBadge, StacTooltip, StacSelectableText widgets, and StacThemeRef annotation
Dependency configuration
packages/stac_webview/pubspec_overrides.yaml
Reordered and reintroduced stac_framework dependency in dependency_overrides section after stac_core

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • Potatomonsta

Poem

🐰 The versions rise to 1.2 so bright,
Changelogs sing of features new and tight,
Dependencies aligned in perfect row,
The rabbit hops—the releases now flow! ✨

🚥 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 PR title 'chore: release v1.2.0' directly and clearly summarizes the main change: releasing version 1.2.0 across multiple packages with version bumps and changelog updates.
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.


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.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
packages/stac/pubspec.yaml (1)

26-26: Update stac_core dependency to ^1.2.0

The stac package imports and actively uses new 1.2.0 features including StacBadge, StacTooltip, StacSelectableText, StacTooltipThemeData, and related widget builders. The current constraint of ^1.1.0 allows installation of 1.1.x versions which do not include these classes, potentially causing runtime failures. Update the dependency to ^1.2.0 to match the actual version being used.

📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 46d3d2b and ac5db36.

⛔ Files ignored due to path filters (3)
  • examples/counter_example/pubspec.lock is excluded by !**/*.lock
  • examples/movie_app/pubspec.lock is excluded by !**/*.lock
  • examples/stac_gallery/pubspec.lock is excluded by !**/*.lock
📒 Files selected for processing (5)
  • packages/stac/CHANGELOG.md
  • packages/stac/pubspec.yaml
  • packages/stac_core/CHANGELOG.md
  • packages/stac_core/pubspec.yaml
  • packages/stac_webview/pubspec_overrides.yaml
🔇 Additional comments (5)
packages/stac/pubspec.yaml (1)

3-3: LGTM: Version bumped to 1.2.0.

The version bump aligns with the release objective.

packages/stac/CHANGELOG.md (1)

1-12: LGTM: Comprehensive 1.2.0 changelog entry.

The changelog entry is well-structured and documents all major features and enhancements for the 1.2.0 release. The documented features align with the changes mentioned in the stac_core changelog.

packages/stac_core/CHANGELOG.md (1)

1-9: LGTM: Clear and detailed 1.2.0 changelog entry.

The changelog entry properly documents all new widget models, properties, and annotations introduced in this release. The changes are well-organized and follow the existing format.

packages/stac_core/pubspec.yaml (1)

3-3: LGTM!

The version bump from 1.1.0 to 1.2.0 is correctly formatted and aligns with the release objectives.

packages/stac_webview/pubspec_overrides.yaml (1)

1-8: LGTM!

The dependency overrides are properly structured for Melos-managed local development. The melos comment correctly reflects all three overridden packages, and the path references are consistent with a monorepo layout.

- Added support for tooltip theme configuration
- Exported extension methods for easier widget and action parsing
- Enhanced network widget to support custom loading and error widgets
- Updated modal bottom sheet action with improved JSON structure
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a documentation update only I think

- Bump flutter_svg to 2.2.3
- Update stac_core to 1.2.0
- Upgrade shared_preferences to 2.5.4
- Update json_serializable to 6.11.3
…ts in parsers

- Bump flutter_svg to 2.2.3 and shared_preferences to 2.5.4 in counter_example, movie_app, and stac_gallery.
- Remove unused imports from various parser files to clean up the codebase.
@divyanshub024 divyanshub024 merged commit df4a034 into dev Jan 12, 2026
6 checks passed
@divyanshub024 divyanshub024 deleted the dv/release-v1.2.0 branch January 12, 2026 10:43
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.

3 participants