# Changelog 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). ## [Unreleased] ## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.11...farmfe_plugin_static_assets-v0.0.12) - 2024-10-31 ### Added - add assets mode for asset path generate ([#1852](https://github.com/farm-fe/farm/pull/1852)) ### Fixed - css resolving issue ([#1834](https://github.com/farm-fe/farm/pull/1834)) ### Other - simplify string formatting for readability ([#1828](https://github.com/farm-fe/farm/pull/1828)) - remove `query_string` when `emit_file` to `resource_map` in `plugin_static_assets` ([#1746](https://github.com/farm-fe/farm/pull/1746)) ## [0.0.11](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.10...farmfe_plugin_static_assets-v0.0.11) - 2024-07-25 ### Added - support targetEnv library library-browser/node ([#1656](https://github.com/farm-fe/farm/pull/1656)) ## [0.0.10](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.9...farmfe_plugin_static_assets-v0.0.10) - 2024-07-19 ### Other - updated the following local packages: farmfe_core ## [0.0.9](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.8...farmfe_plugin_static_assets-v0.0.9) - 2024-07-15 ### Other - updated the following local packages: farmfe_core ## [0.0.8](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.7...farmfe_plugin_static_assets-v0.0.8) - 2024-05-28 ### Fixed - cache issues ([#1301](https://github.com/farm-fe/farm/pull/1301)) ## [0.0.7](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.6...farmfe_plugin_static_assets-v0.0.7) - 2024-05-09 ### Other - updated the following local packages: farmfe_core, farmfe_toolkit ## [0.0.6](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.5...farmfe_plugin_static_assets-v0.0.6) - 2024-04-13 ### Fixed - public resources have not been added publicPath prefix ([#1174](https://github.com/farm-fe/farm/pull/1174)) ## [0.0.5](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.4...farmfe_plugin_static_assets-v0.0.5) - 2024-04-09 ### Fixed - static assets transform and sass import watch ([#1145](https://github.com/farm-fe/farm/pull/1145)) ## [0.0.4](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.3...farmfe_plugin_static_assets-v0.0.4) - 2024-04-08 ### Other - Chore/example vue2 ([#1127](https://github.com/farm-fe/farm/pull/1127)) ## [0.0.3](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.2...farmfe_plugin_static_assets-v0.0.3) - 2024-04-01 ### Other - updated the following local packages: farmfe_core, farmfe_testing_helpers ## [0.0.2](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.1...farmfe_plugin_static_assets-v0.0.2) - 2024-03-24 ### Fixed - vite project migration issues ([#1060](https://github.com/farm-fe/farm/pull/1060)) ### Other - Feat/update readme ([#1028](https://github.com/farm-fe/farm/pull/1028)) ## [0.0.1](https://github.com/farm-fe/farm/releases/tag/farmfe_plugin_static_assets-v0.0.1) - 2024-03-12 ### Added - Support persistent cache and incremental building ([#476](https://github.com/farm-fe/farm/pull/476)) - support resolve @import and url() dependencies for css ([#367](https://github.com/farm-fe/farm/pull/367)) - add string when generate css id and change query HashMap to Vec… ([#90](https://github.com/farm-fe/farm/pull/90)) - support sourcemap ([#77](https://github.com/farm-fe/farm/pull/77)) ### Fixed - vue bugs ([#973](https://github.com/farm-fe/farm/pull/973)) - vite migrate bugs ([#912](https://github.com/farm-fe/farm/pull/912)) - [#787](https://github.com/farm-fe/farm/pull/787) [#794](https://github.com/farm-fe/farm/pull/794) [#785](https://github.com/farm-fe/farm/pull/785) ([#800](https://github.com/farm-fe/farm/pull/800)) - [#774](https://github.com/farm-fe/farm/pull/774) ([#777](https://github.com/farm-fe/farm/pull/777)) - [#769](https://github.com/farm-fe/farm/pull/769) ([#773](https://github.com/farm-fe/farm/pull/773)) - fix [#760](https://github.com/farm-fe/farm/pull/760) [#761](https://github.com/farm-fe/farm/pull/761) ([#765](https://github.com/farm-fe/farm/pull/765)) - [#685](https://github.com/farm-fe/farm/pull/685) ([#687](https://github.com/farm-fe/farm/pull/687)) - bugs when migrate from vite to farm ([#665](https://github.com/farm-fe/farm/pull/665)) - issue [#652](https://github.com/farm-fe/farm/pull/652) ([#655](https://github.com/farm-fe/farm/pull/655)) - static assets loading issue when public path is empty ([#568](https://github.com/farm-fe/farm/pull/568)) - public path issue for css and static assets ([#561](https://github.com/farm-fe/farm/pull/561)) ### Other - publish crates - bump 1.0.0-beta ([#1011](https://github.com/farm-fe/farm/pull/1011)) - ready to release 1.0.0-beta ([#936](https://github.com/farm-fe/farm/pull/936)) - preserve query and hash for static assets ([#915](https://github.com/farm-fe/farm/pull/915)) - update deps ([#740](https://github.com/farm-fe/farm/pull/740)) - resource pot render ([#675](https://github.com/farm-fe/farm/pull/675)) - *(*)* apply some lint suggestions ([#474](https://github.com/farm-fe/farm/pull/474)) - Feat/opt entry output ([#381](https://github.com/farm-fe/farm/pull/381)) - Feat/static assets ([#61](https://github.com/farm-fe/farm/pull/61))