All Versions
15
Latest Version
Avg Release Cycle
111 days
Latest Release
1284 days ago

Changelog History
Page 1

  • v3.0.4 Changes

    October 12, 2020
    • πŸ“š [#271] - Added className to component props and updated documentation
  • v3.0.3 Changes

    June 05, 2020
    • ⚑️ [#170] - Fixes debouncing calls updateInitialDimension after element destroyed
  • v3.0.2

    May 05, 2020
  • v3.0.1 Changes

    May 05, 2020
    • ⚑️ [#130] Update subscribe-ui-event to 2.0.6
  • v3.0.0 Changes

    May 05, 2020
    • 🚚 [#124] - Support React async mode: remove unsafe componentWillReceiveProps
    • πŸ”§ [#127] - Accept InnerClass configuration
  • v2.1.0 Changes

    October 30, 2018

    Commits:

    • πŸ‘ Introduce children function support (#120) ca7e5f0
    • πŸ”„ Change lists into tables. Correct spelling errors. (#119) f3f90ba
  • v2.0.1 Changes

    May 29, 2018
  • v2.0.0 Changes

    May 29, 2018

    πŸš€ This release update the refs usage to the new api:
    πŸ“„ https://reactjs.org/docs/refs-and-the-dom.html

    "Legacy API: String Refs
    πŸš€ If you worked with React before, you might be familiar with an older API where the ref attribute is a string, like "textInput", and the DOM node is accessed as this.refs.textInput. We advise against it because string refs have some issues, are considered legacy, and are likely to be removed in one of the future releases. If you’re currently using this.refs.textInput to access refs, we recommend the callback pattern instead."

    Thanks to @kunukn for contributing!

  • v1.4.1 Changes

    January 22, 2018

    PR: #89

    Thanks @kunukn!

  • v1.4.0

    October 03, 2017