|
| 1 | +## 2.0.8 |
| 2 | + |
| 3 | +* Updates the minimum Flutter version to 2.10, which is required by the change |
| 4 | + in 2.0.7. |
| 5 | + |
1 | 6 | ## 2.0.7
|
2 | 7 |
|
3 | 8 | * Marks the `Link` widget as invisible so it can be optimized by the engine.
|
|
22 | 27 |
|
23 | 28 | - Updated installation instructions in README.
|
24 | 29 |
|
25 |
| -# 2.0.1 |
| 30 | +## 2.0.1 |
26 | 31 |
|
27 | 32 | - Change sizing code of `Link` widget's `HtmlElementView` so it works well when slotted.
|
28 | 33 |
|
29 |
| -# 2.0.0 |
| 34 | +## 2.0.0 |
30 | 35 |
|
31 | 36 | - Migrate to null safety.
|
32 | 37 |
|
33 |
| -# 0.1.5+3 |
| 38 | +## 0.1.5+3 |
34 | 39 |
|
35 | 40 | - Fix Link misalignment [issue](https://github.com/flutter/flutter/issues/70053).
|
36 | 41 |
|
37 |
| -# 0.1.5+2 |
| 42 | +## 0.1.5+2 |
38 | 43 |
|
39 | 44 | - Update Flutter SDK constraint.
|
40 | 45 |
|
41 |
| -# 0.1.5+1 |
| 46 | +## 0.1.5+1 |
42 | 47 |
|
43 | 48 | - Substitute `undefined_prefixed_name: ignore` analyzer setting by a `dart:ui` shim with conditional exports. [Issue](https://github.com/flutter/flutter/issues/69309).
|
44 | 49 |
|
45 |
| -# 0.1.5 |
| 50 | +## 0.1.5 |
46 | 51 |
|
47 | 52 | - Added the web implementation of the Link widget.
|
48 | 53 |
|
49 |
| -# 0.1.4+2 |
| 54 | +## 0.1.4+2 |
50 | 55 |
|
51 | 56 | - Move `lib/third_party` to `lib/src/third_party`.
|
52 | 57 |
|
53 |
| -# 0.1.4+1 |
| 58 | +## 0.1.4+1 |
54 | 59 |
|
55 | 60 | - Add a more correct attribution to `package:platform_detect` code.
|
56 | 61 |
|
57 |
| -# 0.1.4 |
| 62 | +## 0.1.4 |
58 | 63 |
|
59 | 64 | - (Null safety) Remove dependency on `package:platform_detect`
|
60 | 65 | - Port unit tests to run with `flutter drive`
|
61 | 66 |
|
62 |
| -# 0.1.3+2 |
| 67 | +## 0.1.3+2 |
63 | 68 |
|
64 | 69 | - Fix a typo in a test name and fix some style inconsistencies.
|
65 | 70 |
|
66 |
| -# 0.1.3+1 |
| 71 | +## 0.1.3+1 |
67 | 72 |
|
68 | 73 | - Depend explicitly on the `platform_interface` package that adds the `webOnlyWindowName` parameter.
|
69 | 74 |
|
70 |
| -# 0.1.3 |
| 75 | +## 0.1.3 |
71 | 76 |
|
72 | 77 | - Added webOnlyWindowName parameter to launch()
|
73 | 78 |
|
74 |
| -# 0.1.2+1 |
| 79 | +## 0.1.2+1 |
75 | 80 |
|
76 | 81 | - Update docs
|
77 | 82 |
|
78 |
| -# 0.1.2 |
| 83 | +## 0.1.2 |
79 | 84 |
|
80 | 85 | - Adds "tel" and "sms" support
|
81 | 86 |
|
82 |
| -# 0.1.1+6 |
| 87 | +## 0.1.1+6 |
83 | 88 |
|
84 | 89 | - Open "mailto" urls with target set as "\_top" on Safari browsers.
|
85 | 90 | - Update lower bound of dart dependency to 2.2.0.
|
86 | 91 |
|
87 |
| -# 0.1.1+5 |
| 92 | +## 0.1.1+5 |
88 | 93 |
|
89 | 94 | - Update lower bound of dart dependency to 2.1.0.
|
90 | 95 |
|
91 |
| -# 0.1.1+4 |
| 96 | +## 0.1.1+4 |
92 | 97 |
|
93 | 98 | - Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
|
94 | 99 |
|
95 |
| -# 0.1.1+3 |
| 100 | +## 0.1.1+3 |
96 | 101 |
|
97 | 102 | - Refactor tests to not rely on the underlying browser behavior.
|
98 | 103 |
|
99 |
| -# 0.1.1+2 |
| 104 | +## 0.1.1+2 |
100 | 105 |
|
101 | 106 | - Open urls with target "\_top" on iOS PWAs.
|
102 | 107 |
|
103 |
| -# 0.1.1+1 |
| 108 | +## 0.1.1+1 |
104 | 109 |
|
105 | 110 | - Make the pedantic dev_dependency explicit.
|
106 | 111 |
|
107 |
| -# 0.1.1 |
| 112 | +## 0.1.1 |
108 | 113 |
|
109 | 114 | - Added support for mailto scheme
|
110 | 115 |
|
111 |
| -# 0.1.0+2 |
| 116 | +## 0.1.0+2 |
112 | 117 |
|
113 | 118 | - Remove androidx references from the no-op android implemenation.
|
114 | 119 |
|
115 |
| -# 0.1.0+1 |
| 120 | +## 0.1.0+1 |
116 | 121 |
|
117 | 122 | - Add an android/ folder with no-op implementation to workaround https://github.com/flutter/flutter/issues/46304.
|
118 | 123 | - Bump the minimal required Flutter version to 1.10.0.
|
119 | 124 |
|
120 |
| -# 0.1.0 |
| 125 | +## 0.1.0 |
121 | 126 |
|
122 | 127 | - Update docs and pubspec.
|
123 | 128 |
|
124 |
| -# 0.0.2 |
| 129 | +## 0.0.2 |
125 | 130 |
|
126 | 131 | - Switch to using `url_launcher_platform_interface`.
|
127 | 132 |
|
128 |
| -# 0.0.1 |
| 133 | +## 0.0.1 |
129 | 134 |
|
130 | 135 | - Initial open-source release.
|
0 commit comments