Releases: siku2/rust-monaco
Releases · siku2/rust-monaco
Version 0.5.0
What's Changed
- chore: upgrade to yew 0.21 by @ctron in #45
- Refactor examples to yew 0.21 by @b0x-Cub3d in #47
- add typescript/javascript worker by @Datron in #57
New Contributors
Full Changelog: v0.4.0...v0.5.0
Version 0.4.0
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_themecan throw exceptions (e.g. when the theme is invalid) by @wkordalski in #26- Upgrade yew to 0.20 by @spanishpear in #29
- Add missing
moduleandjs_namespaceannotations tolanguagesbinding by @abesto in #30 - Fix (?)
CodeEditorLinkby @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
- @wkordalski made their first contribution in #10
- @da-x made their first contribution in #15
- @max-sixty made their first contribution in #21
- @hamza1311 made their first contribution in #24
- @spanishpear made their first contribution in #29
- @abesto made their first contribution in #30
- @joshuataylor made their first contribution in #33
- @b0x-Cub3d made their first contribution in #38
Full Changelog: v0.2.0...v0.4.0
Version 0.2.0
- Misc. improvements to the Yew component
- Add
scroll_beyond_last_lineoption (#7)