Skip to content

Commit

Permalink
renamed imports when transpiling #594
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed May 2, 2024
1 parent bdd1ad1 commit 9937f59
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 197 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ Go to the `v1` branch to see the changelog of Lume 1.

### Changed
- For better predictability, the `_cache` folder is generated in the root folder, instead of `src` folder.
- Simplified Esbuild plugin.

### Deprecated
- `liquid` plugin. It never worked fine with `search.pages()` [#600].

### Fixed
- Updated dependencies: `unocss`, `liquid`, `postcss-nesting`, `terser`, `xml`, `react`, `std`, `sass`, `preact`.
- FFF plugin: fix `getGitDate` priority [#603].
- Esbuild plugin: resolve bare specifiers mapped to `npm:`.
- Esbuild plugin:
- Resolve bare specifiers mapped to `npm:`.
- Renamed imports to `.js` when bundle is `false` [#594].

## [2.1.4] - 2024-04-17
### Added
Expand Down Expand Up @@ -359,6 +362,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
[#585]: https://github.com/lumeland/lume/issues/585
[#589]: https://github.com/lumeland/lume/issues/589
[#591]: https://github.com/lumeland/lume/issues/591
[#594]: https://github.com/lumeland/lume/issues/594
[#598]: https://github.com/lumeland/lume/issues/598
[#599]: https://github.com/lumeland/lume/issues/599
[#600]: https://github.com/lumeland/lume/issues/600
Expand Down

0 comments on commit 9937f59

Please sign in to comment.