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
docs(vega-expression): Add release number to docs for base64 encode/decode (atob, btoa) (#4023)
## Motivation
- When #4009 was released, we didn't
know the version number it would be used. Now we do!
## Changes
- Replace 5.3x placeholder with 5.32.0, which is the correct version
where https://github.com/vega/vega/releases/tag/v5.32.0 was made
available
Copy file name to clipboardExpand all lines: docs/docs/expressions.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -594,11 +594,11 @@ Truncates an input _string_ to a target _length_. The optional _align_ argument
594
594
Transforms _string_ to upper-case letters.
595
595
596
596
<aname="btoa"href="#btoa">#</a>
597
-
<b>btoa</b>(<i>string</i>) {% include tag ver="5.3x" %}<br/>
597
+
<b>btoa</b>(<i>string</i>) {% include tag ver="5.32.0" %}<br/>
598
598
Creates a [Base64](https://developer.mozilla.org/en-US/docs/Glossary/Base64)-encoded [ASCII](https://developer.mozilla.org/en-US/docs/Glossary/ASCII) string. Same as JavaScript's [Window.btoa()](https://developer.mozilla.org/en-US/docs/Web/API/Window/btoa).
599
599
600
600
<aname="atob"href="#atob">#</a>
601
-
<b>atob</b>(<i>string</i>) {% include tag ver="5.3x" %}<br/>
601
+
<b>atob</b>(<i>string</i>) {% include tag ver="5.32.0" %}<br/>
602
602
Decodes an [ASCII](https://developer.mozilla.org/en-US/docs/Glossary/ASCII) string that was encoded with [Base64](https://developer.mozilla.org/en-US/docs/Glossary/Base64). Same as JavaScript's [Window.atob()](https://developer.mozilla.org/en-US/docs/Web/API/Window/atob).
0 commit comments