react-functional-select v2.9.4 Release Notes

Release Date: 2020-11-25 // over 3 years ago
  • โšก๏ธ Update to rollup + babel configuration resulting in a smaller, more optimized bundle.


Previous changes from v2.9.3

  • ๐Ÿ”„ Change Log

    ๐Ÿ›  ๐Ÿž Bugfix

    • ๐Ÿ›  Fix for issue #20 (Accessibility issue/question) - make control eligible for tabIndex by setting <input> element with tabIndex of 0 (instead of -1)
    • ๐Ÿ‘Œ Improve type support for various objects - apply custom PartialDeep type recursively to all sub-properties/sub-objects of Theme to provide more flexibility when defining partials in consuming components