Releases: goblindegook/littlefoot
Releases · goblindegook/littlefoot
v4.1.1
v4.1.0
v4.0.1
New major release (and breaking changes ⚠)
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
- Theming support through CSS custom properties.
- Overhauled default theme.
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
What's Changed
- Reduced bundle size.
v4.0.0-9
⚠ BREAKING CHANGES
Removed built-in CSS.escape
polyfill. littlefoot will only work on supported browsers unless you provide a polyfill before setting up footnotes.