Skip to content

Releases: Becklyn/mojave

5.20.1

12 Aug 13:23

Choose a tag to compare

5.20.1

🎁 New Features

  • Add isOnMobileDevice, which tries its best to detect whether the current user is running on a mobile device.

Commits

5.20.0...5.20.1

5.20.0

26 Jul 17:44

Choose a tag to compare

5.20.0

🎁 New Features

  • Add two new LocalRouter route parameter types: nullableStringParameter and nullableNumberParameter.

Commits

  • Add two new LocalRouter route parameter types: nullableStringParameter and nullableNumberParameter. 5594fc2

5.19.0...5.20.0

5.19.0

27 Apr 11:59

Choose a tag to compare

5.19.0

🎁 New Features

  • Add mountDataContainer and mountLazyDataContainer, which mounts on top of a data container (<script type="application/json">{...}</script>),
    which is parsed and passed in as the very first argument of the mountable data container function.

    Note: The mountable data container function does not receive a reference to the data container. It is intended to work independent of its data container.

Commits

  • Add mountDataContainer and mountLazyDataContainer f4c4eeb

5.18.1...5.19.0

5.18.1

01 Feb 15:25

Choose a tag to compare

5.18.1

🐛 Bug Fixes

  • Correctly declare dependencies for initializing Sortable in useSortable.

Commits

  • Correctly declare dependencies for initializing Sortable in useSortable b88524f

5.18.0...5.18.1

5.18.0

28 Aug 09:05

Choose a tag to compare

🎁 New Features

  • Add mountJsxAndWrap function.

Commits

  • Merge pull request #287 from Becklyn/mount-and-wrap 7317fc7
  • Add mountJsxAndWrap function 5b8963f

5.17.4...5.18.0

5.17.4

06 Aug 15:54

Choose a tag to compare

🐛 Bug Fixes

  • LocalRouter must keep existing query parameters to not break any pages.

Commits

  • Merge pull request #284 from Becklyn/next 010448a
  • LocalRouter must keep existing query parameters to not break any pages 2d006c9
  • Fix typo 2cf17b4

5.17.3...5.17.4

5.17.3

04 Aug 16:02

Choose a tag to compare

✨ Improvements

  • Add escapeRegexp() function and remove dependency to escape-string-regexp (since it is not compatible with IE 11).

Commits

  • Move function to better file d7f0876
  • Merge pull request #283 from Becklyn/remove-dependency-to-escape-string-regexp 4a81da3
  • remove dependency to escape-string-regexp 76baaab

5.17.2...5.17.3

5.17.2

03 Aug 10:11

Choose a tag to compare

🐛 Bug Fixes

  • Add option to properly forward inputs in useLiveRef().

Commits

  • Merge pull request #282 from Becklyn/next 4b3654f
  • Add option to properly forward inputs in useLiveRef() 2491c60

5.17.1...5.17.2

5.17.1

24 Jul 19:28

Choose a tag to compare

🐛 Bug Fixes

  • Remove debug output.

Commits

5.17.0...5.17.1

5.17.0

24 Jul 14:56

Choose a tag to compare

🎁 New Features

  • Add DataContainer.

Commits

5.16.1...5.17.0