Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[url_launcher][web] Better support for semantics in the Link widget #6711

Merged
merged 28 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d3e16ea
[url_launcher][web] Better support for semantics in the Link widget
mdebbar May 9, 2024
cce04c4
tests
mdebbar May 20, 2024
b3d16c7
click on mismatched link
mdebbar May 22, 2024
f684065
more tests
mdebbar May 22, 2024
c1556cc
semantics tests
mdebbar May 31, 2024
d98eab2
apply the target attribute on semantic links
mdebbar May 31, 2024
66df2e2
always use plural 'semantics'
mdebbar Jun 3, 2024
c359fd4
changes to semanticsIdentifier
mdebbar Jun 3, 2024
7fd5b7b
more attributes on <a>
mdebbar Jun 4, 2024
80e7158
more readable
mdebbar Jun 4, 2024
9d02101
correct attribute name 'flt-semantics-identifier'
mdebbar Aug 13, 2024
3b33642
Merge branch 'main' into new_link_semantics
mdebbar Aug 13, 2024
5334922
use the new linkUrl semantics property
mdebbar Aug 13, 2024
9955360
triggerIfReady
mdebbar Aug 13, 2024
af67dfc
docs
mdebbar Aug 13, 2024
393776a
Merge branch 'main' into link_semantics
mdebbar Nov 22, 2024
969e697
Merge branch 'main' into link_semantics
mdebbar Dec 17, 2024
2c37827
Merge branch 'main' into link_semantics
mdebbar Dec 19, 2024
aa0c3d7
bump minimum sdk version
mdebbar Dec 23, 2024
ba6c60f
Merge branch 'main' into link_semantics
mdebbar Dec 27, 2024
f296c49
dart format
mdebbar Dec 27, 2024
46ca0e7
Merge branch 'main' into link_semantics
ditman Jan 8, 2025
114731d
Help test pass in wasm
ditman Jan 8, 2025
4cd3f68
dart format .
ditman Jan 8, 2025
c203542
Tag as v2.4.0, update CHANGELOG.
ditman Jan 9, 2025
c12a920
Update sdk lower bound in example.
ditman Jan 9, 2025
4e703d5
Address PR comments.
ditman Jan 10, 2025
286d33d
Rename signal handlers to onSignalName
ditman Jan 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions packages/url_launcher/url_launcher_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## NEXT
## 2.4.0

* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
* Enhances handling of out-of-order events.
* Adds support for clicks with a modifier key (e.g. cmd+click).
* Improves support for semantics.
* Applies the `target` attribute to semantic links.
* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.

## 2.3.3

Expand Down
Loading
Loading