Skip to content

Commit

Permalink
Switch to rrule-alt. Issue: #565
Browse files Browse the repository at this point in the history
  • Loading branch information
MichMich committed Jan 14, 2017
1 parent 0623ae1 commit 2f7be05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.1] - Unreleased
- Make mouse events pass through the region fullscreen_above to modules below.

**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`

### Changed
- Installer: Use init config.js from config.js.sample.
- Switched out `rrule` package for `rrule-alt` in order to improve calendar issues. (Experimental: [#565](https://github.com/MichMich/MagicMirror/issues/565))
- Make mouse events pass through the region fullscreen_above to modules below.

### Added
- Add loaded function to modules, providing an async callback.
Expand Down Expand Up @@ -136,7 +139,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed
- Added reference to Italian Translation.
- Added the missing NE translation to all languages. [#334](https://github.com/MichMich/MagicMirror/issues/344)
- Added the missing NE translation to all languages. [#565](https://github.com/MichMich/MagicMirror/issues/344)
- Added proper User-Agent string to calendar call.

### Changed
Expand Down
2 changes: 1 addition & 1 deletion modules/default/calendar/vendor/ical.js/node-ical.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports.parseFile = function(filename){
}


var rrule = require('rrule').RRule
var rrule = require('rrule-alt').RRule

ical.objectHandlers['RRULE'] = function(val, params, curr, stack, line){
curr.rrule = line;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"iconv-lite": "latest",
"moment": "latest",
"request": "^2.78.0",
"rrule": "latest",
"rrule-alt": "^2.2.3",
"simple-git": "^1.62.0",
"socket.io": "^1.5.1",
"valid-url": "latest",
Expand Down

0 comments on commit 2f7be05

Please sign in to comment.