Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50d1cd0

Browse files
committed
style fix for atom 1.9, update changelog
1 parente6d8e20 commit50d1cd0

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to[Semantic Versioning](http://semver.org/).
44

5+
##[0.10.1] - WIP
6+
- style fix for Atom 1.9
7+
- rely on core-coderoad@0.3
8+
59
##[0.10.0] - 2016-06-12
610
- throttle saves at 800ms
711
- extract common modules into[core-coderoad](https://github.com/coderoad/core-coderoad) to share with the new[tutorial builder](https://github.com/coderoad/builder-coderoad)

‎lib/components/Page/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ var TasksComplete_1 = require('./TasksComplete');
2424
varcore_coderoad_1=require('core-coderoad');
2525
varstyles={
2626
page:{
27+
height:'100%',
2728
width:'100%',
2829
overflowY:'scroll',
2930
},

‎src/components/Page/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {pageSelector, taskProgressSelector} from 'core-coderoad';
1212

1313
conststyles={
1414
page:{
15+
height:'100%',
1516
width:'100%',
1617
overflowY:'scroll',
1718
},

‎src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ class Main {
2424
item:this.side,
2525
priority:0,
2626
});
27-
2827
// activate subscriptions
2928
onActivate(store);
30-
3129
// render React component
3230
ReactDOM.render(SideRoot(store),this.side);
3331
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp