titon-toolkit 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/changelog.md +6 -0
- data/readme.md +1 -1
- data/version.md +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3988be2543d4f8d403fe442f588c5d98f60376ad
|
4
|
+
data.tar.gz: 6150f14ec1968de0c5d39965d8ab108d401ce993
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c6144b03a902b7a8cec4e41842241374a4cde6b27d082277fd016647cd527888e30120f5c0e062d25a7507040038632d5573a53fa0cf0f58730960220966da5
|
7
|
+
data.tar.gz: c62d532fda05f7fa51dd7728806c91cbd462261ed5026af9c3d38ddddb3d828e9cbacda487ed61a79a140398f56da575ba855141d27f64d9991fb9bf58e73028
|
data/changelog.md
CHANGED
@@ -2,6 +2,12 @@
|
|
2
2
|
|
3
3
|
Older versions can be found in the documentation changelogs.
|
4
4
|
|
5
|
+
## 1.5.1 ##
|
6
|
+
* Matrix
|
7
|
+
* Added a `colHeights` property to track the height of each column
|
8
|
+
* Fixed a bug where the height style was not removed when columns are reduced to 1
|
9
|
+
* Refactored so that items are placed in the smallest height column first, instead of the next column
|
10
|
+
|
5
11
|
## 1.5.0 ##
|
6
12
|
This minor release includes a new responsive option, a major overhaul of the Carousel component,
|
7
13
|
and a complete refactor of the demo system. It also marks the final minor release before the 2.0 major version.
|
data/readme.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
\/_/ \/_____/\/_____/\/_____/\/_/\/_/ \/_/ \/_/
|
7
7
|
```
|
8
8
|
|
9
|
-
# Toolkit v1.5.
|
9
|
+
# Toolkit v1.5.1 #
|
10
10
|
|
11
11
|
Titon Toolkit is a collection of very powerful user interface components and utility classes
|
12
12
|
for the responsive, mobile, and modern web. Each component represents encapsulated HTML, CSS,
|
data/version.md
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.5.
|
1
|
+
1.5.1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: titon-toolkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Project Titon
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-08-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|