Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

42 lines (31 loc) · 1.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.2 - 2018-06-17

1.1.1 - 2018-06-17

  • Issues
    • Fix styling issues due to intermediate <div> (#4)
  • Contributing
    • Add a Contributing Guide to help others get started with contributing to this project. 😄
  • Other
    • Lock in port 3000 for development.

1.1.0 - 2018-04-15

  • Issues
  • Features
    • react-input-trigger can now be imported via:
      • CommonJS (through package.json: main)
      • ES2015 Modules (through package.json: module)
  • Contributing
    • Project structural changes:
      • Parallelize the build process
      • Docs structure clean-up (remove view)