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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/changelog.md +12 -2
  3. data/readme.md +1 -1
  4. data/version.md +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f271e59da7b66a7d31aa3c605f3d9f97a03c3e2
4
- data.tar.gz: e129fe4b053d56fc96d99bf48de3779ae5187115
3
+ metadata.gz: eecab21ad6f3ff205ddca3ff119482c07d3e9470
4
+ data.tar.gz: 1d4aa28201ea3984acc65339515a39f0c2ea022c
5
5
  SHA512:
6
- metadata.gz: 2597f2d1472f9a8429b21968c5bea99fcdcdd965ccdaccab1f0a9d1a00eb1f46d490922bb34ff92e4c427788066c18f4497cd31f9386703dc9f032083f3eff5f
7
- data.tar.gz: 328d6da529da7f32f247fc8c19b443df74a2836ce322ddfaa90a057724581c49b491d962fc87fd2195aefc1efdbadf9bab4f7fe5ca9b7097b354a1354870842a
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
- * LazyLoad
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
- * TypeAhead
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.0 #
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.0
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.0
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-14 00:00:00.000000000 Z
12
+ date: 2014-03-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass