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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,13 @@ Changes can be:
33
33
34
34
Lastly drop the location cache which is no longer needed.
35
35
36
-
* 🍕 `clerk/fragment` for splicing a seq of values into the document as if it were produced by results of individual cells. Useful when programmatically generating content.
36
+
* 🍕 Add `clerk/fragment` for splicing a seq of values into the document as if it were produced by results of individual cells. Useful when programmatically generating content.
37
+
38
+
* 🚰 Improve Tap Inspector
39
+
40
+
* Support customizing of `:nextjournal.clerk/width` and `:nextjournal.clerk/budget` for individual tapped values
41
+
* Fix re-rendering of tapped values by assigning stable react keys
42
+
* Build it on top of `clerk/fragment`
37
43
38
44
* 🍒 Add support for cherry as an alternative to sci to evaluate `:render-fn`s. You can change it per form (using form metadata or viewer opts) or doc-wide (using ns metadata) with `{:nextjournal.clerk/render-evaluator :cherry}`.
39
45
@@ -60,6 +66,8 @@ Changes can be:
60
66
* 💫 Support imported vars (e.g. by potemkin) in location analysis
61
67
62
68
By considering `:file` on var meta in location analysis. Previously we would not find a location for vars where the namespace did not match the source file. As we're not caching negative findings this can speed up analysis for deps with a large number of imported vars significantly.
69
+
70
+
* 💫 Support serializing `#inst` and `#uuid` to render-fns
63
71
64
72
* 🐜 Turn off analyzer pass for validation of `:type` tags, fixes [#488](https://github.com/nextjournal/clerk/issues/488)@craig-latacora
;; This option might become the default in the future.
895
896
896
897
897
898
;; ### 🙅🏼♂️ Viewer Budget
898
899
899
900
;; In order to not send too much data to the browser, Clerk uses a per-result budget to limit. You can see this budget in action above. Use the `:nextjournal.clerk/budget` key to change its default value of `200` or disable it completely using `nil`.
0 commit comments