changelog.md in titon-toolkit-2.0.0.pre.rc.2 vs changelog.md in titon-toolkit-2.0.0
- old
+ new
@@ -9,10 +9,11 @@
* Dropped MooTools support
* Dropped IE8 support
* Upgraded to jQuery 2
* Upgraded to Gulp from Grunt
+* Upgraded to libsass over Ruby Sass
* Upgraded to Sass 3.4 and Compass 1.0
* Upgraded to RequireJS for JS dependency management and compilation
* Added a robust namespacing system which allows components to be nested within each other
* Added unit tests for all components through Mocha, Chai, and PhantomJS
* Added new `horizontalresize` and `verticalresize` events
@@ -47,9 +48,10 @@
* Removed `$breakpoint-*` variables and replaced with with range list variables
* JavaScript
* Added a `Base` class layer that both `Component` and `Behavior` extend
* Added a new hook layer to `Base` that replaces the instance event layer
* Added `$.fn.toString()` which returns the elements markup as a string
+ * Added a debugging layer and a new `debug` option
* Improved the prototype inheritance layer by initializing a new class instead of extending objects
* Refactored the class layer so that constructors are passed as a property instead of an argument
* Refactored so that class properties are passed through an object instead of set through the constructor
* Removed `$.cookie()` and `$.removeCookie()` methods (use a third-party instead)
* Renamed `$.fn.addData()` to `$.fn.cache()`