All Versions
17
Latest Version
Avg Release Cycle
24 days
Latest Release
3026 days ago

Changelog History
Page 2

  • v0.3.2 Changes

    May 30, 2015
    • ๐Ÿš€ updated build, there were issues with the last release :/
  • v0.3.1 Changes

    May 30, 2015
    • โž• added .npmignore becuase we're excuding lib from git, but it needs to be published to npm.
  • v0.3.0 Changes

    May 30, 2015
    • โž• added happiness linter
    • ๐Ÿ›  lots of cleanup and consistency fixes
    • ๐Ÿ— source code is now in src, built to lib for inclusion in projects without transpilation via browserify / webpack. use npm run watch and npm run build for development.

    ๐Ÿš€ Make sure you update to touchstonejs-tasks v0.2.1 when using this release of TouchstoneJS.

  • v0.2.0 Changes

    April 01, 2015
    • ๐Ÿ’… significant refactor of components and styles, see git history for details
    • โž• added; better support for default props generally
    • โž• added; uses blacklist for consuming props
    • โž• added; uses xtend over underscore for extending properties
    • โšก๏ธ updated; uses react-tappable 0.4
    • โšก๏ธ updated; removed deprecated React 0.11 syntax
    • โœ‚ removed; Dialogs Mixin, uses cordova-dialogs module instead
  • v0.1.2 Changes

    December 17, 2014
    • ๐Ÿ›  fixed; Issue with the headerbar disappearing (#11)
    • โž• added; Keypad and passcode component (prototype)
    • โž• added; Dialogs mixin (prototype)
    • ๐Ÿ‘Œ improved; Headerbar component tweaked
    • ๐Ÿ‘Œ improved; Text selection is blocked by default

    ... and lots of general cleanup.

  • v0.1.1 Changes

    December 04, 2014
    • ๐Ÿ›  Minor fixes
  • v0.1.0 Changes

    December 03, 2014
    • ๐Ÿš€ First public release