@lynx-js/web-elements 0.12.1 → 0.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lynx-js/web-elements
2
2
 
3
+ ## 0.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: xmarkdown create img incorrectly ([#2540](https://github.com/lynx-family/lynx-stack/pull/2540))
8
+
3
9
  ## 0.12.1
4
10
 
5
11
  ### Patch Changes
@@ -936,6 +936,7 @@ let XMarkdownAttributes = (() => {
936
936
  }
937
937
  else {
938
938
  root.innerHTML = sanitizeHtml(preprocessInlineView(renderMarkdown(parser, visible)));
939
+ this.#injectInlineViews(root);
939
940
  }
940
941
  this.#appendTypewriterCursor(root);
941
942
  this.#applyPostRenderPolicies(root);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-elements",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",