Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit a7691df

Browse files
author
george
committed
[Version 5.2.0] Improves accessibility in accordion, dropdown, and modal
components. Includes quality of life improvements for js utilities.
1 parent b0b6778 commit a7691df

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

app/docs/download.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ The quickest way to use Undernet is to link the bundled js and minified css usin
77
```html
88
<link
99
rel="stylesheet"
10-
href="https://cdn.jsdelivr.net/npm/undernet@5.1.2/dist/undernet.min.css"
11-
integrity="sha256-ayx+zb/OIkki6WyE9iO9UPuiTcW5dmQgP6Leke0ejEM="
10+
href="https://cdn.jsdelivr.net/npm/undernet@5.2.0/dist/undernet.min.css"
11+
integrity="sha256-XXDTsJpuYqy/37uBoiAWPStMFbKeVc+njULGGaVAvoU="
1212
crossorigin="anonymous"
1313
/>
1414
```
1515

1616
```html
1717
<script
1818
type="text/javascript"
19-
src="https://cdn.jsdelivr.net/npm/undernet@5.1.2/dist/undernet.bundle.min.js"
20-
integrity="sha256-5Evk9G0yGG5Ed/UerT4EiLpf0q4jnfGzzSUjLjW/4VI="
19+
src="https://cdn.jsdelivr.net/npm/undernet@5.2.0/dist/undernet.bundle.min.js"
20+
integrity="sha256-pjj7UK9fZGccXn3mHQLvAO2pxvqbLuKz/f0aED1fH84="
2121
crossorigin="anonymous"
2222
></script>
2323
<script type="text/javascript">

dist/undernet.css.zip

13 Bytes
Binary file not shown.

dist/undernet.js.zip

118 Bytes
Binary file not shown.

dist/undernet.modules.js.zip

27 Bytes
Binary file not shown.

dist/undernet.scss.zip

87 Bytes
Binary file not shown.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "undernet",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"homepage": "https://undernet.io",
55
"description": "A modular, configuration-first front-end framework. No strings.",
66
"author": "George Treviranus",

0 commit comments

Comments
 (0)