Skip to content

Commit

Permalink
Merge branch 'release/0.2.49'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed May 27, 2024
2 parents 3ddba4c + eb1de33 commit ffe86cb
Show file tree
Hide file tree
Showing 44 changed files with 8,319 additions and 7,714 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>studiometa/renovate"
]
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [v0.2.49](https://github.com/studiometa/ui/compare/0.2.48..0.2.49) (2024-05-27)

### Added

- **Demos:** Add a Navbar component ([#198](https://github.com/studiometa/ui/pull/198))
- Add a `IconList` molecule who displays a list of clickable icons ([#201](https://github.com/studiometa/ui/pull/201))
- Add a `ignore_missing` option to the `IconInline` and `IconInlineImg` components to avoid empty tag printing ([#201](https://github.com/studiometa/ui/pull/201))
- Add the `icon_attr` option on the `Button` to pass attr directly to the `IconInline` component ([#201](https://github.com/studiometa/ui/pull/201))
- Add some brand new 24x24 svg icons : at, copy, instagram, link, linkedin, mail, phone, pinterest, tiktok, whatsapp, x ([#201](https://github.com/studiometa/ui/pull/201))

### Changed

- `Button` component now use `IconInline` instead of the deprecated `Icon` component. ([#201](https://github.com/studiometa/ui/pull/201))
- Globe and Facebook svg icons have now a dimension of 24x24 ([#201](https://github.com/studiometa/ui/pull/201))
- Twitter svg icon is now a symlink to X and have a dimension of 24x24 ([#201](https://github.com/studiometa/ui/pull/201))

### Dependencies

- Update dependency @iconify-json/octicon to v1.1.54 ([6599061](https://github.com/studiometa/ui/commits/6599061))
- Update dependency esbuild to ^0.21.0 ([777f416](https://github.com/studiometa/ui/commits/777f416))
- Update dependency oxlint to ^0.4.0 ([f3905cb](https://github.com/studiometa/ui/commits/f3905cb))
- Update dependency studiometa/twig-toolkit to v1.3.6 ([63b6ce8](https://github.com/studiometa/ui/commits/63b6ce8))
- Update dependency twig/twig to v3.10.2 ([99164e3](https://github.com/studiometa/ui/commits/99164e3))
- Update dependency twig/twig to v3.10.3 ([1bbdf25](https://github.com/studiometa/ui/commits/1bbdf25))
- Update dependency unplugin-icons to ^0.19.0 ([f0f7833](https://github.com/studiometa/ui/commits/f0f7833))
- Update dependency vitepress to v1.1.4 ([c0d951e](https://github.com/studiometa/ui/commits/c0d951e))
- Update dependency vitepress to v1.2.2 ([37afc6f](https://github.com/studiometa/ui/commits/37afc6f))

## [v0.2.48](https://github.com/studiometa/ui/compare/0.2.47..0.2.48) (2024-04-17)

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studiometa/ui",
"version": "0.2.48",
"version": "0.2.49",
"description": "A set of opiniated, unstyled and accessible components.",
"license": "MIT",
"require": {
Expand Down
Loading

0 comments on commit ffe86cb

Please sign in to comment.