Cooltipz.css Versions Save

A highly customisable, minimal, pure CSS tooltip library

v2.3.0

9 months ago

New features:

  • Arrow offset customisation (#89)

Maintenance:

  • Update dependencies (#89)

v2.2.2

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

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

2 years ago

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)

v2.0.0

2 years ago

Read our migration guide.

Breaking changes:

  • Dropped support for node-sass (#124)
  • Migrated away from the Sass @import at-rule to use the Sass @use at-rule (#124)

What's new:

  • Made sass an optional peer dependency (#137)
    • if you're importing the .scss files, then you need sass installed, whereas if you're only importing the .css files, then you don't necessarily need it for this package

v1.7.1

2 years ago

Maintenance:

  • Upgrade to using npm7 and lockfile v2 (#46)

v1.7.0

2 years ago

New features:

  • Customisable tooltip border with new customisable variables (#42)
    • --cooltipz-border-width
    • --cooltipz-border-style
    • --cooltipz-border-color

Maintenance (for owners & collaborators only):

  • Restrict publishing to the master branch only (#43)

v1.6.8

2 years ago

Maintenance (for owners & collaborators):

  • Update dependencies
  • Replace node-sass with sass