Releases: pheralb/superkey
Releases Β· pheralb/superkey
v0.2.2
v0.2.1
π¦ What's Changed
- Fix: the sides of the modal are not clickable #14.
π Docs
- Add new example with Next.js 13 + /app directory: click here.
- Fix Next.js guide: click here.
v0.2.0
π¦ What's Changed
- CommandInput: rename 'searchIcon' prop, now is 'icon' | #11
- Command: design (default colors) & commandFunction prop improvements | #11
v0.1.3
π¦ What's Changed
- βοΈ Fixed modify default styles in
CommandOption. - π§ The default styles have been removed when
CommandOptionis set to 'active'. Use the prop activeClassName to add your styles (default colors).
v0.1.1
v0.1.0
v0.1.0-rc.5
- β‘ Superkey now compiles using SWC.
- βοΈ Bug fixes & design improvements.
v0.1.0-rc.4
- βοΈ Fix
CommandOptionstyle. - βοΈ Fix background-color in dark mode.
- π¨ Overlay effect improvements.
v0.1.0-rc.3
- π¨ 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
π§ 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.