Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: pheralb/superkey

v0.2.2

02 Feb 13:04
e7183fa

Choose a tag to compare

πŸ“¦ What's Changed

  • Fix: 'Module not found' when building to production - #16.
  • Fix: Close the command palette by clicking on the sides, improvements to main styles - #13.

v0.2.1

31 Jan 20:51
fb00df9

Choose a tag to compare

πŸ“¦ What's Changed

  • Fix: the sides of the modal are not clickable #14.

πŸš€ Docs

v0.2.0

29 Dec 14:36
3eb3f24

Choose a tag to compare

πŸ“¦ What's Changed

v0.1.3

18 Dec 17:15
8fd09c2

Choose a tag to compare

πŸ“¦ What's Changed

  • βš’οΈ Fixed modify default styles in CommandOption.
  • 🚧 The default styles have been removed when CommandOption is set to 'active'. Use the prop activeClassName to add your styles (default colors).

v0.1.1

13 Dec 09:45
729a1b1

Choose a tag to compare

πŸ“¦ What's Changed

  • Removed unnecessary ternary operator from components by @DerianCordobaPerez in #7
  • Destructuring the props parameter by @DerianCordobaPerez in #7

πŸš€ New Contributors

  • @DerianCordobaPerez made their first contribution in #7

v0.1.0

08 Dec 21:00
99a528f

Choose a tag to compare

  • ✨ Light / Dark mode.
  • πŸ“¦ Improvements for Command, CommandInput, CommandList & CommandOption.

And new docs website πŸ₯³

v0.1.0-rc.5

05 Nov 19:53

Choose a tag to compare

  • ⚑ Superkey now compiles using SWC.
  • βš’οΈ Bug fixes & design improvements.

v0.1.0-rc.4

02 Nov 21:19

Choose a tag to compare

  • βš’οΈ Fix CommandOption style.
  • βš’οΈ Fix background-color in dark mode.
  • 🎨 Overlay effect improvements.

v0.1.0-rc.3

31 Oct 16:42

Choose a tag to compare

  • 🎨 Add support for dark mode (using Tailwind CSS).
  • βš’οΈ Fix background color & opacity.
  • πŸ“¦ Added the option to modify the styles to: Command, CommandInput, CommandOption.

v0.1.0-rc.2

30 Oct 17:54

Choose a tag to compare

🚧 Superkey is under development, it will probably not work correctly in your project.

  • Built with Tailwind CSS + Headless UI & Typescript.
  • First design (currently in light mode).
  • Add Command, CommandInput, CommandList, CommandOption components.