titon-toolkit 1.5.1 → 1.5.2
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 +8 -0
- data/readme.md +1 -1
- data/scss/toolkit/components/modal.scss +0 -2
- 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: b5a69ab343a2ef9d0c1a46f9dab8f0baf8448cb3
|
|
4
|
+
data.tar.gz: bbb1ce4f6819d1b09462aebc6e68f2f79ab82747
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a35798f933f84d245c16118b14c797ed5c3b8208f358ac5b18ca3fc5c1deaa392709178a9caeeee86df90792423fc81ae8db0fafb130186b6388f66cf356242e
|
|
7
|
+
data.tar.gz: d69251b58b30e3c3ae31e297462eedbbe5798dbe672872c82a62d14259d33a97ab2d1f78bc59153a2e62d62d80f64b9d75ccf75a0554e05d06062f6ffabc02ca
|
data/changelog.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Older versions can be found in the documentation changelogs.
|
|
4
4
|
|
|
5
|
+
## 1.5.2 ##
|
|
6
|
+
* Matrix
|
|
7
|
+
* Added defer rendering support to items either appended or prepended
|
|
8
|
+
* Modal
|
|
9
|
+
* Fixed a bug where DOM IDs passed to `show()` as an argument did not work
|
|
10
|
+
* Removed `pointer-events` from the CSS as it caused weirdness on touch devices
|
|
11
|
+
* Refactored events to handle click to close
|
|
12
|
+
|
|
5
13
|
## 1.5.1 ##
|
|
6
14
|
* Matrix
|
|
7
15
|
* Added a `colHeights` property to track the height of each column
|
data/readme.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
\/_/ \/_____/\/_____/\/_____/\/_/\/_/ \/_/ \/_/
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
# Toolkit v1.5.
|
|
9
|
+
# Toolkit v1.5.2 #
|
|
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,
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
z-index: $modal-zindex;
|
|
18
18
|
overflow: auto;
|
|
19
19
|
transition: opacity $modal-transition, visibility $modal-transition;
|
|
20
|
-
pointer-events: none; // fall through to blackout
|
|
21
20
|
-webkit-overflow-scrolling: touch;
|
|
22
21
|
|
|
23
22
|
&.is-loading {
|
|
@@ -46,7 +45,6 @@
|
|
|
46
45
|
.#{$vendor-prefix}modal-outer {
|
|
47
46
|
position: relative;
|
|
48
47
|
margin: $margin;
|
|
49
|
-
pointer-events: auto; // allow within modal
|
|
50
48
|
transition: transform $modal-transition;
|
|
51
49
|
|
|
52
50
|
@include if-min($modal-mobile-breakpoint) {
|
data/version.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.5.
|
|
1
|
+
1.5.2
|
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.2
|
|
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-08-
|
|
12
|
+
date: 2014-08-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|