Commit Graph

33 Commits

Author SHA1 Message Date
Martijn Walraven
c33bd25139 Update Cordova plugin versions in packages and bump versions 2015-08-26 19:26:44 +02:00
David Glasser
43b4b30205 Release PLUGINS-PREVIEW@1
This included removing some internal version constraints. It would be
nice if package A could say "use B@2.0.0" (when both have changed), but
when they're both in the release, we need to make a release that has a
B@2.0.0-rc in it, which doesn't match that constraint. Fortunately,
constraints aren't necessary within a release anyway.
2015-07-22 23:19:11 -07:00
Kelly
9ef6e2582d bump launch-screen version 2015-05-21 18:01:17 -07:00
Kelly
cbfd4254b2 use new cordova splashscreen plugin 2015-05-19 17:02:12 -07:00
David Glasser
4daaa76b12 METEOR@1.0.4 2015-03-17 13:06:07 -07:00
David Glasser
af0469da35 Bump other packages to -rc.0 2015-03-05 22:54:07 -08:00
Sashko Stubailo
ff0f304096 Bump version numbers to avoid downgrades 2015-03-03 22:22:09 -08:00
Slava Kim
62ac82c835 Bump 2015-02-24 21:16:41 -08:00
Slava Kim
37f3230591 Merge branch 'upgrade-cordova' into devel
This merge applies changes to the dev-bundle script, but the new dev-bundle is
yet to be built.
2015-02-16 14:07:00 -08:00
Slava Kim
51a0263d4b Upgrade splashscreen cordova dependency to 1.0.0 2015-02-16 12:05:43 -08:00
Sashko Stubailo
f29c954458 Bump a bunch of version numbers for new preview 2015-02-09 13:23:24 -08:00
Sashko Stubailo
486495aed8 Remove documentation: null 2015-02-04 14:41:12 -08:00
Sashko Stubailo
b3cb7a49f7 Merge branch 'devel' into windows-cr
Conflicts:
	packages/application-configuration/package.js
	packages/ctl-helper/package.js
	packages/ctl/package.js
	packages/dev-bundle-fetcher/package.js
	packages/follower-livedata/package.js
	packages/jquery/package.js
	packages/star-translate/package.js
	packages/test-in-browser/package.js
	tools/bundler.js
	tools/compiler.js
	tools/package-client.js
	tools/package-source.js
	tools/package-version-parser.js
	tools/server/boot.js
2015-02-04 13:56:54 -08:00
Slava Kim
27f249bfed A lot of crazy package bumps 2015-01-21 14:03:55 -08:00
Slava Kim
e2b78cfd0b Merge branch 'templateEventsMethods' into devel
Adds Template#onRendered, Template#onCreated and Template#onDestroyed methods
2015-01-21 11:02:09 -08:00
Slava Kim
9e7c14ac81 Globally replace Template.rendered callbacks to Template.onRendered
In:

- examples
- some blaze tests
- packages

Change:

- rendered -> onRendered()
- created -> onCreated()
- destroyed -> onDestroyed()
2015-01-16 16:36:23 -08:00
Slava Kim
276658e899 Upgrade all cordova plugins dependencies in Core 2014-12-25 02:49:18 -08:00
David Glasser
6b204ca73a Bump package versions for 1.0.2 2014-12-19 10:31:59 -08:00
David Glasser
73b809c122 Bump versions for 1.0.2. 2014-12-11 22:44:41 -08:00
David Glasser
de5f68cf70 bump all versions (due to source-map upgrade) 2014-11-25 09:06:26 -08:00
Emily Stark
b4c10d8f61 bump package versions 2014-10-28 02:49:54 -07:00
Emily Stark
827b206c02 bump package version numbers for 1.0-rc.0 2014-10-17 16:10:40 -07:00
Avital Oliver
a9a2459548 Launch screen timeout on iOS now matches that on Android 2014-10-17 14:34:39 -07:00
Avital Oliver
b1fd5e3183 Don't try to hold launch screen for more than 5 seconds
This is to guard against a potential bug arising from the
way we poll to see if `Template.body` is rendered. It's
worth knowing that Cordova on Android hides the launch
screen automatically after a while, but on iOS it can hang
forever unless hidden explicitly.
2014-10-17 10:30:51 -07:00
Avital Oliver
7f9e6841e7 Restore launch screen default behavior 2014-10-16 14:55:27 -07:00
Avital Oliver
fcc5af2095 Actually remove weak dependency on iron:router 2014-10-16 14:55:27 -07:00
Avital Oliver
d2b8606afd Launch screen improvements
(1) Don't override `Template.body.rendered`. Instead we poll.
(2) Remove weak dependency on iron:router
2014-10-16 14:40:07 -07:00
Sashko Stubailo
875f463527 Update launch screen readme once more 2014-10-16 13:57:16 -07:00
Sashko Stubailo
98e66a472b Update launch screen README 2014-10-16 13:55:19 -07:00
Sashko Stubailo
b1ee715794 Change launch screen hold() to return handle 2014-10-15 14:12:42 -07:00
Avital Oliver
50c3c3e78b Code review changes on launch-screen package 2014-10-14 16:23:21 -07:00
Slava Kim
98f5445f37 Remove the underscore dep from launch screen package 2014-10-13 17:50:13 -07:00
Slava Kim
51a23fc346 Another pass on LaunchScreens 2014-10-13 17:30:50 -07:00