Skip to content

Commit bf86b41

Browse files
committed
Merge pull request #41 from fundon/dev
thanks to @abe33, #40
2 parents 9a7daa0 + 6f3aba0 commit bf86b41

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.3.0 / 2014-03-31
2+
==================
3+
4+
* add `minimap-wrapper` container, wrapped `minimap-editor` and `minimap-overlayer`
5+
* add `with-minimap` css class to pane, #16
6+
* responsive support for minimap and tweaks css styles
7+
* `minimap-overlayer` displayed by default, #25
8+
* add test cases, #28
9+
* refactor minimap views, #32
10+
* feature minimap partial update, performance improvement #35
11+
* subscribe `screen-lines-changed` of editor and syncing
112

213
0.2.2 / 2014-03-20
314
==================

Readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ apm install minimap
1414

1515
* [Redacted Font][]
1616
* Multiple Panes
17+
* Responsive
1718
* Mouse wheel and simple click-to-scroll _(no animation)_ support
1819

1920
### Contributors
2021

2122
https://github.com/fundon/atom-minimap/graphs/contributors
2223

2324

24-
[Redacted Font]: https://github.com/christiannaths/Redacted-Font
25-
2625
### Roadmap
2726

2827
* Custom style
@@ -32,3 +31,5 @@ https://github.com/fundon/atom-minimap/graphs/contributors
3231
### License
3332

3433
MIT
34+
35+
[Redacted Font]: https://github.com/christiannaths/Redacted-Font

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "minimap",
33
"main": "./lib/minimap",
4-
"version": "0.2.2",
4+
"version": "0.3.0",
55
"private": true,
66
"description": "A preview of the full source code.",
77
"author": "Fangdun Cai <[email protected]>",

0 commit comments

Comments
 (0)