Skip to content

Commit

Permalink
Promoted to 1.3 RC #229
Browse files Browse the repository at this point in the history
  • Loading branch information
pisi committed Sep 17, 2013
1 parent c3b7bef commit edb83d5
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 22 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Version 1.3
-----------
Version 1.3 RC
--------------

### Infrastructure
* New alternative Javascript-less initialization with HTML data attributes (GH-193).
Expand Down
12 changes: 6 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![logo](assets/logo.gif)

jQuery Reel 1.3 IN DEVELOPMENT
==============================
jQuery Reel 1.3 RC
==================

**Reel** is an established and the most versatile three-sixty player for jQuery. Teaches your ordinary image tag some new tricks turning it into a gorgeous interactive 360° object movie, panorama or stop-motion animation. Reel is used on hundreds of websites around the globe by big ones like Nikon, BMW, Adidas, Blackberry or The New York Times, government agencies, non-profits, businesses and individuals to embrace their visitors and enrich their user experience. Reel is the premier alternative to Flash, Java, Quicktime and alike.

Expand All @@ -13,7 +13,7 @@ jQuery Reel 1.3 IN DEVELOPMENT
* Intuitive operation. Supports both mouse and touch.
* Apple, Blackberry and **NEW** Android mobile devices supported.
* **NEW** 50+ options for full customization.
* **NEW** Javascript-free initialization.
* **NEW** Javascript-free initialization. Oh yes!
* Browser and operating system agnostic. Flash-free. It's just an image...
* Loves your existing CSS.
* Transparent, **NEW** documented, eventful & well-tested tiny code base.
Expand Down Expand Up @@ -90,9 +90,9 @@ For options head to plugin [options on-line reference][options] or view the [ent
[jquery]: http://www.jquery.com/
[mousewheel]: http://github.com/brandonaaron/jquery-mousewheel
[wheel]: http://blog.threedubmedia.com/2008/08/eventspecialwheel.html
[source]: http://github.com/pisi/Reel/raw/v1.3/jquery.reel.js
[min]: http://github.com/pisi/Reel/raw/v1.3/jquery.reel-min.js
[zip]: http://github.com/pisi/Reel/zipball/v1.3
[source]: http://github.com/pisi/Reel/raw/v1.3rc/jquery.reel.js
[min]: http://github.com/pisi/Reel/raw/v1.3rc/jquery.reel-min.js
[zip]: http://github.com/pisi/Reel/zipball/v1.3rc
[iphone-test]: http://www.youtube.com/watch?v=R0hiYmVre6s
[cdn]: http://wiki.github.com/pisi/Reel/cdn
[cdn-bundle]: http://code.vostrel.net/jquery.reel-edge-bundle.js
8 changes: 4 additions & 4 deletions docs/jquery.reel.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<li id="title">
<div class="annotation">
<h1>jQuery Reel <em>1.3</em></h1>
<h1>jQuery Reel <em>1.3 RC</em></h1>
</div>
</li>

Expand Down Expand Up @@ -181,8 +181,8 @@ <h1>jQuery Reel <em>1.3</em></h1>
*
* jQuery Reel
* http://reel360.org
* Version: 1.3-devel
* Updated: 2013-09-12
* Version: 1.3rc
* Updated: 2013-09-18
*
* Requires jQuery 1.5 or higher
*/</span>
Expand Down Expand Up @@ -342,7 +342,7 @@ <h3><code>$.reel.version</code></h3>

</div>

<div class="content"><div class='highlight'><pre> version: <span class="string">'1.3-devel'</span>,</pre></div></div>
<div class="content"><div class='highlight'><pre> version: <span class="string">'1.3rc'</span>,</pre></div></div>

</li>

Expand Down
6 changes: 3 additions & 3 deletions jquery.reel-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jquery.reel.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* jQuery Reel
* http://reel360.org
* Version: 1.3-devel
* Version: 1.3rc
* Updated: 2013-09-18
*
* Requires jQuery 1.5 or higher
Expand Down Expand Up @@ -88,7 +88,7 @@
//
// `String` (major.minor.patch), since 1.1
//
version: '1.3-devel',
version: '1.3rc',

// Options
// -------
Expand Down
2 changes: 1 addition & 1 deletion reel.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reel",
"version": "1.3-devel",
"version": "1.3rc",
"title": "jQuery Reel",
"description": "`img` tag enhancement for 360° object movies, vistas and panoramas",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions test/README.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
jQuery Reel Test Suite
======================

Reel is very well tested. To date we have **1847 tests in 374 tasks and 11 modules**.
The unit test coverage has been **increased by 7%** (between patch releases 1.2.1 and 1.2.2)
Reel is very well tested. To date we have **2089 tests in 436 tasks and 12 modules**.
The unit test coverage has been **increased by 175%** (in comparison with release 1.2)
with 99% of code being covered now. The suite will keep on growing as enhancements are made
or new bugs discovered. The test suite grows independent on regular version releases.

Expand Down
6 changes: 4 additions & 2 deletions test/unit/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
equal( $.reel.def.steppable, true, 'allows to step the view (horizontally) by clicking on image' );
equal( $.reel.def.velocity, 0, 'initial velocity of user interaction; washes off quickly with `brake`' );

// Version 1.3 options (in development)
// Version 1.3 options
equal( $.reel.def.duration, undefined, 'duration of animation (in seconds)' );
equal( $.reel.def.framelock, false, 'enables mouse interaction lock on frame' );
equal( $.reel.def.rowlock, false, 'enables mouse interaction lock on row' );
Expand Down Expand Up @@ -403,13 +403,15 @@
});

test( 'Current Reel code version is stored as a string in `$.reel.version`', function(){
expect(5);
expect(6);

ok( $.reel.version.length >= 3, 'Minimal length' );
ok( $.reel.version.match(/^.\...?\.?.?.?-?.*$/), 'Is formatted major.minor.patch, where patch segment is optional' );
ok( $.reel.version.split('.').length > 1, 'Is splittable by dot `.` into `[ major, minor, patch ]`' );
ok( $.reel.version.split('.')[0].match(/^[0-9]+$/), 'Major is strictly a number' );
ok( $.reel.version.split('.')[1].match(/^[0-9]+(|-?[a-z][a-z0-9]+)$/), 'Minor may contain additional lowercase letters after an optional dash (like 1.2rc or 1.2-devel)' );

equal( $.reel.version, '1.3rc', 'Current version' );
});

$.each({
Expand Down

0 comments on commit edb83d5

Please sign in to comment.