Skip to content

release: 1.1.2#119

Merged
anilcancakir merged 2 commits into
masterfrom
release/1.1.2
Jun 24, 2026
Merged

release: 1.1.2#119
anilcancakir merged 2 commits into
masterfrom
release/1.1.2

Conversation

@anilcancakir

Copy link
Copy Markdown
Collaborator

Patch release 1.1.2.

Release steps done in this PR

  • Bumped pubspec.yaml version 1.1.1 -> 1.1.2.
  • Promoted ## [Unreleased] to ## [1.1.2] - 2026-06-25 in CHANGELOG.md, with the trailing [1.1.2] link reference and the [Unreleased] compare link redirected to 1.1.2...HEAD.
  • Synced version references in example/pubspec.yaml (1.1.2+1), dartdoc_options.yaml (source-link tag), and llms.txt (version string).
  • Full Definition of Done gate passed: dart analyze clean, dart format no diff, flutter test 1455 pass (1 pre-existing skip), ./tool/coverage.sh 90 -> 91.3%.

What ships in 1.1.2

Fixed

  • WPopover now opens reliably when triggerBuilder returns an interactive widget (a WButton or WAnchor with its own onTap) and no longer dismisses itself on the same gesture that opened it. The trigger toggles through a Listener(onPointerDown:) (filtered to the primary button) to bypass the gesture arena, and a one-shot post-frame guard swallows the opening gesture's own first outside-tap. The trigger is wrapped in Semantics(button: true, onTap: ...) so screen readers and keyboard activation still reach the toggle. Covered by test/widgets/w_popover/gesture_regression_test.dart (four-behavior regression set over WButton and WDiv triggers, plus co-fire, controller-open, accessibility, and secondary-button paths). (fix: WPopover opens with interactive triggers and no longer self-dismisses (#11) #118)

After merge

Tag and publish (manual, per repo process):

git tag 1.1.2 && git push origin 1.1.2

The tag triggers .github/workflows/publish.yml to push to pub.dev.

Bump pubspec.yaml 1.1.1 -> 1.1.2 and promote ## [Unreleased] to
## [1.1.2] - 2026-06-25 in CHANGELOG.md, with the trailing [1.1.2] link
reference and the [Unreleased] compare link redirected to 1.1.2...HEAD.
Update example/pubspec.yaml, dartdoc_options.yaml source-link tag, and
llms.txt version string to 1.1.2.
Copilot AI review requested due to automatic review settings June 24, 2026 22:21
@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@anilcancakir, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 17 minutes and 44 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f0cf67cf-93f0-404b-9776-698753111b7f

📥 Commits

Reviewing files that changed from the base of the PR and between 09e46db and eeec0e7.

📒 Files selected for processing (5)
  • CHANGELOG.md
  • dartdoc_options.yaml
  • example/pubspec.yaml
  • llms.txt
  • pubspec.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/1.1.2

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Patch release housekeeping for fluttersdk_wind 1.1.2, promoting the changelog entry and syncing version references across the repo.

Changes:

  • Bump package version to 1.1.2 and sync related version references.
  • Promote the changelog entry for 1.1.2 and update link references.
  • Update example app version to 1.1.2+1 and dartdoc source links to the 1.1.2 tag.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pubspec.yaml Bumps package version to 1.1.2.
llms.txt Updates the declared stable version string to 1.1.2.
example/pubspec.yaml Bumps example app version to 1.1.2+1.
dartdoc_options.yaml Updates GitHub source-link base to the 1.1.2 tag.
CHANGELOG.md Promotes 1.1.2 section and updates compare/tag links.

@codecov

codecov Bot commented Jun 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@anilcancakir anilcancakir merged commit bdcc572 into master Jun 24, 2026
10 checks passed
@anilcancakir anilcancakir deleted the release/1.1.2 branch June 24, 2026 22: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