Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@siku2 siku2 released this 02 Sep 13:12
· 5 commits to main since this release

What's Changed

  • Allow for passing function generating line numbers in editor options by @wkordalski in #10
  • feat: migrate to yew 0.19 by @ctron in #12
  • Fix build script that build JS files. by @wkordalski in #13
  • Update Monaco to 0.32.1 by @wkordalski in #14
  • Update yew example to 0.19 by @da-x in #15
  • editor: add more Default for structs by @da-x in #16
  • Allow for debug and production builds of Monaco JS files by @wkordalski in #17
  • Allow full options on Editor by @max-sixty in #21
  • Add editor option for automatic_layout by @hamza1311 in #24
  • Take a prop for classes in the Yew component instead of hard-coding styles by @hamza1311 in #25
  • define_theme can throw exceptions (e.g. when the theme is invalid) by @wkordalski in #26
  • Upgrade yew to 0.20 by @SpanishPear in #29
  • Add missing module and js_namespace annotations to languages binding by @abesto in #30
  • Fix (?) CodeEditorLink by @abesto in #31
  • Add examples for yew showing keymapping and button usage by @joshuataylor in #33
  • build: fix a build warning about duplicate packages when using as git… by @ctron in #37
  • Example for Yew Model Decorations by @b0x-Cub3d in #38

New Contributors

Full Changelog: v0.2.0...v0.4.0