Skip to content

Commit 7567ebd

Browse files
committed
v0.13.842
1 parent f57d9ef commit 7567ebd

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Changes can be:
77

88
## Unreleased
99

10+
...
11+
12+
## 0.13.842 (2023-03-07)
13+
1014
* 💫 Support pagination for values nested inside `clerk/html`
1115
* 🐞 Fix builder ui by using fully-qualifed symbol
1216

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ALPHA, expect breaking changes.
4545
To use Clerk in your project, add the following dependency to your `deps.edn`:
4646

4747
```edn
48-
{:deps {io.github.nextjournal/clerk {:mvn/version "0.13.838"}}}
48+
{:deps {io.github.nextjournal/clerk {:mvn/version "0.13.842"}}}
4949
```
5050

5151
Require and start Clerk as part of your system start, e.g. in `user.clj`:

notebooks/onwards.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@ Notes about what currently breaks 💥 and what could be better tomorrow.
7676
- [x] Let `:transform-fn` act on wrapped-value and use it to also replace `:fetch-fn`
7777
- [ ] Reset ns viewers to defaults on eval
7878
- [x] Try using `:update-viewers-fn` for markdown node
79-
- [ ] Minimize re-rendering when updating notebook
79+
- [x] Minimize re-rendering when updating notebook
8080
- [ ] Throw on re-definitions
81-
- [ ] Throw when referencing no longer available / deleted var
81+
- [x] Throw when referencing no longer available / deleted var
8282
- [x] Allow multiple defs per top-level forms
8383
- [x] Restore `*ns*` after hashing / eval
8484
- [x] Support setting `:nextjournal.clerk/cache` forms to control caching behaviour
8585
- [ ] Deprecate `:nextjournal/no-cache`
86-
- [ ] Add `clerk/image` (name tbd) viewer supporting links and embedded images
86+
- [x] Add `clerk/image` (name tbd) viewer supporting links and embedded images
8787
- [x] Derefenced Clojure atoms should get value semantics in dependency graph
8888
- [x] Support evaluating `(quote 'code 'in 'backticks)` in markdown
8989
- [x] Make it more obvious that results can be expanded
90-
- [ ] Set expanded state depending on shape (width) of the data
90+
- [x] Set expanded state depending on shape (width) of the data
9191
- [ ] Allow to control viewer expansion state programmatically
9292
- [ ] Make `doc-url` work in live app using `v/clerk-eval`
9393
- [ ] Add multiviewer to default viewers
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{:version {:major 0, :minor 13, :rev-count 838}}
1+
{:version {:major 0, :minor 13, :rev-count 842}}

0 commit comments

Comments
 (0)