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: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
# 0.5.65
2
+
3
+
A maintenance update which fixes some issues with rendering embeds in Dataviews and adds a few new functions.
4
+
5
+
- Adds the `hash()` function for generating consistent uniformly-distributed values given arbitary inputs. Primarily useful for creating "random" views which remain consistent across page refreshes. Thanks to @holroy.
6
+
- Adds the `slice()` function for slicing arrays, similar to Javascript's `Array.slice`. Thanks to @holroy.
7
+
- Fixes several issues with rendering embeds inside dataviews. Thanks to @GottZ.
8
+
- Several documentation improvements around tasks - thanks to @holroy and @RaviOnline.
Copy file name to clipboardExpand all lines: docs/docs/changelog.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
# 0.5.65
2
+
3
+
A maintenance update which fixes some issues with rendering embeds in Dataviews and adds a few new functions.
4
+
5
+
- Adds the `hash()` function for generating consistent uniformly-distributed values given arbitary inputs. Primarily useful for creating "random" views which remain consistent across page refreshes. Thanks to @holroy.
6
+
- Adds the `slice()` function for slicing arrays, similar to Javascript's `Array.slice`. Thanks to @holroy.
7
+
- Fixes several issues with rendering embeds inside dataviews. Thanks to @GottZ.
8
+
- Several documentation improvements around tasks - thanks to @holroy and @RaviOnline.
0 commit comments