You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/authoring/Applicability/ApplicableToComponent.fs
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -396,26 +396,23 @@ This functionality may be changed or removed in a future release. Elastic will w
396
396
type``mixed lifecycles with ga planned``()=
397
397
static letmarkdown= Setup.Markdown """
398
398
```{applies_to}
399
-
stack: ga 8.8.0, preview 9.0.0
399
+
stack: ga 8.8.0, preview 8.1.0
400
400
```
401
401
"""
402
402
403
403
[<Fact>]
404
404
let``renders GA planned when preview exists alongside GA`` ()=
405
405
markdown |> convertsToHtml """
406
406
<p class="applies applies-block">
407
-
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic Stack update. Subject to change.
407
+
<span class="applicable-info" data-tippy-content="Elastic Stack GA 8.8.0:
408
+
We plan to add this functionality in a future Elastic Stack update. Subject to change.
408
409
409
-
This functionality may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.">
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic Stack update. Subject to change.
410
+
If this functionality is unavailable or behaves differently when deployed on ECH, ECE, ECK, or a self-managed installation, it will be indicated on the page.
417
411
418
-
If this functionality is unavailable or behaves differently when deployed on ECH, ECE, ECK, or a self-managed installation, it will be indicated on the page.">
412
+
Elastic Stack Preview 8.1.0:
413
+
We plan to add this functionality in a future Elastic Stack update. Subject to change.
414
+
415
+
This functionality may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.">
Copy file name to clipboardExpand all lines: tests/authoring/Inline/AppliesToRole.fs
+9-12Lines changed: 9 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -137,26 +137,23 @@ This is an inline {applies_to}`stack: preview 9.0, ga 9.1` element.
137
137
))
138
138
139
139
[<Fact>]
140
-
let``validate HTML:generates link and alt attr`` ()=
140
+
let``validate HTML:generates single combined badge`` ()=
141
141
markdown |> convertsToHtml """
142
142
<p>This is an inline
143
143
<span class="applies applies-inline">
144
-
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic Stack update. Subject to change.
144
+
<span class="applicable-info" data-tippy-content="Elastic Stack GA 9.1.0:
145
+
We plan to add this functionality in a future Elastic Stack update. Subject to change.
145
146
146
-
If this functionality is unavailable or behaves differently when deployed on ECH, ECE, ECK, or a self-managed installation, it will be indicated on the page.">
147
-
<span class="applicable-name">Stack</span>
148
-
<span class="applicable-separator"></span>
149
-
<span class="applicable-meta applicable-meta-ga">
150
-
GA planned
151
-
</span>
152
-
</span>
153
-
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic Stack update. Subject to change.
147
+
If this functionality is unavailable or behaves differently when deployed on ECH, ECE, ECK, or a self-managed installation, it will be indicated on the page.
148
+
149
+
Elastic Stack Preview 9.0.0:
150
+
We plan to add this functionality in a future Elastic Stack update. Subject to change.
154
151
155
152
This functionality may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.">
0 commit comments