Skip to content

Commit 9e86a6c

Browse files
committed
chore: publish [email protected]
1 parent 03095ec commit 9e86a6c

32 files changed

+629
-86
lines changed

download.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Math.js can be downloaded or linked from various content delivery networks:
2727
<tbody>
2828
<tr>
2929
<td>unpkg</td>
30-
<td><a href="https://unpkg.com/[email protected].0/">https://unpkg.com/[email protected].0/</a></td>
30+
<td><a href="https://unpkg.com/[email protected].1/">https://unpkg.com/[email protected].1/</a></td>
3131
</tr>
3232
<tr>
3333
<td>cdnjs</td>
@@ -48,9 +48,9 @@ Or download the full bundle directly from [unpkg](https://unpkg.com):
4848

4949
<p>
5050
<a
51-
href="https://unpkg.com/[email protected].0/lib/browser/math.js"
52-
>math.js (version 12.4.0, <span id="size">200 kB</span>, minified and gzipped)</a>
53-
and if needed the <a href="https://unpkg.com/[email protected].0/lib/browser/math.js.map">source map</a>
51+
href="https://unpkg.com/[email protected].1/lib/browser/math.js"
52+
>math.js (version 12.4.1, <span id="size">200 kB</span>, minified and gzipped)</a>
53+
and if needed the <a href="https://unpkg.com/[email protected].1/lib/browser/math.js.map">source map</a>
5454
</p>
5555

5656
Too large for you? Create your own [custom bundle](docs/custom_bundling.html).

examples/browser/angle_configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
</style>
1717

18-
<script src="https://unpkg.com/[email protected].0/lib/browser/math.js"></script>
18+
<script src="https://unpkg.com/[email protected].1/lib/browser/math.js"></script>
1919
</head>
2020
<body>
2121

examples/browser/angle_configuration.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ File: [angle_configuration.html](angle_configuration.html) (click for a live dem
2424
}
2525
</style>
2626

27-
<script src="https://unpkg.com/[email protected].0/lib/browser/math.js"></script>
27+
<script src="https://unpkg.com/[email protected].1/lib/browser/math.js"></script>
2828
</head>
2929
<body>
3030

examples/browser/basic_usage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>math.js | basic usage</title>
6-
<script src="https://unpkg.com/[email protected].0/lib/browser/math.js"></script>
6+
<script src="https://unpkg.com/[email protected].1/lib/browser/math.js"></script>
77
</head>
88
<body>
99

examples/browser/basic_usage.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ File: [basic_usage.html](basic_usage.html) (click for a live demo)
1212
<head>
1313
<meta charset="utf-8">
1414
<title>math.js | basic usage</title>
15-
<script src="https://unpkg.com/[email protected].0/lib/browser/math.js"></script>
15+
<script src="https://unpkg.com/[email protected].1/lib/browser/math.js"></script>
1616
</head>
1717
<body>
1818

examples/browser/currency_conversion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>math.js | currency conversion</title>
66

7-
<script src="https://unpkg.com/[email protected].0/lib/browser/math.js"></script>
7+
<script src="https://unpkg.com/[email protected].1/lib/browser/math.js"></script>
88

99
<style>
1010
body,

examples/browser/currency_conversion.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ File: [currency_conversion.html](currency_conversion.html) (click for a live dem
1313
<meta charset="utf-8">
1414
<title>math.js | currency conversion</title>
1515

16-
<script src="https://unpkg.com/[email protected].0/lib/browser/math.js"></script>
16+
<script src="https://unpkg.com/[email protected].1/lib/browser/math.js"></script>
1717

1818
<style>
1919
body,

examples/browser/custom_separators.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
</style>
1717

18-
<script src="https://unpkg.com/[email protected].0/lib/browser/math.js"></script>
18+
<script src="https://unpkg.com/[email protected].1/lib/browser/math.js"></script>
1919
</head>
2020
<body>
2121

examples/browser/custom_separators.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ File: [custom_separators.html](custom_separators.html) (click for a live demo)
2424
}
2525
</style>
2626

27-
<script src="https://unpkg.com/[email protected].0/lib/browser/math.js"></script>
27+
<script src="https://unpkg.com/[email protected].1/lib/browser/math.js"></script>
2828
</head>
2929
<body>
3030

examples/browser/lorenz.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,25 @@
44
<head>
55
<meta charset="UTF-8">
66
<title>math.js | Lorenz Attractor</title>
7-
<script src="https://unpkg.com/[email protected].0/lib/browser/math.js"></script>
7+
<script src="https://unpkg.com/[email protected].1/lib/browser/math.js"></script>
88

99
<script src="https://cdn.plot.ly/plotly-2.25.2.min.js" charset="utf-8"></script>
10+
<style>
11+
html, body {
12+
width: 100%;
13+
height: 100vh;
14+
padding: 0;
15+
margin: 0;
16+
}
17+
body {
18+
display: flex;
19+
flex-direction: column;
20+
}
21+
22+
#LorenzGraph {
23+
flex: 1;
24+
}
25+
</style>
1026
</head>
1127

1228
<body>
@@ -36,7 +52,11 @@
3652
type: "scatter3d",
3753
mode: "lines"
3854
}],
39-
{ width: 800, height: 600 }
55+
{
56+
responsive: true,
57+
uirevision: 'true',
58+
title:"Lorenz Attractor",
59+
}
4060
)
4161

4262
// define the lorenz attractor

0 commit comments

Comments
 (0)