Skip to content

Commit 1358c73

Browse files
committed
version 1.1.3
1 parent 0b0582f commit 1358c73

File tree

6 files changed

+5535
-6
lines changed

6 files changed

+5535
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Thumbs.db
88
*.tmp
99
*.log
1010
npm-debug.log
11-
package-lock.json
1211

1312
# Build, dist and doc directories #
1413
/build/

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v1.1.3 (2018-02-20)
2+
#### Improvements
3+
- Improved responsiveness: Now skin elements are reduced to 2/3 or 1/2 of its original size when running on mobile devices with small screens.
4+
- Basic functionality of JClic "legacy custom skins" (based on XML files) are now supported in browsers compatible with [CSS Grid Layout](https://caniuse.com/#feat=css-grid). This feature is currently used in many great JClic projects created by [Imma Palahí](https://clic.xtec.cat/repo/index.html?lang=ca&author=Imma%20Palahi).
5+
6+
#### Bug fixes
7+
- Solved a bug in Menu.js
8+
- Check for null values on AUDIO_BUFFERS and mbe.data
9+
110
### v1.1.0 (2018-02-08)
211
#### Improvements
312
- All the code has been updated to [ECMAScript6](http://es6-features.org) (ES6), taking advantage of new JavaScript features (classes, constants, arrow functions, array methods...) in modern browsers. The main file `jclic.min.js` will maintain compability with older browsers for some time, since it is transpiled to ES5 thanks to [Babel](https://babeljs.io/) and [Webpack](https://webpack.js.org).

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jclic",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"homepage": "http://projectestac.github.io/jclic.js",
55
"authors": [
66
"Francesc Busquets <[email protected]>"

0 commit comments

Comments
 (0)