Releases: fuelviews/laravel-responsive-images
Release v0.0.6
Changes in this Release:
Development
Updates the Dependabot metadata action in the .github/workflows/dependabot-auto-pr.yml
file from version v1.1.1
to v1.6.0
.
The motivation behind this change is to benefit from the improvements and bug fixes introduced in the newer version of the action. By using the latest version of the Dependabot metadata action, we can ensure that our automated PRs for dependency updates are handled more effectively and efficiently.
Overall, this change improves the project by keeping our dependency management processes up to date and taking advantage of the latest features and enhancements provided by Dependabot.
Release v0.0.5
Changes in this Release:
Development
Includes several changes that improve the project:
-
In the
.github/dependabot.yml
file, thetarget-branch
has been added to specify the development branch. This helps in keeping the development branch up to date with the latest dependencies. -
In the
.github/workflows/auto-release.yml
file, the version bumping and tag pushing action has been updated to use a newer version of theanothrNick/github-tag-action
action. This ensures that the correct version is tagged and released when a pull request is closed, improving the accuracy of our release process. -
In the
.github/workflows/dependabot-auto-pr.yml
file, thetypes
value for thepull_request
event has been modified to include only theopened
type. This ensures that only opened pull requests trigger the automatic merge action, reducing unnecessary actions for closed pull requests. -
The
.idea/laravel-responsiveimages.iml
file has been removed. This file is not necessary for the project and can be safely deleted. -
In the
composer.json
file, the package name has been updated fromfuelviews/laravel-responsiveimages
tofuelviews/laravel-responsive-images
. This aligns with naming conventions and improves consistency across the project.
These changes collectively enhance the project's development process, maintain the integrity of dependencies, and improve the accuracy of version tagging and releasing.
Release v0.0.4
Changes in this Release:
Add responsive image component and blade template.
Adds a responsive image component and a blade template to the project.
The changes include:
- Addition of a responsive image component that allows images to adapt to different screen sizes and resolutions.
- Addition of a blade template that can be used to easily render responsive images in HTML views.
- Addition of fallback support to webp images
These changes improve the project by providing a convenient and efficient way to handle responsive images. With the responsive image component and blade template, developers can ensure that images are displayed optimally across different devices and screen sizes, resulting in a better user experience.
Overall, this addition enhances the project's responsiveness and usability.
v0.0.3
What's Changed
- Chore: Refactor DX, add support for attributes, add basic defaults. by @skyjebus in #8
Full Changelog: v.0.0.2...v0.0.3
v0.0.2
What's Changed
- Update README.md by @sweatybreeze in #7
New Contributors
- @sweatybreeze made their first contribution in #7
Full Changelog: v.0.0.1...v0.0.2
v0.0.1
What's Changed
- Feature: setup basic image component test by @skyjebus in #1
- Feature: allow tests to be published by @skyjebus in #2
- Chore: Update README.md by @skyjebus in #3
- Chore: decouple image path & dimensions by @skyjebus in #4
- Chore: Update README.md by @skyjebus in #5
- Update responsive-images.blade.php by @skyjebus in #6
New Contributors
- @skyjebus made their first contribution in #1
Full Changelog: https://github.com/fuelviews/laravel-responsiveimages/commits/v.0.0.1