titon-toolkit 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3988be2543d4f8d403fe442f588c5d98f60376ad
4
- data.tar.gz: 6150f14ec1968de0c5d39965d8ab108d401ce993
3
+ metadata.gz: b5a69ab343a2ef9d0c1a46f9dab8f0baf8448cb3
4
+ data.tar.gz: bbb1ce4f6819d1b09462aebc6e68f2f79ab82747
5
5
  SHA512:
6
- metadata.gz: 5c6144b03a902b7a8cec4e41842241374a4cde6b27d082277fd016647cd527888e30120f5c0e062d25a7507040038632d5573a53fa0cf0f58730960220966da5
7
- data.tar.gz: c62d532fda05f7fa51dd7728806c91cbd462261ed5026af9c3d38ddddb3d828e9cbacda487ed61a79a140398f56da575ba855141d27f64d9991fb9bf58e73028
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.1 #
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
+ 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.1
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-01 00:00:00.000000000 Z
12
+ date: 2014-08-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass