Skip to content

Commit

Permalink
chore(release): 4.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Rodrigues committed Oct 30, 2020
1 parent 5c8fb5d commit c3b119d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
94 changes: 47 additions & 47 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,156 +2,156 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.4.1](https://github.com/goblindegook/littlefoot/compare/v3.4.0...v3.4.1) (2020-09-24)
## [4.0.0-0](https://github.com/goblindegook/littlefoot/compare/v3.4.1...v4.0.0-0) (2020-10-30)

### ⚠ BREAKING CHANGES

The new version overhauls the style definitions of littlefoot elements. This is
a breaking change because users will experience visual changes.

Additionally, changes may 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](README.md#theming).
- Overhauled default theme.

### Bug Fixes

* clears the is-active class on dismiss (fixes [#505](https://github.com/goblindegook/littlefoot/issues/505)) ([4479cc3](https://github.com/goblindegook/littlefoot/commit/4479cc3fac6dfc382796d336678a31eeffacdfc3))
- More robust selector escaping (uses CSS.escape in supporting browsers).
- Restore popover fade effect ([1dcbdcd](https://github.com/goblindegook/littlefoot/commit/1dcbdcde0da0d778fc4570d4773aadefbc610517)).

## [3.4.0](https://github.com/goblindegook/littlefoot/compare/v3.3.2...v3.4.0) (2020-08-04)
### [3.4.1](https://github.com/goblindegook/littlefoot/compare/v3.4.0...v3.4.1) (2020-09-24)

### Bug Fixes

- clears the is-active class on dismiss (fixes [#505](https://github.com/goblindegook/littlefoot/issues/505)) ([4479cc3](https://github.com/goblindegook/littlefoot/commit/4479cc3fac6dfc382796d336678a31eeffacdfc3))

## [3.4.0](https://github.com/goblindegook/littlefoot/compare/v3.3.2...v3.4.0) (2020-08-04)

### Features

* popover dismiss callback (props [@biou](https://github.com/biou), closes [#420](https://github.com/goblindegook/littlefoot/issues/420)) ([2865bd0](https://github.com/goblindegook/littlefoot/commit/2865bd0c2186e5b4b1f2ffb14dda9e8c385d65ca))
- popover dismiss callback (props [@biou](https://github.com/biou), closes [#420](https://github.com/goblindegook/littlefoot/issues/420)) ([2865bd0](https://github.com/goblindegook/littlefoot/commit/2865bd0c2186e5b4b1f2ffb14dda9e8c385d65ca))

### [3.3.2](https://github.com/goblindegook/littlefoot/compare/v3.3.1...v3.3.2) (2020-07-23)


### Bug Fixes

* **a11y:** improve button labeling ([#418](https://github.com/goblindegook/littlefoot/issues/418)) ([3f0bf04](https://github.com/goblindegook/littlefoot/commit/3f0bf04a5995e04d629920b9e2a8369e5fdfdec2))
- **a11y:** improve button labeling ([#418](https://github.com/goblindegook/littlefoot/issues/418)) ([3f0bf04](https://github.com/goblindegook/littlefoot/commit/3f0bf04a5995e04d629920b9e2a8369e5fdfdec2))

### [3.3.1](https://github.com/goblindegook/littlefoot/compare/v3.3.0...v3.3.1) (2020-06-24)


### Bug Fixes

* **a11y:** allow tabbing to content when it overflows popover ([0ecde14](https://github.com/goblindegook/littlefoot/commit/0ecde148758d013d01d9e2ac415285a57574fa64))
- **a11y:** allow tabbing to content when it overflows popover ([0ecde14](https://github.com/goblindegook/littlefoot/commit/0ecde148758d013d01d9e2ac415285a57574fa64))

## [3.3.0](https://github.com/goblindegook/littlefoot/compare/v3.2.5...v3.3.0) (2020-06-23)


### Bug Fixes

* accessibility issues ([#376](https://github.com/goblindegook/littlefoot/issues/376)) ([6d1841c](https://github.com/goblindegook/littlefoot/commit/6d1841c0c107fe4b3809f37f20ead4d367a90d99))
- accessibility issues ([#376](https://github.com/goblindegook/littlefoot/issues/376)) ([6d1841c](https://github.com/goblindegook/littlefoot/commit/6d1841c0c107fe4b3809f37f20ead4d367a90d99))

### [3.2.5](https://github.com/goblindegook/littlefoot/compare/v3.2.4...v3.2.5) (2020-05-20)


### Bug Fixes

* fixes empty paragraph injection in footnote content ([98fa7df](https://github.com/goblindegook/littlefoot/commit/98fa7dfcbc7a59bae3b77a060c91b273889ceecb)), closes [#187](https://github.com/goblindegook/littlefoot/issues/187)
- fixes empty paragraph injection in footnote content ([98fa7df](https://github.com/goblindegook/littlefoot/commit/98fa7dfcbc7a59bae3b77a060c91b273889ceecb)), closes [#187](https://github.com/goblindegook/littlefoot/issues/187)

### [3.2.4](https://github.com/goblindegook/littlefoot/compare/v3.2.3...v3.2.4) (2020-03-26)


### Bug Fixes

* remove body scroll locking over content shifting issues ([0ce0369](https://github.com/goblindegook/littlefoot/commit/0ce0369194285265a42051ff1fc6d5d072a8fa6b))
- remove body scroll locking over content shifting issues ([0ce0369](https://github.com/goblindegook/littlefoot/commit/0ce0369194285265a42051ff1fc6d5d072a8fa6b))

### [3.2.3](https://github.com/goblindegook/littlefoot/compare/v3.2.2...v3.2.3) (2020-02-13)


### Bug Fixes

* **styles:** adjust content bottom padding ([93d349c](https://github.com/goblindegook/littlefoot/commit/93d349c37dc0a819e0c1fb61fe7dfbcb8e193de1))
- **styles:** adjust content bottom padding ([93d349c](https://github.com/goblindegook/littlefoot/commit/93d349c37dc0a819e0c1fb61fe7dfbcb8e193de1))

### [3.2.2](https://github.com/goblindegook/littlefoot/compare/v3.2.1...v3.2.2) (2020-02-13)


### Bug Fixes

* **styles:** popover content padding tweaks ([7f99b66](https://github.com/goblindegook/littlefoot/commit/7f99b66b88597fd7de0557cd80949606e8eb1705))
* better locking of body scroll ([d9b609c](https://github.com/goblindegook/littlefoot/commit/d9b609cd5168848e840b20acee7b98bc16def229))
* prevent page scroll when scrolling footnote content ([3192512](https://github.com/goblindegook/littlefoot/commit/3192512b8d2eea53fb00ba707a21ea33b56975d1))
* remove deprecated mousewheel event ([4b17eb6](https://github.com/goblindegook/littlefoot/commit/4b17eb6cc325cba8486c008cccfec3da13bbc3b6))
- **styles:** popover content padding tweaks ([7f99b66](https://github.com/goblindegook/littlefoot/commit/7f99b66b88597fd7de0557cd80949606e8eb1705))
- better locking of body scroll ([d9b609c](https://github.com/goblindegook/littlefoot/commit/d9b609cd5168848e840b20acee7b98bc16def229))
- prevent page scroll when scrolling footnote content ([3192512](https://github.com/goblindegook/littlefoot/commit/3192512b8d2eea53fb00ba707a21ea33b56975d1))
- remove deprecated mousewheel event ([4b17eb6](https://github.com/goblindegook/littlefoot/commit/4b17eb6cc325cba8486c008cccfec3da13bbc3b6))

### [3.2.1](https://github.com/goblindegook/littlefoot/compare/v3.2.0...v3.2.1) (2019-12-03)


### Bug Fixes

* only dismiss unhovered footnotes ([#45](https://github.com/goblindegook/littlefoot/issues/45)) ([73c83a2](https://github.com/goblindegook/littlefoot/commit/73c83a2ff49c0089f8a6359326f2dc8c4a29159d))
- only dismiss unhovered footnotes ([#45](https://github.com/goblindegook/littlefoot/issues/45)) ([73c83a2](https://github.com/goblindegook/littlefoot/commit/73c83a2ff49c0089f8a6359326f2dc8c4a29159d))

## [3.2.0](https://github.com/goblindegook/littlefoot/compare/v3.1.7...v3.2.0) (2019-11-21)


### Features

* allow passing a timeout to activate() ([13563e0](https://github.com/goblindegook/littlefoot/commit/13563e0dc554123bfb6e01cb32ba2ca6a7331cad))

- allow passing a timeout to activate() ([13563e0](https://github.com/goblindegook/littlefoot/commit/13563e0dc554123bfb6e01cb32ba2ca6a7331cad))

### Bug Fixes

* dismissing popovers on activation ([#31](https://github.com/goblindegook/littlefoot/issues/31)) ([9d73d37](https://github.com/goblindegook/littlefoot/commit/9d73d37ec218474a67446f43fce0c7c856a39a44))
- dismissing popovers on activation ([#31](https://github.com/goblindegook/littlefoot/issues/31)) ([9d73d37](https://github.com/goblindegook/littlefoot/commit/9d73d37ec218474a67446f43fce0c7c856a39a44))

### [3.1.7](https://github.com/goblindegook/littlefoot/compare/v3.1.6...v3.1.7) (2019-11-19)


### Bug Fixes

* delay and callback settings can be changed after init ([#30](https://github.com/goblindegook/littlefoot/issues/30)) ([b157923](https://github.com/goblindegook/littlefoot/commit/b1579232eae92d854c56b2f73d26d678f1e5840a))
- delay and callback settings can be changed after init ([#30](https://github.com/goblindegook/littlefoot/issues/30)) ([b157923](https://github.com/goblindegook/littlefoot/commit/b1579232eae92d854c56b2f73d26d678f1e5840a))

### [3.1.6](https://github.com/goblindegook/littlefoot/compare/v3.1.5...v3.1.6) (2019-11-10)


### Bug Fixes

* correctly reset numbers on numberResetSelector [#29](https://github.com/goblindegook/littlefoot/issues/29) ([13d02b4](https://github.com/goblindegook/littlefoot/commit/13d02b4c562fea09f46737ad6f464fd400f930a1))
- correctly reset numbers on numberResetSelector [#29](https://github.com/goblindegook/littlefoot/issues/29) ([13d02b4](https://github.com/goblindegook/littlefoot/commit/13d02b4c562fea09f46737ad6f464fd400f930a1))

### [3.1.5](https://github.com/goblindegook/littlefoot/compare/v3.1.4...v3.1.5) (2019-10-07)

### [3.1.4](https://github.com/goblindegook/littlefoot/compare/v3.1.3...v3.1.4) (2019-10-07)

### [3.1.3](https://github.com/goblindegook/littlefoot/compare/v3.1.2...v3.1.3) (2019-09-02)


### Bug Fixes

* use initial font-style in footnote content ([c843357](https://github.com/goblindegook/littlefoot/commit/c843357))
- use initial font-style in footnote content ([c843357](https://github.com/goblindegook/littlefoot/commit/c843357))

### [3.1.2](https://github.com/goblindegook/littlefoot/compare/v3.1.1...v3.1.2) (2019-08-17)


### Bug Fixes

* improved backlink reference detection ([21941d1](https://github.com/goblindegook/littlefoot/commit/21941d1)), closes [#25](https://github.com/goblindegook/littlefoot/issues/25)
- improved backlink reference detection ([21941d1](https://github.com/goblindegook/littlefoot/commit/21941d1)), closes [#25](https://github.com/goblindegook/littlefoot/issues/25)

### [3.1.1](https://github.com/goblindegook/littlefoot/compare/v3.1.0...v3.1.1) (2019-08-17)


### Bug Fixes

* footnote reference wrapping elements not properly cleared ([1715727](https://github.com/goblindegook/littlefoot/commit/1715727)), closes [#25](https://github.com/goblindegook/littlefoot/issues/25)
- footnote reference wrapping elements not properly cleared ([1715727](https://github.com/goblindegook/littlefoot/commit/1715727)), closes [#25](https://github.com/goblindegook/littlefoot/issues/25)

## [3.1.0](https://github.com/goblindegook/littlefoot/compare/v3.0.0...v3.1.0) (2019-08-17)


### Bug Fixes

* preserves empty tags and [] in footnote body ([90bee24](https://github.com/goblindegook/littlefoot/commit/90bee24)), closes [#25](https://github.com/goblindegook/littlefoot/issues/25)

- preserves empty tags and [] in footnote body ([90bee24](https://github.com/goblindegook/littlefoot/commit/90bee24)), closes [#25](https://github.com/goblindegook/littlefoot/issues/25)

### Features

* strips backlink and its enclosing tags from the footnote body ([4ff80af](https://github.com/goblindegook/littlefoot/commit/4ff80af)), closes [#25](https://github.com/goblindegook/littlefoot/issues/25)
- strips backlink and its enclosing tags from the footnote body ([4ff80af](https://github.com/goblindegook/littlefoot/commit/4ff80af)), closes [#25](https://github.com/goblindegook/littlefoot/issues/25)

## [3.0.0](https://github.com/goblindegook/littlefoot/compare/v2.0.3...v3.0.0) (2019-08-14)


### ⚠ BREAKING CHANGES

* This change removes a partial check for existing footnote-like elements in the
document, which adjusted the ID of new footnotes to prevent collisions (an unlikely scenario).
- This change removes a partial check for existing footnote-like elements in the
document, which adjusted the ID of new footnotes to prevent collisions (an unlikely scenario).

### Bug Fixes

* footnote detection whose links contain a URL before the fragment ([2e24293](https://github.com/goblindegook/littlefoot/commit/2e24293)), closes [#24](https://github.com/goblindegook/littlefoot/issues/24)

- footnote detection whose links contain a URL before the fragment ([2e24293](https://github.com/goblindegook/littlefoot/commit/2e24293)), closes [#24](https://github.com/goblindegook/littlefoot/issues/24)

* change internal footnote model, create popovers on setup ([728e485](https://github.com/goblindegook/littlefoot/commit/728e485))
- change internal footnote model, create popovers on setup ([728e485](https://github.com/goblindegook/littlefoot/commit/728e485))

## [2.0.3](https://github.com/goblindegook/littlefoot/compare/v2.0.2...v2.0.3) (2019-07-15)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "littlefoot",
"description": "Footnotes without the footprint.",
"version": "3.4.1",
"version": "4.0.0-0",
"sideEffects": false,
"license": "MIT",
"repository": "goblindegook/littlefoot",
Expand Down

0 comments on commit c3b119d

Please sign in to comment.