Merge branch 'release-0.6.7'
This commit is contained in:
1
rpg-docs/.gitignore
vendored
1
rpg-docs/.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
.meteor/local
|
||||
.meteor/meteorite
|
||||
settings.json
|
||||
public/components
|
||||
nohup.out
|
||||
dump
|
||||
@@ -28,3 +28,4 @@ wolves:bourbon
|
||||
meteorhacks:subs-manager
|
||||
meteorhacks:kadira
|
||||
chuangbo:marked
|
||||
reywood:iron-router-ga
|
||||
|
||||
@@ -71,6 +71,7 @@ reactive-dict@1.1.0
|
||||
reactive-var@1.0.5
|
||||
reload@1.1.3
|
||||
retry@1.0.3
|
||||
reywood:iron-router-ga@0.6.0
|
||||
routepolicy@1.0.5
|
||||
service-configuration@1.0.4
|
||||
session@1.1.0
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
Router.configure({
|
||||
loadingTemplate: "loading",
|
||||
layoutTemplate: "layout",
|
||||
trackPageView: true,
|
||||
});
|
||||
|
||||
Router.plugin("ensureSignedIn", {
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
label="Value"
|
||||
floatinglabel
|
||||
value={{effectValue}}
|
||||
flex>
|
||||
flex
|
||||
style="flex-basis: 100px;">
|
||||
</paper-input>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -235,3 +235,11 @@ ChangeLogs.insert({
|
||||
"Text fields now accept github-flavor markdown formatting",
|
||||
],
|
||||
});
|
||||
|
||||
ChangeLogs.insert({
|
||||
version: "0.6.7",
|
||||
changes: [
|
||||
"Fixed effect values not being visible on small screens",
|
||||
"Added basic analytics",
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user