@@ -50,7 +50,7 @@ fixi takes advantage of some modern JavaScript features not used by htmx:
5050A hard constraint on the project is that the _ unminified_ , _ uncompressed_ size must be less than that of
5151the minified & compressed version of the (excellent) [ preact library] ( https://bundlephobia.com/package/preact ) (currently 4.6Kb).
5252
53- The current uncompressed size is ` 3292 ` bytes, the gzipped size is ` 1398 ` bytes and the brotli'd size is ` 1181 ` bytes,
53+ The current uncompressed size is ` 3360 ` bytes, the gzipped size is ` 1421 ` bytes and the brotli'd size is ` 1206 ` bytes,
5454as determined by:
5555
5656``` bash
@@ -84,12 +84,12 @@ The fixi project consists of three files:
8484fixi is designed to be easily [ vendored] ( https://htmx.org/essays/vendoring/ ) , that is, copied, into your project:
8585
8686``` bash
87- curl https://raw.githubusercontent.com/bigskysoftware/fixi/refs/tags/0.9.2/fixi.js >> fixi-0.9.2 .js
87+ curl https://raw.githubusercontent.com/bigskysoftware/fixi/refs/tags/0.9.2/fixi.js >> fixi-0.9.3 .js
8888```
8989
90- The SHA256 of v0.9.2 is
90+ The SHA256 of v0.9.3 is
9191
92- ` 0957yKwrGW4niRASx0/UxJxBY/xBhYK63vDCnTF7hH4 =`
92+ ` Qalmv6iqaAnrglOx2AWSoLfJFmXLGtjAIdBgsLc3bgg =`
9393
9494generated by the following command line script:
9595
@@ -98,14 +98,14 @@ cat fixi.js | openssl sha256 -binary | openssl base64
9898```
9999Alternatively can download the source from here:
100100
101- < https://github.com/bigskysoftware/fixi/archive/refs/tags/0.9.2 .zip >
101+ < https://github.com/bigskysoftware/fixi/archive/refs/tags/0.9.3 .zip >
102102
103103You can also use the JSDelivr CDN for local development or testing:
104104
105105``` html
106- <script src =" https://cdn.jsdelivr.net/gh/bigskysoftware/fixi@0.9.2 /fixi.js"
106+ <script src =" https://cdn.jsdelivr.net/gh/bigskysoftware/fixi@0.9.3 /fixi.js"
107107 crossorigin =" anonymous"
108- integrity =" sha256-0957yKwrGW4niRASx0/UxJxBY/xBhYK63vDCnTF7hH4 =" ></script >
108+ integrity =" sha256-Qalmv6iqaAnrglOx2AWSoLfJFmXLGtjAIdBgsLc3bgg =" ></script >
109109```
110110
111111Finally, fixi is available on NPM as the [ ` fixi-js ` ] ( https://www.npmjs.com/package/fixi-js ) package.
0 commit comments