Skip to content

Commit

Permalink
v3.8.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lokonli committed May 29, 2021
1 parent e763c7a commit 963328a
Show file tree
Hide file tree
Showing 7 changed files with 784 additions and 651 deletions.
28 changes: 14 additions & 14 deletions dist/bundle.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion docs/releasenotes/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For Dashticz's **master** version Release Notes go to: https://dashticz.readthed
Recent changes
---------------

v3.8.3 Beta (22-5-2021)
v3.8.3 Beta (29-5-2021)
-----------------------

Enhancements
Expand All @@ -25,6 +25,11 @@ Fixes
* Weather: Fix styling of forecast block for white Dashticz template
* Merged changes from master v3.8.0.1 and v3.8.0.2

Code
~~~~~

* Bump Swiper.js from 5.4.5 to 6.4.2

v3.8.2 Beta (24-4-2021)
-----------------------

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<meta name="msapplication-square310x310logo"
content="img/favicon/largetile.png" />
<title>Dashticz</title>
<script> var _DASHTICZ_VERSION=17;</script>
<script src="dist/bundle.js?t=17"></script>
<script> var _DASHTICZ_VERSION=18;</script>
<script src="dist/bundle.js?t=18"></script>

</head>

Expand Down
4 changes: 2 additions & 2 deletions index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<meta name="msapplication-square310x310logo"
content="img/favicon/largetile.png" />
<title>Dashticz</title>
<script> var _DASHTICZ_VERSION=17;</script>
<script src="dist/bundle.js?t=17"></script>
<script> var _DASHTICZ_VERSION=18;</script>
<script src="dist/bundle.js?t=18"></script>

</head>

Expand Down
1,386 changes: 757 additions & 629 deletions package-lock.json

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
Expand Up @@ -30,7 +30,7 @@
"skycons-color": "^1.0.0",
"spectrum-colorpicker": "^1.8.1",
"spotify-web-api-js": "^1.5.1",
"swiper": "^5.4.5"
"swiper": "^6.6.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ window.MomentHandler = MomentHandler;

require('./templateengine.js');
require('./handlebars-helpers.js');
var Swiper = require('swiper').default;
var Swiper = require('swiper/bundle').default;
window.Swiper = Swiper;
require('swiper/css/swiper.min.css');
require('swiper/swiper-bundle.min.css');

//window.Skycons =
var Skycons=require('skycons-color');
Expand Down

0 comments on commit 963328a

Please sign in to comment.