Skip to content

Commit

Permalink
v2.93.0-RC2
Browse files Browse the repository at this point in the history
+ default [root-route] for the SPA root (/)
+ Enhancements to work with other Frameworks like React and OJet.
+ Minor code cleanup
  • Loading branch information
sucom committed Dec 28, 2022
1 parent 36b88e8 commit c44126e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Single Page Application (SPA) Simplified Framework/Library",
"main": "dist/spa-bundle.js",

"version": "2.93.0-RC1",
"version": "2.93.0-RC2",
"license": "MIT",
"homepage": "https://github.com/sucom/SPA.js",

Expand Down
4 changes: 2 additions & 2 deletions dist/spa-bundle.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/spa-bundle.slim.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spa.js",
"version": "2.93.0-RC1",
"version": "2.93.0-RC2",
"description": "Single Page Application (SPA) Simplified Framework/Library",
"main": "dist/spa-bundle.js",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion src/spa.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
*/

(function() {
var _VERSION = '2.93.0-RC1-'+(_now('.'));
// var _VERSION = '2.93.0-RC1-'+(_now('.'));
var _VERSION = '2.93.0-RC2';

/* Establish the win object, 'window' in the browser */
var win = window||globalThis, _doc = document, isSPAReady, docBody = _doc.body;
Expand Down
2 changes: 1 addition & 1 deletion src/spa.min.js

Large diffs are not rendered by default.

0 comments on commit c44126e

Please sign in to comment.