Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j3tan committed May 21, 2016
1 parent 02cafa1 commit b6330dd
Show file tree
Hide file tree
Showing 23 changed files with 75 additions and 60 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.5.0 - May 20, 2016

* 2.5.0 (Jeff Tan)
* Fixes constructor reference in new instances of Box.Context and Box.TestServiceProvider (fixes #172) (Adam Platti)

v2.4.0 - March 23, 2016

* 2.4.0 (Jeff Tan)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ The last published release:

```
<!-- Recommended: Latest version of T3 -->
<script src="https://cdn.rawgit.com/box/t3js/v2.4.0/dist/t3.js"></script>
<script src="https://cdn.rawgit.com/box/t3js/v2.5.0/dist/t3.js"></script>
<!-- Recommended: Latest minified version of T3 -->
<script src="https://cdn.rawgit.com/box/t3js/v2.4.0/dist/t3.min.js"></script>
<script src="https://cdn.rawgit.com/box/t3js/v2.5.0/dist/t3.min.js"></script>
<!-- jQuery version (IE8 + 1.8.0+ jQuery) -->
<script src="https://cdn.rawgit.com/box/t3js/v2.4.0/dist/t3-jquery.js"></script>
<script src="https://cdn.rawgit.com/box/t3js/v2.5.0/dist/t3-jquery.js"></script>
<!-- jQuery minified version (IE8 + 1.8.0+ jQuery) -->
<script src="https://cdn.rawgit.com/box/t3js/v2.4.0/dist/t3-jquery.min.js"></script>
<script src="https://cdn.rawgit.com/box/t3js/v2.5.0/dist/t3-jquery.min.js"></script>
```
## Upgrade from 1.5.1 to 2.0.0

Expand Down
18 changes: 0 additions & 18 deletions dist/t3-jquery-2.4.0.min.js

This file was deleted.

3 changes: 2 additions & 1 deletion dist/t3-jquery-2.4.0.js → dist/t3-jquery-2.5.0.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-jquery v2.4.0 */
/*! t3-jquery v2.5.0 */
/*!
Copyright 2016 Box, Inc. All rights reserved.
Expand Down Expand Up @@ -427,6 +427,7 @@ Box.Context = (function() {
//-------------------------------------------------------------------------

Context.prototype = {
constructor: Context,

/**
* Passthrough method to application that broadcasts messages.
Expand Down
18 changes: 18 additions & 0 deletions dist/t3-jquery-2.5.0.min.js

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

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-jquery-testing v2.4.0 */
/*! t3-jquery-testing v2.5.0 */
/*!
Copyright 2016 Box, Inc. All rights reserved.
Expand Down Expand Up @@ -607,6 +607,7 @@ Box.DOMEventDelegate = (function() {
};

Box.TestServiceProvider.prototype = {
constructor: Box.TestServiceProvider,

/**
* Will retrieve either a service stub (prioritized) or the real service. Returns null if neither exists.
Expand Down
3 changes: 2 additions & 1 deletion dist/t3-jquery-testing.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-jquery-testing v2.4.0 */
/*! t3-jquery-testing v2.5.0 */
/*!
Copyright 2016 Box, Inc. All rights reserved.
Expand Down Expand Up @@ -607,6 +607,7 @@ Box.DOMEventDelegate = (function() {
};

Box.TestServiceProvider.prototype = {
constructor: Box.TestServiceProvider,

/**
* Will retrieve either a service stub (prioritized) or the real service. Returns null if neither exists.
Expand Down
3 changes: 2 additions & 1 deletion dist/t3-jquery.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! t3-jquery v2.4.0 */
/*! t3-jquery v2.5.0 */
/*!
Copyright 2016 Box, Inc. All rights reserved.
Expand Down Expand Up @@ -427,6 +427,7 @@ Box.Context = (function() {
//-------------------------------------------------------------------------

Context.prototype = {
constructor: Context,

/**
* Passthrough method to application that broadcasts messages.
Expand Down
Loading

0 comments on commit b6330dd

Please sign in to comment.