Skip to content

Commit

Permalink
Upgrade to mafs 0.18.8 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie authored Jun 1, 2024
1 parent 74d9e3f commit c26e2be
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 108 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [unreleased]

- #19 upgrades Mafs to 0.18.8 (see the [Mafs CHANGELOG entry
here](https://github.com/stevenpetryk/mafs/blob/main/CHANGELOG.md#0188)).

- #18 fixes a documentation issue with the `Mafs` component.

## [0.3.0]

- #17:
Expand Down
4 changes: 2 additions & 2 deletions dev/mafs/notebook.clj
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@

;; ```clj
;; (mentat.clerk-utils.css/set-css!
;; "https://unpkg.com/mafs@0.17.0/core.css"
;; "https://unpkg.com/mafs@0.18.8/core.css"
;; "https://unpkg.com/[email protected]/cmu-serif.css"
;; "https://unpkg.com/mafs@0.17.0/font.css")
;; "https://unpkg.com/mafs@0.18.8/font.css")
;; ```
;;
;; Otherwise find some way to load these CSS files in your project's header.
Expand Down
4 changes: 2 additions & 2 deletions dev/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

(css/set-css!
"https://unpkg.com/[email protected]/cmu-serif.css"
"https://unpkg.com/mafs@0.17.0/core.css"
"https://unpkg.com/mafs@0.17.0/font.css")
"https://unpkg.com/mafs@0.18.8/core.css"
"https://unpkg.com/mafs@0.18.8/font.css")

(def index
"dev/mafs/notebook.clj")
Expand Down
132 changes: 32 additions & 100 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"d3-require": "1.3.0",
"framer-motion": "6.5.1",
"katex": "0.12.0",
"mafs": "0.17.0",
"mafs": "0.18.8",
"markdown-it": "12.3.2",
"markdown-it-block-image": "0.0.3",
"markdown-it-footnote": "3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions resources/mafs/clerk/dev/user.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

(css/set-css!
"https://unpkg.com/[email protected]/cmu-serif.css"
"https://unpkg.com/mafs@0.17.0/core.css"
"https://unpkg.com/mafs@0.17.0/font.css")
"https://unpkg.com/mafs@0.18.8/core.css"
"https://unpkg.com/mafs@0.18.8/font.css")

(def index
"notebooks/{{top/file}}/{{main/file}}.clj")
Expand Down
2 changes: 1 addition & 1 deletion src/deps.cljs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{:npm-deps
{"mafs" "^0.17.0"}}
{"mafs" "^0.18.8"}}

0 comments on commit c26e2be

Please sign in to comment.