Skip to content

Releases: fuelviews/laravel-responsive-images

Release v0.0.6

28 Nov 23:50
1a1f929
Compare
Choose a tag to compare

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

10 Nov 21:43
5128e1d
Compare
Choose a tag to compare

Changes in this Release:

Development
Includes several changes that improve the project:

  1. In the .github/dependabot.yml file, the target-branch has been added to specify the development branch. This helps in keeping the development branch up to date with the latest dependencies.

  2. In the .github/workflows/auto-release.yml file, the version bumping and tag pushing action has been updated to use a newer version of the anothrNick/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.

  3. In the .github/workflows/dependabot-auto-pr.yml file, the types value for the pull_request event has been modified to include only the opened type. This ensures that only opened pull requests trigger the automatic merge action, reducing unnecessary actions for closed pull requests.

  4. The .idea/laravel-responsiveimages.iml file has been removed. This file is not necessary for the project and can be safely deleted.

  5. In the composer.json file, the package name has been updated from fuelviews/laravel-responsiveimages to fuelviews/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

10 Nov 21:05
8542282
Compare
Choose a tag to compare

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

08 Oct 20:49
832b191
Compare
Choose a tag to compare

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

08 Oct 19:19
bca21c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.0.0.1...v0.0.2

v0.0.1

08 Oct 18:09
a52ba71
Compare
Choose a tag to compare

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