touchstonejs v0.5.0 Release Notes

Release Date: 2015-07-30 // over 8 years ago
  • ๐Ÿš€ This release fixes a major ongoing issue we've been having with view transitions not being correctly run in "certain" browsers. See #73 and commit 52f6eb5.

    ๐Ÿ›  Other fixes and additions:

    • โž• added; SearchField UI Component
    • ๐Ÿ›  fixed; a lot of cleanup in the less files, including variables, consolidation and colour tweaks
    • โž• added; Alertbar Component can be static, and is properly animated now
    • โž• added; SegmentedControl Component can be inline now. Also, long labels are cropped
    • โž• added; retina left and right border mixins .retina-1px-border-[left|right](@color)
    • ๐Ÿ›  fixed; proper caret handling on labelled inputs, and better handling of labelled item field focus

    ๐Ÿ’ฅ Breaking changes:

    • โšก๏ธ updated; Group now needs to be a wrapper; GroupBody applies the background colour, also use the GroupInner component