titon-toolkit 1.2.0 → 1.2.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 +12 -2
- 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: eecab21ad6f3ff205ddca3ff119482c07d3e9470
|
|
4
|
+
data.tar.gz: 1d4aa28201ea3984acc65339515a39f0c2ea022c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72bf72a4ac2103215ecc8098f3884dd3589a697068990d2bcc8ee58e3639aa221a635f2033e2f40286d5048e40ae5d66029364b20fd9f904ba148b960dfc7fda
|
|
7
|
+
data.tar.gz: 246f1c5b9a431847afccdb130015c504ef4ea950ce726e56a2068753f89ca3766ee10a86f4700914694e1a09ebcf1975c9942544189b55a9c23df8a3147eed95
|
data/changelog.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Older versions can be found in the documentation changelogs.
|
|
4
4
|
|
|
5
|
+
## 1.2.1 ##
|
|
6
|
+
* Fixed a bug with `throttle()` when 0 is passed as the delay
|
|
7
|
+
* Pin
|
|
8
|
+
* Moved `onScroll()` logic into a new `pin()` method
|
|
9
|
+
* Updated to use `height()` instead of `outerHeight()` to take into account parent padding
|
|
10
|
+
* Updated to trigger pinning on page load
|
|
11
|
+
* Type Ahead
|
|
12
|
+
* Added `preventDefault()` when enter is pressed to stop form submissions
|
|
13
|
+
* Fixed incorrect `cycle` and `select` events being triggered
|
|
14
|
+
|
|
5
15
|
## 1.2.0 ##
|
|
6
16
|
This minor release includes thorough documentation for all components,
|
|
7
17
|
a refactored event binding and management layer, a data attribute option inheritance layer,
|
|
@@ -65,7 +75,7 @@ and an optimization and cleanup pass. Also bug fixes.
|
|
|
65
75
|
* Fixed an issue where select event names were incorrect
|
|
66
76
|
* Input Group
|
|
67
77
|
* Added small and large size support
|
|
68
|
-
*
|
|
78
|
+
* Lazy Load
|
|
69
79
|
* Instantiation will need to be set on a container instead of the items being loaded
|
|
70
80
|
* Added `data-src-retina` support
|
|
71
81
|
* Added support for lazy loading within an overflown element
|
|
@@ -113,5 +123,5 @@ and an optimization and cleanup pass. Also bug fixes.
|
|
|
113
123
|
* Moved zebra-striping into an `.is-striped` class
|
|
114
124
|
* Tabs
|
|
115
125
|
* Renamed `sectionsElement` option to `sectionElement`
|
|
116
|
-
*
|
|
126
|
+
* Type Ahead
|
|
117
127
|
* Renamed `process()` to `source()`
|
data/readme.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
\/_/ \/_____/\/_____/\/_____/\/_/\/_/ \/_/ \/_/
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
# Toolkit v1.2.
|
|
9
|
+
# Toolkit v1.2.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.2.
|
|
1
|
+
1.2.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.2.
|
|
4
|
+
version: 1.2.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-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|