Skip to content

Latest commit

 

History

History
136 lines (59 loc) · 5.31 KB

CHANGELOG.md

File metadata and controls

136 lines (59 loc) · 5.31 KB

0.5.0 (2024-07-15)

Features

0.4.4 (2024-06-18)

Bug Fixes

  • webpack: exclude node_modules path in rule evaluation conditions (bf06b43)

0.4.3 (2024-06-04)

Bug Fixes

  • fix issues when inject CSS imports in Vue SFCs (6a9eddd)

0.4.2 (2024-06-04)

Bug Fixes

  • webpack4: fix import statement for locale files (d9ef06f)

0.4.1 (2024-06-03)

Bug Fixes

  • resolve issue with applying styles to Vue SFCs (c21b0f7)

0.4.0 (2024-06-03)

Features

  • ensure compatibility with Univer version 0.1.13 and above (b24a561)

0.3.5 (2024-05-16)

Bug Fixes

0.3.4 (2024-05-16)

Features

  • add Russian (ruRU) locale support (cfdf09d)

0.3.3 (2024-05-11)

Bug Fixes

  • webpack: add environment check to skip plugin execution in Node.js for Next.js compatibility (a6e305d)

0.3.2 (2024-03-21)

0.3.1 (2024-03-21)

Features

  • extend onLoad filter to include .svelte and .astro files in build process (c75bce8)

0.3.0 (2024-02-27)

Bug Fixes

  • change locale file names and variable names (#4) (1ecee3d)
  • fix variable name (d86e4a2)

Features

0.2.6 (2024-02-23)

0.2.5 (2024-02-23)

Bug Fixes

  • fix lint (4b2d3b2)
  • rename UniverPluginOptions to IUniverPluginOptions (9cd31a0)

0.2.4 (2024-02-22)

Bug Fixes

  • esbuild-plugin: ensure build.onResolve filter is a RegExp in esbuild configuration (4014a7d)

0.2.3 (2024-02-22)

Bug Fixes

  • esbuild-plugin: handle undefined pluginOptions with default object in destructuring assignment (8d1c0c1)

0.2.2 (2024-02-22)

Bug Fixes

  • bundle: include missing dependencies (ce23ad9)

Features

0.2.1 (2024-02-22)

Bug Fixes

  • bundle: include missing dependencies (00217db)

0.2.0 (2024-02-22)

Features