Skip to content

Commit

Permalink
upgrade to Meteor 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocudini committed Apr 10, 2019
1 parent c5d9aba commit e08e63a
Show file tree
Hide file tree
Showing 30 changed files with 118 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.7.0.5
METEOR@1.8.1
141 changes: 72 additions & 69 deletions .meteor/versions
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[email protected].2
[email protected].1
[email protected].1
[email protected].1
[email protected].15
[email protected].3
[email protected].2
[email protected].2
[email protected].2
[email protected].16
[email protected]
[email protected].0
[email protected].1
[email protected].1
[email protected].2
[email protected]
anti:[email protected]
autoupdate@1.4.1
babel-compiler@7.1.1
babel-runtime@1.2.7
autoupdate@1.6.0
babel-compiler@7.3.4
babel-runtime@1.3.0
[email protected]
[email protected].10
[email protected].11
[email protected]
[email protected]
[email protected]
boilerplate-generator@1.5.0
caching-compiler@1.1.12
boilerplate-generator@1.6.0
caching-compiler@1.2.1
[email protected]
[email protected]
[email protected]
Expand All @@ -26,26 +26,28 @@ [email protected]
[email protected]
[email protected]
[email protected]
ddp-server@2.2.0
ddp-server@2.3.0
[email protected]
[email protected].0
dynamic-import@0.4.2
ecmascript@0.11.1
[email protected].1
dynamic-import@0.5.1
ecmascript@0.12.7
[email protected]
ecmascript-runtime-client@0.7.2
ecmascript-runtime-client@0.8.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].1
[email protected].5
[email protected].2
[email protected].6
[email protected]
[email protected]
[email protected]
[email protected].1
[email protected].2
[email protected]
[email protected]
iron:[email protected]
iron:[email protected]
iron:[email protected]
Expand All @@ -56,82 +58,83 @@ iron:[email protected]
iron:[email protected]
[email protected]
juliancwirko:[email protected]
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].1
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
keplerjs:[email protected].2
kidovate:[email protected]
konecty:user-presence@1.2.9
less@2.7.12
konecty:user-presence@2.4.0
less@2.8.0
[email protected]
[email protected]
[email protected]
matb33:[email protected]
[email protected].2
[email protected].3
[email protected]
minifier-css@1.3.1
minifier-js@2.3.5
minifier-css@1.4.2
minifier-js@2.4.1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
mstn:[email protected]
mstn:[email protected]
nooitaf:[email protected]_1
[email protected]
npm-mongo@3.0.11
[email protected].3
[email protected].0
[email protected].0
npm-mongo@3.1.2
[email protected].8
[email protected].2
[email protected].1
[email protected]
[email protected]
ostrio:[email protected]
ostrio:[email protected]
ostrio:[email protected]
[email protected].1
[email protected].2
[email protected]
[email protected]
reactive-dict@1.2.1
reactive-dict@1.3.0
[email protected]
reload@1.2.0
reload@1.3.0
[email protected]
reywood:[email protected]
robodo:[email protected]
routepolicy@1.0.13
routepolicy@1.1.0
[email protected]
session@1.1.8
session@1.2.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
standard-minifier-css@1.4.1
standard-minifier-js@2.3.4
standard-minifier-css@1.5.3
standard-minifier-js@2.4.1
[email protected]
[email protected]
[email protected]
Expand All @@ -143,6 +146,6 @@ [email protected]
underscorestring:[email protected]
[email protected]
verron:[email protected]
webapp@1.6.2
webapp@1.7.4
[email protected]
zenorocha:[email protected]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
[Downloadable releases](https://github.com/Keplerjs/Kepler/releases)

## Next version
...

## v1.6.2
- upgrade to Meteor 1.8.1 and other libs updates
- new method K.Util.setPath set sub property of object by path string
- new method K.Util.json2html transform json or literal object into a nested ul list
- plugin pois new async method K.Place.loadPoisTracks()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "http://keplerjs.io",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.55",
"@babel/runtime": "^7.4.3",
"bcrypt": "^3.0.4",
"core-js": "^2.5.4",
"fibers": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
2 changes: 1 addition & 1 deletion packages/categories/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
2 changes: 1 addition & 1 deletion packages/convers/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
6 changes: 5 additions & 1 deletion packages/core-ui/client/views/tabLocation.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,24 @@

<template name="btns_location">
{{#if getCheckin}}


{{#if getCheckin}}
{{#with placeById getCheckin}}

{{> item_place}}

{{/with}}
{{/if}}

{{#if isMe}}

{{#if getCheckin}}
{{#with placeById getCheckin}}

{{> place_btn_checkin}}

{{/with}}
{{/if}}

{{/if}}
{{else}}
Expand Down
2 changes: 1 addition & 1 deletion packages/core-ui/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/Kepler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';
/**
* @namespace
* @name Kepler
Expand Down
11 changes: 9 additions & 2 deletions packages/core/client/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,19 @@ Kepler.Profile = {
return (self.data.status==='online' || self.data.status==='away');
},
setOnline: function(online) {
var self = this;
Meteor.call('UserPresence:setDefaultStatus', online?'online':'offline', function(err, data) {

var self = this,
stat = (!!online)?'online':'offline';

Meteor.call('UserPresence:setDefaultStatus', stat, function(err, data) {
if(err)
console.warn('error',err)
self._deps.online.changed();
});

if(!online && K.Map.controls.gps)
K.Map.controls.gps.deactivate();

return this;
},
setLoc: function(loc) {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
2 changes: 1 addition & 1 deletion packages/edit/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
2 changes: 1 addition & 1 deletion packages/favorites/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
2 changes: 1 addition & 1 deletion packages/geoinfo/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
2 changes: 1 addition & 1 deletion packages/import/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down Expand Up @@ -68,8 +68,8 @@ Package.onUse(function(api) {
'accounts-google',
'accounts-github',
//'accounts-twitter',

'[email protected]',

'matb33:[email protected]',
'underscorestring:[email protected]',
'kidovate:[email protected]',
Expand All @@ -82,7 +82,7 @@ Package.onUse(function(api) {
'mstn:[email protected]',

'nooitaf:[email protected]_1', //https://www.npmjs.com/package/colors
'konecty:user-presence@1.2.9',
'konecty:user-presence@2.4.0',
'juliancwirko:[email protected]',
'ostrio:[email protected]',
'ostrio:[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion packages/notifs/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.6.1';
var version = '1.6.2';

Package.describe({
version: version,
Expand Down
Loading

0 comments on commit e08e63a

Please sign in to comment.