Skip to content

Releases: bonavida/react-a-gate

v1.5.1

18 Apr 21:39
Compare
Choose a tag to compare

Changes:

  • Minor fix: add changes to custom tooltip CSS class for the demo

v1.5.0

17 Apr 23:00
Compare
Choose a tag to compare

Changes:

  • Update demo page.

v1.4.2

14 Apr 23:12
Compare
Choose a tag to compare

Changes:

  • Update dependencies to fix potential security vulnerabilities.

v1.4.0

14 Apr 22:49
Compare
Choose a tag to compare

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

10 Oct 22:41
Compare
Choose a tag to compare

Changes:

  • Take into account the window scrollX and scrollY when calculating the TooltipGate or PopoverGate position.

v1.2.2

10 Oct 18:47
Compare
Choose a tag to compare

Minor changes:

  • Added dark theme as default on TooltipGate and PopoverGate components.

v1.2.1

05 Oct 22:39
Compare
Choose a tag to compare

Minor changes:

  • Added new className prop to ModalGate component to be able to override modal styles.

v1.2.0

28 Sep 22:47
Compare
Choose a tag to compare

Minor changes:

  • Added setup config for Jest and React Testing Library.
  • Added tests for all components (ModalGate, TooltipGate and PopoverGate).

v1.1.0

28 Sep 20:40
Compare
Choose a tag to compare

Minor changes:

  • Inclusion of some rollup plugins (like Terser)
  • Inclusion of postcss processor with autoprefixer.
  • Added config for ESLint.

v1.0.0

28 Sep 20:35
Compare
Choose a tag to compare

First release of the react-a-gate library.

New features:

  • Modal
  • Tooltip
  • Popover