Skip to content

Releases: goblindegook/littlefoot

v4.1.1

17 May 09:18
Compare
Choose a tag to compare

What's Changed

Bug Fixes

New Contributors

Full Changelog: v4.1.0...v4.1.1

v4.1.0

17 Dec 21:52
Compare
Choose a tag to compare

What's Changed

  • feat: dismiss a footnote when touching outside it by @jminer in #1692

New Contributors

Full Changelog: v4.0.1...v4.1.0

v4.0.1

19 Sep 22:26
Compare
Choose a tag to compare

Bug Fixes

  • removed postcss.config.js from NPM package (#1702) (9c2ec08)

New major release (and breaking changes ⚠)

19 Sep 09:19
Compare
Choose a tag to compare

Version 4.0.0 of littlefoot is smaller than ever, less than half the bundled size compared to version 3.4.1.

The new version overhauls the style definitions of littlefoot elements. This is a breaking change because users will experience visual changes. Changes may also affect users who have customised their button or popover templates, those who have custom styles applied to footnote elements, or those targetting elements using custom logic.

Features

Enhancements

  • Bundled size down from 23.1 kB (8.79 kB gzipped) in version 3.4.1 to less than half: 11.2 kB (4.36 kB gzipped).

Bug Fixes

  • More robust selector escaping (uses CSS.escape in supporting browsers).
  • Restore popover fade effect (1dcbdcd).

v4.0.0-10

21 Aug 07:46
Compare
Choose a tag to compare
v4.0.0-10 Pre-release
Pre-release

What's Changed

  • Reduced bundle size.

v4.0.0-9

21 Aug 07:44
Compare
Choose a tag to compare
v4.0.0-9 Pre-release
Pre-release

⚠ BREAKING CHANGES

Removed built-in CSS.escape polyfill. littlefoot will only work on supported browsers unless you provide a polyfill before setting up footnotes.

v4.0.0-7

06 Mar 12:06
Compare
Choose a tag to compare
v4.0.0-7 Pre-release
Pre-release

Bug Fixes

  • vertical scrolling indicator position (9c1d97a)

v4.0.0-6

19 Jan 18:59
Compare
Choose a tag to compare
v4.0.0-6 Pre-release
Pre-release

Bug Fixes

  • improve default button contrast (#419) (82492d4)
  • popover z-index everywhere (#658) (be257e7)
  • sticky scrolling indicator moving on page scroll (f2c845e)

v4.0.0-5

08 Jan 18:05
Compare
Choose a tag to compare
v4.0.0-5 Pre-release
Pre-release

Bug Fixes

  • buttons appearing above the popover on small screens (#658) (2805e07)

v4.0.0-4

27 Nov 19:29
Compare
Choose a tag to compare
v4.0.0-4 Pre-release
Pre-release

Bug Fixes

  • position is above by default (45de8ac)