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

Commit 8bf2024

Browse files
author
george
committed
[Version 6.0.0] Improves form style generation using config map. Small
refactors from stylelint. Prevents iOSMobile util var from running unless in a browser environment.
1 parent 51c39ee commit 8bf2024

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.3.0/dist/undernet.min.css"
11-
integrity="sha256-y3bpJ0RvsBvegMpyXXW2slORgb/0leV7/LTAFbcusMQ="
10+
href="https://cdn.jsdelivr.net/npm/undernet@6.0.0/dist/undernet.min.css"
11+
integrity="sha256-CCXHgVlt68r/j/PKF3UN+LRGsKMI1Xlsvi2O2zjRupA="
1212
crossorigin="anonymous"
1313
/>
1414
```
1515

1616
```html
1717
<script
1818
type="text/javascript"
19-
src="https://cdn.jsdelivr.net/npm/undernet@5.3.0/dist/undernet.bundle.min.js"
20-
integrity="sha256-XT5OiIsPZUyS6t1Wdn/Kj7Du459TAMpLf8j3R8FFq50="
19+
src="https://cdn.jsdelivr.net/npm/undernet@6.0.0/dist/undernet.bundle.min.js"
20+
integrity="sha256-/7qzKFwnWrXFElITB8gG0RLFvunoxxi0wDfyLfDTpgo="
2121
crossorigin="anonymous"
2222
></script>
2323
<script type="text/javascript">

dist/undernet.css.zip

667 Bytes
Binary file not shown.

dist/undernet.js.zip

42 Bytes
Binary file not shown.

dist/undernet.modules.js.zip

8 Bytes
Binary file not shown.

dist/undernet.scss.zip

374 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.3.0",
3+
"version": "6.0.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)