Skip to content

Commit a67a5d1

Browse files
committed
v0.17.1102
1 parent b68efea commit a67a5d1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Changes can be:
1010

1111
...
1212

13+
## 0.17.1102 (2024-10-17)
14+
15+
...
16+
1317
## 0.17.1100 (2024-10-17)
1418

1519
* 🌿 Switch underlying markdown implementation to a parser based on commonmark-java
@@ -38,7 +42,9 @@ Changes can be:
3842

3943
* ⭐️ Add `clerk/present!` which will show the given value through Clerk and return the presented value. Useful for interactive development & debugging of complex viewers.
4044

41-
* 🐜 Fix an issue where updating a notebook would invalidate the entire react tree
45+
* 🐜 Fix an issue where updating a notebook would invalidate the react tree and cause excessive re-rendering
46+
47+
* 🐜 Fix an issue where updating a notebook could cause a `no protocol method IEditableCollection` render error
4248

4349
* 🐜 Analyzer fixes
4450

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To use Clerk in your project, you'll need Java 11+ and [`clojure`](https://cloju
4646
following dependency to your `deps.edn`:
4747

4848
```edn
49-
{:deps {io.github.nextjournal/clerk {:mvn/version "0.17.1100"}}}
49+
{:deps {io.github.nextjournal/clerk {:mvn/version "0.17.1102"}}}
5050
```
5151

5252
Require and start Clerk as part of your system start, e.g. in `user.clj`:
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{:version {:major 0, :minor 17, :rev-count 1100}}
1+
{:version {:major 0, :minor 17, :rev-count 1102}}

0 commit comments

Comments
 (0)