Skip to content

Releases: siku2/rust-monaco

Version 0.5.0

05 Oct 22:35
049bf79

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

Version 0.4.0

02 Sep 13:12

Choose a tag to compare

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

Version 0.2.0

09 Jun 18:59
1412b80

Choose a tag to compare

  • Misc. improvements to the Yew component
  • Add scroll_beyond_last_line option (#7)