Develop ultra fast with Prismane ๐ŸŽ‰
Grid Mesh BackgroundMesh Gradient Background
Updates

Changelog

Discover the latest updates, enhancements and bug fixes

v1.3.0October 30, 2023

๐Ÿš€ Prismane Version 1.3.0

v1.3.0 Banner

๐Ÿงพ Release Notes

This new version provides 5 new hooks and improvements. These hooks significantly help in providing a better user experience and simplify handling big sets of data.

๐Ÿ’Ž Improvements

  • - Dropdown is hidden on selectable fields when no options are available.

โœจ New

  • - useFocusTrap: This hook traps the user's focus by focusing the first focusable element in a given container or a specific element instead.
  • - useNetworkStatus: This hook provides an easy way of handling changes in the internet connection.
  • - useScroll: This hook provides a set of tools that simplify handling scrolling.
  • - useSorting: This hook simplifies sorting big chunks of data by key and direction.
  • - useSearch: This hook provides an easy way to search through different types of data.