titon-toolkit 2.1.4 → 2.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/changelog.md +5 -0
- data/readme.md +4 -7
- 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: 83cdf899e4f4f06db0e5bb9d75e1e9e1925ef11d
|
4
|
+
data.tar.gz: 5afaa07c9b1607973708c00b634c239933fb439b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1978ca10757cb2f2f55178844e6710ae355ff5655c8d7f4ef9ef903d5e27928bebb84703d4c2d80595370758b6952a15da94ab9d3a40baffa0acd0e90ed23c9c
|
7
|
+
data.tar.gz: 79b7ecf186a5c306c8a781ed6c54782986baa1ae326702510d58f90bcc45dbe5efddf6d3e33a7bc79ff2aca4bd19a5718ba2ea2964449d549bb5bbcd56ca76e3
|
data/changelog.md
CHANGED
@@ -2,6 +2,11 @@
|
|
2
2
|
|
3
3
|
Older versions can be found in the documentation changelogs.
|
4
4
|
|
5
|
+
## 2.1.5 ##
|
6
|
+
* Added docs for integration with build tools and task runners
|
7
|
+
* Added main/index support to all JavaScript source folders and to NPM
|
8
|
+
* Fixed an issue where certain JavaScript AMD modules were not returning the correct value
|
9
|
+
|
5
10
|
## 2.1.4 ##
|
6
11
|
* Updated to node-sass 3.0 and libsass 3.2 to solve the "invalid selector after" errors
|
7
12
|
* Updated and fixed minor documentation issues
|
data/readme.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
\/_/ \/_____/ \/_____/ \/_____/ \/_/\/_/ \/_/ \/_/
|
7
7
|
```
|
8
8
|
|
9
|
-
# Titon Toolkit v2.1.
|
9
|
+
# Titon Toolkit v2.1.5 #
|
10
10
|
[![Project Titon](https://img.shields.io/badge/project-titon-82667d.svg?style=flat)](http://titon.io)
|
11
11
|
[![Build Status](https://img.shields.io/travis/titon/toolkit.svg?style=flat)](https://travis-ci.org/titon/toolkit)
|
12
12
|
[![NPM Version](https://img.shields.io/npm/v/titon-toolkit.svg?style=flat)](https://npmjs.com/package/titon-toolkit)
|
@@ -16,13 +16,9 @@
|
|
16
16
|
[![Bower Version](https://img.shields.io/bower/v/toolkit.svg?style=flat)](http://bower.io/search/?q=toolkit)
|
17
17
|
[![License](https://img.shields.io/packagist/l/titon/toolkit.svg?style=flat)](https://github.com/titon/toolkit/blob/master/license.md)
|
18
18
|
|
19
|
-
Titon Toolkit is a collection of very powerful user interface components and utility classes
|
20
|
-
for the responsive, mobile, and modern web. Each component represents encapsulated HTML, CSS,
|
21
|
-
and JavaScript functionality for role specific page elements.
|
19
|
+
Titon Toolkit is a collection of very powerful user interface components, behaviors, and utility classes for the responsive, mobile, and modern web. Each component represents encapsulated HTML, CSS, and JavaScript functionality for role specific page elements.
|
22
20
|
|
23
|
-
Toolkit makes use of the latest and greatest technology. This includes HTML5 for semantics,
|
24
|
-
CSS3 for animations and styles, Sass for CSS pre-processing, Gulp for task and package management,
|
25
|
-
and powerful new browser APIs for the JavaScript layer.
|
21
|
+
Toolkit makes use of the latest and greatest technology. This includes HTML5 for semantics, CSS3 for animations and styles, Sass for CSS pre-processing, Gulp for task and package management, and powerful new browser APIs for the JavaScript layer.
|
26
22
|
|
27
23
|
* [Release Notes - 2.1](https://github.com/titon/toolkit/blob/master/docs/en/releases/2.1.md)
|
28
24
|
* [Migration Guide - 2.1](https://github.com/titon/toolkit/blob/master/docs/en/migrations/2.1.md)
|
@@ -36,5 +32,6 @@ and powerful new browser APIs for the JavaScript layer.
|
|
36
32
|
* [Documentation](https://github.com/titon/toolkit/tree/master/docs/en)
|
37
33
|
* [Getting Started](https://github.com/titon/toolkit/blob/master/docs/en/setup/getting-started.md)
|
38
34
|
* [Downloading & Installing](https://github.com/titon/toolkit/blob/master/docs/en/setup/installing.md)
|
35
|
+
* [Tool Integration](https://github.com/titon/toolkit/blob/master/docs/en/setup/tool-integration.md)
|
39
36
|
* [Custom Builds](https://github.com/titon/toolkit/blob/master/docs/en/setup/custom-builds.md)
|
40
37
|
* [Browser Compatibility](https://github.com/titon/toolkit/blob/master/docs/en/support/compatibility.md)
|
data/version.md
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.5
|
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: 2.1.
|
4
|
+
version: 2.1.5
|
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: 2015-05-
|
12
|
+
date: 2015-05-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|