diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2359984 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Ignore everything unnecessary to reduce vendor sizes +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/.scrutinizer.yml export-ignore +/.styleci.yml export-ignore +/tests export-ignore +/.editorconfig export-ignore +/docs export-ignore +/webpack.mix.js export-ignore +/package-lock.json export-ignore +/.prettierrc export-ignore +/resources/css/ export-ignore +/resources/js/ export-ignore +/tailwind.config.js export-ignore +/webpack.mix.js export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index 88c3af9..d038ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.0.8] - 24-07-2023 + +### Changed + +- Improved .gitattributes to reduce vendor size + +## [4.0.7] - 23-02-2023 + +### Changed + +- Added check in `handleChange` to call `emitChanges` if `hasRemoved` is true, to ensure changes are emitted after a filter removal. + ## [4.0.6] - 21-10-2022 ### Changed