titon-toolkit 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/changelog.md +3 -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: 80439aa206691422306d4229881f637f0d8a6f57
|
|
4
|
+
data.tar.gz: 4dcfdccbf0d49a899716f767ed8f455cbcd713ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c9a39f062aa38d4a68b42c3f2745a94efc9a32b135a310455b186e0fec6bbfda2a12bdec00daa893b5da012a5ed0ca1075fc70360e569147b316bd7196a8ea2
|
|
7
|
+
data.tar.gz: 2e2699413fb4da5936b936029318e3d6c49c40f8ccb06594a139d68750a79c3e96453a4d56781cdf861a63a39a3be929d779759a2c028e332253bc73cd25e59f
|
data/changelog.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Older versions can be found in the documentation changelogs.
|
|
4
4
|
|
|
5
|
+
## 1.3.1 ##
|
|
6
|
+
* Updated `event.target` to `event.currentTarget` where applicable
|
|
7
|
+
|
|
5
8
|
## 1.3.0 ##
|
|
6
9
|
This minor release includes 2 new components, automatic ARIA support for all applicable components,
|
|
7
10
|
replacing Compass with autoprefixer, removal of state prefixing, and many more bug fixes and improvements.
|
data/readme.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
\/_/ \/_____/\/_____/\/_____/\/_/\/_/ \/_/ \/_/
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
# Toolkit v1.3.
|
|
9
|
+
# Toolkit v1.3.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.3.
|
|
1
|
+
1.3.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.3.
|
|
4
|
+
version: 1.3.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-03-
|
|
12
|
+
date: 2014-03-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|