Skip to content

Latest commit

 

History

History
148 lines (78 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

148 lines (78 loc) · 1.97 KB

oc-vite-compiler

3.8.5

Patch Changes

  • Add servererror util and make htmlrender of id stronger

3.8.4

Patch Changes

  • pick element from data-id

3.8.3

Patch Changes

  • Pass element to getsettings

3.8.2

Patch Changes

  • Fix passing id when rerender

3.8.1

Patch Changes

  • Update vite to oc-vite

3.8.0

Minor Changes

  • abdda37: Update vite

Patch Changes

  • f64af50: Fix sending arrays or non-objects on actions
  • Updated dependencies [abdda37]

3.7.2

Patch Changes

  • Fix initial data closure by always recreating component closure

3.7.1

Patch Changes

  • 7e41a55: Ignore cjs warnings

3.7.0

Minor Changes

  • Update to vite 5.1

Patch Changes

3.6.3

Patch Changes

3.6.2

Patch Changes

  • Fix checking server exports without making rollup angry

3.6.1

Patch Changes

  • 5008296: Fix SSR for all new templates

3.6.0

Minor Changes

  • 78b3bdc: Add option to describe your own externals in your package.json over oc.files.template.externals

3.5.8

Patch Changes

  • 989cdd6: Use default viewwrapper instead of custom for es6

3.5.7

Patch Changes

  • ab79d18: Add id prop to getSettings function

3.5.6

Patch Changes

  • Fix default view wrapper import

3.5.4

Patch Changes

3.5.3

Patch Changes

  • f053326: Destruct props on default view wrapper

3.5.2

Patch Changes

  • bed46b0: Update templates and ignore CJS warnings on vite compiler

3.5.1

Patch Changes

  • 7b9d492: Fix ES6 template by passing htmlTemplate param to compiler

3.5.0

Minor Changes

  • 91385c0: Add getInitialData and getSettings to oc-server and compiler

3.4.0

Minor Changes

  • ffdeefb: Fix SSR for Vite compiler on React, adapt the rest