Skip to content

Commit 683aa77

Browse files
committed
Merge pull request #3285 from akre54/bb-120
Draft changelog for Backbone 1.2.0
2 parents 4aa539d + c66c211 commit 683aa77

15 files changed

+1326
-912
lines changed

backbone-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backbone-min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backbone.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Backbone.js 1.1.2
1+
// Backbone.js 1.2.0
22

33
// (c) 2010-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
44
// Backbone may be freely distributed under the MIT license.
@@ -40,7 +40,7 @@
4040
var slice = array.slice;
4141

4242
// Current version of the library. Keep in sync with `package.json`.
43-
Backbone.VERSION = '1.1.2';
43+
Backbone.VERSION = '1.2.0';
4444

4545
// For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns
4646
// the `$` variable.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "backbone",
3-
"version" : "1.1.2",
3+
"version" : "1.2.0",
44
"main" : "backbone.js",
55
"dependencies" : {
66
"underscore" : ">=1.7.0"

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "backbone",
3-
"version" : "1.1.2",
3+
"version" : "1.2.0",
44
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
55
"keywords" : ["model", "view", "controller", "router", "server", "client", "browser"],
66
"repo" : "jashkenas/backbone",

docs/backbone.html

Lines changed: 987 additions & 629 deletions
Large diffs are not rendered by default.

docs/backbone.localStorage.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,18 @@
1616
<a class="large" href="javascript:void(0);">Jump To &hellip;</a>
1717
<a class="small" href="javascript:void(0);">+</a>
1818
<div id="jump_wrapper">
19-
<div id="jump_page_wrapper">
20-
<div id="jump_page">
21-
22-
23-
<a class="source" href="backbone.localStorage.html">
24-
backbone.localStorage.js
25-
</a>
19+
<div id="jump_page">
20+
2621

27-
28-
<a class="source" href="todos.html">
29-
todos.js
30-
</a>
22+
<a class="source" href="backbone.localStorage.html">
23+
backbone.localStorage.js
24+
</a>
25+
3126

32-
</div>
27+
<a class="source" href="todos.html">
28+
todos.js
29+
</a>
30+
3331
</div>
3432
</li>
3533
</ul>

docs/docco.css

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
}
2222

2323
@font-face {
24-
font-family: 'roboto-black';
25-
src: url('public/fonts/roboto-black.eot');
26-
src: url('public/fonts/roboto-black.eot?#iefix') format('embedded-opentype'),
27-
url('public/fonts/roboto-black.woff') format('woff'),
28-
url('public/fonts/roboto-black.ttf') format('truetype');
24+
font-family: 'novecento-bold';
25+
src: url('public/fonts/novecento-bold.eot');
26+
src: url('public/fonts/novecento-bold.eot?#iefix') format('embedded-opentype'),
27+
url('public/fonts/novecento-bold.woff') format('woff'),
28+
url('public/fonts/novecento-bold.ttf') format('truetype');
2929
font-weight: normal;
3030
font-style: normal;
3131
}
@@ -67,17 +67,14 @@ h1, h2, h3, h4, h5, h6 {
6767
color: #112233;
6868
line-height: 1em;
6969
font-weight: normal;
70-
font-family: "roboto-black";
70+
font-family: "novecento-bold";
7171
text-transform: uppercase;
7272
margin: 30px 0 15px 0;
7373
}
7474

7575
h1 {
7676
margin-top: 40px;
7777
}
78-
h2 {
79-
font-size: 1.26em;
80-
}
8178

8279
hr {
8380
border: 0;
@@ -183,18 +180,9 @@ ul.sections > li > div {
183180
display: block;
184181
}
185182

186-
#jump_page_wrapper{
187-
position: fixed;
188-
right: 0;
189-
top: 0;
190-
bottom: 0;
191-
}
192-
193183
#jump_page {
194184
padding: 5px 0 3px;
195185
margin: 0 0 25px 25px;
196-
max-height: 100%;
197-
overflow: auto;
198186
}
199187

200188
#jump_page .source {
17.8 KB
Binary file not shown.
47 KB
Binary file not shown.

0 commit comments

Comments
 (0)