Skip to content

Commit

Permalink
v0.13.842
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Mar 7, 2023
1 parent f57d9ef commit 7567ebd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Changes can be:

## Unreleased

...

## 0.13.842 (2023-03-07)

* 💫 Support pagination for values nested inside `clerk/html`
* 🐞 Fix builder ui by using fully-qualifed symbol

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ALPHA, expect breaking changes.
To use Clerk in your project, add the following dependency to your `deps.edn`:

```edn
{:deps {io.github.nextjournal/clerk {:mvn/version "0.13.838"}}}
{:deps {io.github.nextjournal/clerk {:mvn/version "0.13.842"}}}
```

Require and start Clerk as part of your system start, e.g. in `user.clj`:
Expand Down
8 changes: 4 additions & 4 deletions notebooks/onwards.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@ Notes about what currently breaks 💥 and what could be better tomorrow.
- [x] Let `:transform-fn` act on wrapped-value and use it to also replace `:fetch-fn`
- [ ] Reset ns viewers to defaults on eval
- [x] Try using `:update-viewers-fn` for markdown node
- [ ] Minimize re-rendering when updating notebook
- [x] Minimize re-rendering when updating notebook
- [ ] Throw on re-definitions
- [ ] Throw when referencing no longer available / deleted var
- [x] Throw when referencing no longer available / deleted var
- [x] Allow multiple defs per top-level forms
- [x] Restore `*ns*` after hashing / eval
- [x] Support setting `:nextjournal.clerk/cache` forms to control caching behaviour
- [ ] Deprecate `:nextjournal/no-cache`
- [ ] Add `clerk/image` (name tbd) viewer supporting links and embedded images
- [x] Add `clerk/image` (name tbd) viewer supporting links and embedded images
- [x] Derefenced Clojure atoms should get value semantics in dependency graph
- [x] Support evaluating `(quote 'code 'in 'backticks)` in markdown
- [x] Make it more obvious that results can be expanded
- [ ] Set expanded state depending on shape (width) of the data
- [x] Set expanded state depending on shape (width) of the data
- [ ] Allow to control viewer expansion state programmatically
- [ ] Make `doc-url` work in live app using `v/clerk-eval`
- [ ] Add multiviewer to default viewers
Expand Down
2 changes: 1 addition & 1 deletion resources/META-INF/nextjournal/clerk/meta.edn
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{:version {:major 0, :minor 13, :rev-count 838}}
{:version {:major 0, :minor 13, :rev-count 842}}

0 comments on commit 7567ebd

Please sign in to comment.