Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

124 lines (67 loc) · 3.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.1.0 - 2024-04-16

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #33
  • update background & text color placeholder by @jyrkidn in #34

Full Changelog: https://github.com/codedor/filament-media-library/compare/v1.0.14...v1.1.0

v1.0.14 - 2024-03-28

What's Changed

  • Fix title issues, refs #FIL001-109 by @Thomva in #28
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #27
  • Bump ramsey/composer-install from 1 to 3 by @dependabot in #25
  • Small layout upgrades by @Katrienvh in #26

New Contributors

  • @Katrienvh made their first contribution in #26

Full Changelog: https://github.com/codedor/filament-media-library/compare/v1.0.13...v1.0.14

v1.0.13 - 2024-02-09

What's Changed

  • Feature/fil001 106 fix lazyload by @Thomva in #23
  • add title on image in media library by @DevolderLouise in #22

Full Changelog: https://github.com/codedor/filament-media-library/compare/v1.0.12...v1.0.13

v1.0.12 - 2024-01-29

Full Changelog: https://github.com/codedor/filament-media-library/compare/v1.0.11...v1.0.12

v1.0.10 - 2024-01-26

Full Changelog: https://github.com/codedor/filament-media-library/compare/v1.0.9...v1.0.10

v1.0.7 - 2023-12-26

What's Changed?

  • Stying for the buttons on the media picker

v1.0.4 - 2023-12-13

Fixed

  • Also generate webp formats when formatting using the tool

v0.3.6 - 2023-11-02

What's changed?

Updated resource picker to new version

v0.3.5 - 2023-10-25

#What's changed?

  • Search on name + extension
  • Added disk filter
  • Removed private files from resource picker

v0.3.4 - 2023-09-29

What's changed?

Fixed

  • Rewrote the way we fetch allowed formats, this gave issue sin the settings module

v0.3.3 - 2023-09-28

What's changed

Fixed

  • Resource picker not picking attachments correctly in nested modals

v0.3.2 - 2023-09-21

What's changed

Fixed

  • Removed empty space caused by the modals at the bottom of all Filament pages

v0.3.1 - 2023-09-21

What's changed

Fixed

  • Don't show formatter when there are no formats to format in the formatter

v0.3.0 - 2023-09-21

What's changed

Added

  • Added resource picker
  • Reworked the way formats are registered

v0.2.0 - 2023-08-30

What's Changed

  • Removed the Models facade in favor of the Formats facade

Full Changelog: https://github.com/codedor/filament-media-library/commits/v0.2.0

[Unreleased]