Skip to content

Commit

Permalink
v5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Serrin authored Jun 7, 2024
1 parent 8685a6e commit 2defaf6
Show file tree
Hide file tree
Showing 13 changed files with 805 additions and 784 deletions.
374 changes: 193 additions & 181 deletions README.md

Large diffs are not rendered by default.

Binary file modified celestra-cheatsheet.odt
Binary file not shown.
Binary file modified celestra-cheatsheet.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions celestra-demo-plugin.dev.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @name Celestra demo plugin
* @version 5.6.0 dev
* @version 5.6.1 dev
* @see https://github.com/Serrin/Celestra
* @license MIT https://opensource.org/licenses/MIT
* Required Celestra version: 5.6.0
* Required Celestra version: 5.6.1
*/

(function(celestra){
Expand Down
2 changes: 1 addition & 1 deletion celestra-demo-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>Download and informations</h2>

<p>Tested on desktop browsers (latest Chrome, latest Firefox, latest Edge) and mobile devices (iOS Safari, Chrome, Firefox and Android Chrome, Samsung Internet, Firefox, Edge).</p>

<p>Latest version: 5.6.0</p>
<p>Latest version: 5.6.1</p>

<p>Developer edition: <a href="celestra-demo-plugin.dev.js" target="_blank">celestra-demo-plugin.dev.js</a></p>
<p>Minified edition: <a href="celestra-demo-plugin.min.js" target="_blank">celestra-demo-plugin.min.js</a></p>
Expand Down
2 changes: 1 addition & 1 deletion celestra-demo-plugin.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Celestra demo plugin * @version 5.6.0 min * @see https://github.com/Serrin/Celestra/ * @license MIT */
/** Celestra demo plugin * @version 5.6.1 min * @see https://github.com/Serrin/Celestra/ * @license MIT */
(function(celestra){
"use strict";
function collect(it,mapFn){var r=[],i=0;for(let item of it){if(typeof mapFn!=="function"){r.push(item);}else{r.push(mapFn(item,i++));}}return r;}
Expand Down
4 changes: 2 additions & 2 deletions celestra.dev.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name Celestra
* @version 5.6.0 dev
* @version 5.6.1 dev
* @see https://github.com/Serrin/Celestra/
* @license MIT https://opensource.org/licenses/MIT
*/
Expand Down Expand Up @@ -1763,7 +1763,7 @@ const inRange = (v, i, a) => (v >= i && v <= a);

/** object header **/

const VERSION = "Celestra v5.6.0 dev";
const VERSION = "Celestra v5.6.1 dev";

/* celestra.noConflict(): celestra object */
function noConflict () { window.CEL = celestra.__prevCEL__; return celestra; }
Expand Down
4 changes: 2 additions & 2 deletions celestra.esm.js

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

Loading

0 comments on commit 2defaf6

Please sign in to comment.