Skip to content

Commit aa03ef9

Browse files
authored
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
1 parent c46889d commit aa03ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/expressions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -594,11 +594,11 @@ Truncates an input _string_ to a target _length_. The optional _align_ argument
594594
Transforms _string_ to upper-case letters.
595595

596596
<a name="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/>
598598
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).
599599

600600
<a name="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/>
602602
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).
603603

604604

0 commit comments

Comments
 (0)