changelog.md in titon-toolkit-2.1.6 vs changelog.md in titon-toolkit-2.1.7
- old
+ new
@@ -1,8 +1,18 @@
# Changelog #
Older versions can be found in the documentation changelogs.
+## 2.1.7 ##
+* Updated the `.span-*` classes to no longer be coupled with the grid component
+* Components
+ * Component
+ * Updated `loadContent()` to accept elements as well as strings
+ * Carousel
+ * Fixed a bug where re-calculations would fail because of the previously set widths or heights
+ * Stalker
+ * Fixed a bug where the bottom threshold was being calculated incorrectly
+
## 2.1.6 ##
* Further improved AMD loading by splitting child components into their own files
* Components
* Carousel
* BREAKING CHANGE: The process to determine the size (width or height) to cycle with has been completely refactored. The new process will now take into account margins (to allow for gutters) and sizes to be explicitly set with CSS. Because of this change, the `itemsToShow` value will only aid in the calculation process, but will not actually change the display of the items, this should be done with CSS.