Skip to content

0.0.6

Compare
Choose a tag to compare
@saraedum saraedum released this 30 Jul 04:06
· 61 commits to master since this release

Added:

  • Added equivalent implementations to the official vuejs.org tutorial to examples/.
  • Added function to expose lifecycle hooks, such as on_mounted, to the Python pyodide API.
  • Added function to expose reactive() to the Python pyodide API.
  • Added String, Number, Boolean, Array, Object, Date, Function, Symbol to ipymuvue.pyodide.vue and support for type constraints in props.

Fixed:

  • Fixed writing to wrapped arrays in the pyodide API.
  • Allow watching non-callable reactive items directly in the pyodide API.