You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
### v2.1.1 (2021-04-12)
2
+
#### Bug fixes
3
+
- Fixed an issue with i18n, which did not correctly apply the required language selection.
4
+
5
+
#### Improvements
6
+
- i18n has been written from scratch, simplifying its operation and supporting different "locale" encodings.
7
+
1
8
### v2.1.0 (2021-04-10)
2
9
#### Breaking changes
3
10
- JClic projects can be now encapsulated in JSON format (files with extension `.jclic.json`). Current files in XML format (`.jclic`) will be still supported, but JSON will be the default format from now. Both formats can also be packaged in ZIP files (files of type `.jclic.zip` and `.scorm.zip`). This will simplify the development of the upcoming new project _JClic Author HTML5_.
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,6 @@ JClic.js makes use of:
65
65
*[jQuery](https://jquery.com/) to parse XML documents and manage DOM objects
66
66
*[JSZip](https://stuk.github.io/jszip/) to extract contents from "jclic.zip" files
67
67
*[clipboard-polyfill](https://github.com/lgarron/clipboard-polyfill) to copy reports data into the user's clipboard
68
-
*[i18next](https://github.com/i18next/i18next) to deal with messages translated into different languages
69
68
*[script.js](https://github.com/ded/script.js) to read JClic projects from local file systems as JSONP
70
69
*[webfontloader](https://github.com/typekit/webfontloader) to dynamically load web fonts as needed
71
70
*[MidiPlayerJS](https://github.com/grimmdude/MidiPlayerJS), [soundfont-player](https://github.com/danigb/soundfont-player), [audio-loader](https://github.com/audiojs/audio-loader) and [sample-player](https://github.com/danigb/sample-player) to process and play MIDI files
0 commit comments