-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,39 +6,51 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
- **Hero** | ||
- Add a hero components `hero` ([ce2c71d](https://github.com/studiometa/ui/commit/ce2c71d) | ||
|
||
## v0.2.23 (2022-11-17) | ||
|
||
### Added | ||
|
||
- **FigureTwicpics:** | ||
- Add support for Twicpics placeholders ([6c55dbe](https://github.com/studiometa/ui/commit/6c55dbe)) | ||
|
||
### Fixed | ||
|
||
- Fix dead links in the docs preventing build ([e10257b](https://github.com/studiometa/ui/commit/e10257b)) | ||
- **FigureTwicpics:** | ||
- Fix a bug where image were loaded multiple times ([a3480ca](https://github.com/studiometa/ui/commit/a3480ca)) | ||
|
||
## v0.2.22 (2022-11-17) | ||
|
||
### Fixed | ||
|
||
- **FigureTwicpics:** | ||
- Fix potential infinite loop in Twig template ([90e3a6e](https://github.com/studiometa/ui/commit/90e3a6e)) | ||
|
||
### Changed | ||
|
||
- Update studiometa/twig-toolkit 1.3.0 → 1.3.1 ([ed74555](https://github.com/studiometa/ui/commit/ed74555)) | ||
|
||
## v0.2.21 (2022-11-17) | ||
|
||
### Fixed | ||
|
||
- Fix test failing following renaming of `FigureTwicPics` in `FigureTwicpics` ([#92](https://github.com/studiometa/ui/pull/92)) | ||
|
||
## v0.2.20 (2022-11-17) | ||
|
||
### Added | ||
|
||
- **FigureTwicpics** | ||
- Add a Twig template to enable usage of Twicpics API without lazyload ([#91](https://github.com/studiometa/ui/pull/91)) | ||
- **Twig Extension** | ||
- Add a `twig_toolkit_url` function from [studiometa/[email protected]](https://github.com/studiometa/twig-toolkit/releases/tag/1.3.0) ([#91](https://github.com/studiometa/ui/pull/91)) | ||
|
||
### Fixed | ||
|
||
- **FigureTwicpics** | ||
- Fix the source not updating on window resize ([#91](https://github.com/studiometa/ui/pull/91)) |