Skip to content

Releases: jackdomleo7/Cooltipz.css

🛠️ v2.5.1

19 Oct 21:06
7c06dd7

Choose a tag to compare

Update licence

🚀 v2.5.0

19 Oct 20:32
d672e96

Choose a tag to compare

CSS was refactored to use modern logical CSS properties for improved internationalisation

🚀 v2.4.0

26 Aug 20:35
1ab447f

Choose a tag to compare

This feature comes with a significant performance improvement you can opt into.
As well as providing a cooltipz.css and cooltipz.scss, there is now a cooltipz-data-attrs and cooltipz-classes stylesheet for SCSS and CSS with corresponding minified stylesheets for CSS (see docs).

cooltipz (main) - 3.06kB when compressed.
cooltipz-data-attrs - 1.81kB when compressed (down by 1.25kB)
cooltipz-classes - 1.79kB when compressed (down by 1.27kB)

🛠️ v2.3.1

12 Dec 22:20
26bd568

Choose a tag to compare

New features:

  • Improved support for high contrast mode (#95)

Maintenance:

  • Updated dependencies (#95)
  • Fix Sass deprecation warning (#95)

🚀 v2.3.0

05 Aug 18:07
d8f4e51

Choose a tag to compare

New features:

  • Arrow offset customisation (#89)

Maintenance:

  • Update dependencies (#89)

🛠️ v2.2.2

25 Mar 15:50
6b18dfc

Choose a tag to compare

Fixes:

  • Resolve issue where a warning would showing during npm i for projects using cooltipz-css that were not using npm 9 (#87)

Maintenance:

  • Update dependencies (#87)

🛠️ v2.2.1

14 Feb 21:37
221c78f

Choose a tag to compare

Fixes:

  • Correctly lowering the lowest supported version of Node to v14 (#86)

Maintenance:

  • Upgrade to use npm v9 (#86)
  • Update dependencies (#86)

🚀 v2.2.0

21 Jan 19:38
a41b868

Choose a tag to compare

New features:

  • Ability to have custom size tooltips based on newline attributes #83

Bug fixes:

  • License comment wasn't appearing at the top of the stylesheet #82

Maintenance:

  • Dependency updates #84

🛠 v2.1.1

22 Oct 09:20
9ddd632

Choose a tag to compare

Bug fix:

  • When building with a framework such as Nuxt, the opacity is changed from 100% to 1% (#79, #80)

Maintenance:

  • Update dependencies (#80)

🚀 v2.1.0

11 Nov 09:34
e18b9ed

Choose a tag to compare

What's new:

  • New option to customise the font-family (#65)
  • New option to customise the attribute the tooltip is bound to (via Sass only) (#63)
  • A tooltip is not shown if the attribute is empty (i.e. aria-label="") (#64)

Bug fix:

  • A bug was introduced in v2.0.0 where you could not override and customise the Sass variables (#66)

Maintenance:

  • Dev dependency updates (#70)