Sashko Stubailo
5949f2a8dc
Bump release version and package versions
release/METEOR@1.2.0.1
2015-09-22 03:05:44 -04:00
David Glasser
4c40abb2e1
Include exports in codeless legacy builds
...
Fixes #5228 .
2015-09-22 02:49:25 -04:00
Sashko Stubailo
9575fcee2b
Merge branch 'release-1.2'
2015-09-21 20:07:20 -04:00
Sashko Stubailo
e77686b85b
Update all apps and examples to 1.2
2015-09-21 20:06:39 -04:00
Sashko Stubailo
9dcda7d941
Update docs to 1.2
2015-09-21 19:57:33 -04:00
Sashko Stubailo
f20dcfb3e6
docs for 1.2
2015-09-21 19:55:21 -04:00
Sashko Stubailo
4b2969c430
Fix banner again
2015-09-21 19:53:57 -04:00
Sashko Stubailo
e6a31650a2
Update banner
2015-09-21 19:53:04 -04:00
Sashko Stubailo
116ec518a0
Update official version number
release/METEOR@1.2
2015-09-21 15:44:25 -04:00
Sashko Stubailo
cf6d7f109b
Remove RC qualifier from all version numbers
2015-09-21 15:43:03 -04:00
Sashko Stubailo
8af7ebbf13
Update banner text for uri
2015-09-21 15:39:35 -04:00
Sashko Stubailo
3d715c3200
Update all examples to final RC
2015-09-21 15:36:46 -04:00
Sashko Stubailo
e5edb72e75
Add banner for 1.2
2015-09-21 15:31:48 -04:00
Sashko Stubailo
6fc2160d8e
Make notice link to wiki page on breaking changes
2015-09-21 15:18:39 -04:00
Sashko Stubailo
5d95e0a733
Bump package versions for RC 19
release/METEOR@1.2-rc.19
2015-09-21 14:59:18 -04:00
Sashko Stubailo
ee85677da5
Bump RC version for release
2015-09-21 14:41:17 -04:00
Sashko Stubailo
e6bc9413f3
Don't use jQuery to add attributes to body
2015-09-21 14:40:06 -04:00
Martijn Walraven
657c45977b
Add isobuild:cordova feature package
...
This allows packages to depend on specific versions of Cordova.
2015-09-21 19:57:01 +02:00
Sashko Stubailo
f4d2a3b20a
Bump versions for RC 18
release/METEOR@1.2-rc.18
2015-09-21 12:49:26 -04:00
Sashko Stubailo
bd7d3b1aaf
Bump release version to RC 18
2015-09-21 12:41:14 -04:00
Sashko Stubailo
9cefc33b4f
Bump meteor to get new es5-shim dependency
2015-09-21 12:40:27 -04:00
Cedla
4160dc2167
Add support for platform-specific preferences in mobile-config.js
...
Fixes #5200 .
2015-09-21 13:19:25 +02:00
Sashko Stubailo
2cfd9b3fb5
Update tests to sort output
...
Apparently, the order of Object.keys is different in mobile safari
2015-09-21 00:11:36 -04:00
Sashko Stubailo
58cc6fa30f
Commit new shrinkwrap
2015-09-21 00:10:35 -04:00
David Glasser
f31f0747c2
Put npm dependency info into isopacks
...
The code to read this data will come later, but getting this in 1.2
means that packages published with 1.2 will contain the dependency info.
2015-09-18 22:48:01 -07:00
Sashko Stubailo
b65da1f7b5
Bump package versions
2015-09-18 13:41:04 -07:00
Ben Newman
80e23067d1
Upgrade meteor-babel other and dev bundle NPM dependencies.
...
Fixes #4933 .
2015-09-18 16:10:51 -04:00
Ben Newman
61ee62d8a4
Exclude .es5.js files from ecmascript compilation.
...
This provides an easy workaround for issues like #5198 .
2015-09-18 14:40:55 -04:00
Ben Newman
f3a8328bf1
Upgrade ecmascript-collections to support ES2015 Array methods.
...
Closes #5199 .
2015-09-18 13:06:19 -04:00
Sashko Stubailo
3b1b105b13
Bump release version
2015-09-17 18:47:50 -07:00
Ben Newman
fb1d9598e6
Avoid returning an empty client watch set from bundler.bundle.
...
Fixes #5080 .
2015-09-17 18:40:12 -04:00
Evan You
4b4a12c63b
autoupdate: update QA.md on removing hot-code-push
2015-09-17 16:45:33 -04:00
Ben Newman
4c8af86daa
Include package names in build plugin error paths.
...
With this change, when reporting compiler errors in files in packages, we
now prepend "packages/<package name>/" to the path of the offending file.
https://github.com/meteor/meteor/issues/4943#issuecomment-140719042
2015-09-17 16:42:31 -04:00
Evan You
f10f6bfff5
add test and fix for PR #5138
2015-09-17 16:00:20 -04:00
w
77cc0c2959
spacebars-compiler: allow more than PATH in each-in
2015-09-17 15:17:24 -04:00
Evan You
8cb20faa34
accounts-ui: only set input values if the value is not null when going back
...
to login from other states.
Setting it to null will actually show "null" in the input feidl in IE9.
2015-09-17 14:38:55 -04:00
Sashko Stubailo
3469b78793
Bump package versions for RC 16
release/METEOR@1.2-rc.16
2015-09-17 11:25:24 -07:00
Sashko Stubailo
ec29fb2eb3
Bump RC version
2015-09-17 11:18:49 -07:00
Sashko Stubailo
0f94cb20bc
Convert to HTML error page
...
One big reason we need this is that the text format doesn't work on Windows
because of line endings. We could just replace the line endings based on
platform, but this seemed better overall.
Also, make sure to escape entities in HTML error page
2015-09-17 11:12:32 -07:00
w
70fa119b2d
blaze: don't snapshot data context in each..in
2015-09-16 21:18:51 -04:00
Sashko Stubailo
30010f5f34
Add HubSpot to docs
2015-09-16 17:14:32 -07:00
Sashko Stubailo
7ad1d477ca
Add GA to docs
2015-09-16 17:14:31 -07:00
Sashko Stubailo
0c6c3fa58d
Add HubSpot to docs
2015-09-16 17:11:57 -07:00
Sashko Stubailo
9bbe13121f
Add GA to docs
2015-09-16 17:04:43 -07:00
Ben Newman
a65dd2fdf2
Un-shim String.prototype.replace to fix markdown tests in IE8.
2015-09-16 18:57:33 -04:00
Sashko Stubailo
5d4d8a797c
Oops heading
2015-09-16 15:16:10 -07:00
Sashko Stubailo
037adbc039
Formatting
2015-09-16 15:15:39 -07:00
Sashko Stubailo
d28268249e
Link to breaking changes wiki page
2015-09-16 15:13:16 -07:00
Ben Newman
ca514f29d7
Turn callable console method objects into actual functions.
2015-09-16 17:48:16 -04:00
Martijn Walraven
b4ef6b8017
Fix setting mobile status bar defaults
...
We attempted to set default values for cordova-plugin-statusbar at
runtime. Because the plugin may not have been loaded at that point,
this gave inconsistent results. Instead, we now set the default options
while building, so they will get added to config.xml.
Fixes #5098
2015-09-16 22:57:32 +02:00