Skip to content

Releases: abinavseelan/react-input-trigger

v1.1.2

17 Jun 11:00
Compare
Choose a tag to compare

Bugfixes

Fixes issue with Child Refs (#2) (Credit: @goldylucks )

v1.1.1

17 Jun 10:14
Compare
Choose a tag to compare

Bugfix

Fixes styling issues due to intermediate <div> (#4)

Contributing

Adds a Contributing Guide to help others get started with contributing to this project. 😄

Others

Locks in port 3000 for development.

v1.1.0

15 Apr 15:52
9a15ef4
Compare
Choose a tag to compare

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)

Issues

  • Fixes #1