Releases: bonavida/react-a-gate
Releases · bonavida/react-a-gate
v1.5.1
Changes:
- Minor fix: add changes to custom tooltip CSS class for the demo
v1.4.2
Changes:
- Update dependencies to fix potential security vulnerabilities.
v1.4.0
Changes:
- Fixed a problem with calculating the tooltip and popover positions:
- Added offset when checking if they go off the screen.
- Added more TypeScript support.
- Added
width: max-content
so the tooltip and the popover fill as much width as they can.
v1.3.0
Changes:
- Take into account the window
scrollX
and scrollY
when calculating the TooltipGate or PopoverGate position.
v1.2.2
Minor changes:
- Added
dark
theme as default on TooltipGate and PopoverGate components.
v1.2.1
Minor changes:
- Added new
className
prop to ModalGate component to be able to override modal styles.
v1.2.0
Minor changes:
- Added setup config for Jest and React Testing Library.
- Added tests for all components (ModalGate, TooltipGate and PopoverGate).
v1.1.0
Minor changes:
- Inclusion of some rollup plugins (like Terser)
- Inclusion of postcss processor with autoprefixer.
- Added config for ESLint.
v1.0.0
First release of the react-a-gate
library.
New features: