-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #265 from VeliovGroup/dev
v1.7.4 This is first update based on community contribution. Thank you everyone who has a chance to take a part in this project, you've made this lib better! v1.7.4: - Comparability with `[email protected]` - Update Google integration docs - @salmanhasni - `.find()` and `.findOne()` methods of `FilesCollection` now acts in the same way as instances of `Mongo.Collection` - @exKAZUu - Explanation around `storagePath` option - @elewis33 & @yanickrochon - Option to set different DDP connection, per Collection and per Upload. By @rafaelcorreiapoli - closing #51 and #235 - `Template` now is weak dependency, by @macrozone - closing #242 - Demo app: UI fixes for Safari - Demo app: Notice if video or audio not supported by browser. The __.mp4__ was deprecated in Chromium in favour of __.webm__
- Loading branch information
Showing
35 changed files
with
475 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
1. Make sure you're sending PR to `dev` branch | ||
2. Give a short description what you have changed/added and why | ||
|
||
## Thank you for contribuution, and do not forget to get rid of this default message | ||
## Thank you for contribution, and do not forget to get rid of this default message |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
@@ -28,7 +27,6 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
@@ -38,16 +36,14 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
ostrio:[email protected] | ||
ostrio:[email protected].3 | ||
ostrio:[email protected].4 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,18 +6,18 @@ | |
|
||
[email protected] # Packages every Meteor app needs to have | ||
[email protected] # Packages for a great mobile UX | ||
[email protected].12 # The database Meteor supports right now | ||
[email protected].12_1 # The database Meteor supports right now | ||
[email protected] # Compile .html files into Meteor Blaze views | ||
[email protected] # Reactive variable for tracker | ||
[email protected] # Helpful client-side library | ||
[email protected] # Meteor's client-side reactive programming library | ||
|
||
[email protected].0 # CSS minifier run for production mode | ||
[email protected].0 # JS minifier run for production mode | ||
[email protected].14 # ECMAScript 5 compatibility for older browsers. | ||
[email protected].8 # Enable ECMAScript2015+ syntax in app code | ||
[email protected].0_1 # CSS minifier run for production mode | ||
[email protected].0_1 # JS minifier run for production mode | ||
[email protected].14_1 # ECMAScript 5 compatibility for older browsers. | ||
[email protected].8_1 # Enable ECMAScript2015+ syntax in app code | ||
|
||
ostrio:files | ||
aldeed:simple-schema | ||
aldeed:collection2 | ||
shell-server | ||
shell-server@0.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[email protected].1 | ||
[email protected].2 |
Oops, something went wrong.