Releases: firuzcanh/react-ghosta
Releases · firuzcanh/react-ghosta
v2.0.0
Replaced @headlessui/react with @radix-ui/react-dialog to align with modern UI libraries like shadcn and others that leverage Radix UI primitives. This update ensures better accessibility, flexibility, and consistency across the project.
v1.3.0
- Ghosta exported as GhostaContainer now.
- ghosta.closeAll deprecated. Use ghosta.close now to close all alerts and provide id if you need close spesific alert by id.
v1.2.0
- rollup replaced with tsup.
- reduced bundle size
- bugs fixed and improvements
v1.0.5
- Removed framer-motion, animations replaced with css to reduce size of library.
- Bugs fixes