Merged
Conversation
Initial implementation of `dnn-monaco-editor`
Some revisions to dnn-monaco-editor
This makes it so consumers can simply use <dnn-monacor-editor /> without any special setup
Simplifies monaco editor instanciation
Resolve absolute module path issues with license checker
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [deep-object-diff](https://github.com/mattphillips/deep-object-diff) from 1.1.7 to 1.1.9. - [Release notes](https://github.com/mattphillips/deep-object-diff/releases) - [Commits](https://github.com/mattphillips/deep-object-diff/commits) --- updated-dependencies: - dependency-name: deep-object-diff dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 2.18.1 to 2.19.3. - [Release notes](https://github.com/ionic-team/stencil/releases) - [Changelog](https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md) - [Commits](stenciljs/core@v2.18.1...v2.19.3) --- updated-dependencies: - dependency-name: "@stencil/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Implement monaco editor
…p-object-diff-1.1.9 Bump deep-object-diff from 1.1.7 to 1.1.9
…der-utils-1.4.2 Bump loader-utils from 1.4.0 to 1.4.2
…ncil/core-2.19.3 Bump @stencil/core from 2.18.1 to 2.19.3
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.33.0 to 0.34.1. - [Release notes](https://github.com/microsoft/monaco-editor/releases) - [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/monaco-editor/commits) --- updated-dependencies: - dependency-name: monaco-editor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…aco-editor-0.34.1 Bump monaco-editor from 0.33.0 to 0.34.1
This copies some assets needed on the page level and loads them in the page head if the editor is used on the page. The monaco css also requires a font and it is expected to live in a very specific relative path so files need to be manually copied into specific folders. It also looks like a full build was not run before the beta release, so some docs were not auto-generated on other components earlier. Also I added a new method to allow consumers to change the code content after the component is already loaded.
More monaco fixes
Fixed class name for `dnn-monaco-editor`
The version of GitVersion that was used targetted .Net 5 and Github recently removed that version from runners. This attempts to upgrade GitVersion to see if it now targets .Net 6
Updates GitVersion
…dn-prop Implemented loading `codicon.ttf` from CDN and local
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Releases v0.16.0