@operato/markdown
Advanced tools
Comparing version 9.0.0-beta.13 to 9.0.0-beta.14
@@ -6,2 +6,11 @@ # Change Log | ||
## [9.0.0-beta.14](https://github.com/hatiolab/operato/compare/v9.0.0-beta.13...v9.0.0-beta.14) (2025-01-27) | ||
### :rocket: New Features | ||
* module property-panel ([d78e4cf](https://github.com/hatiolab/operato/commit/d78e4cf7080b95fa74e61b42094b9f3f59f1409b)) | ||
## [9.0.0-beta.13](https://github.com/hatiolab/operato/compare/v9.0.0-beta.12...v9.0.0-beta.13) (2025-01-25) | ||
@@ -8,0 +17,0 @@ |
import { LitElement, PropertyValues, TemplateResult } from 'lit'; | ||
import { DirectiveResult } from 'lit-html/directive'; | ||
import { DirectiveResult } from 'lit-html/directive.js'; | ||
export declare class OxMarkdown extends LitElement { | ||
@@ -4,0 +4,0 @@ static styles: import("lit").CSSResult[]; |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "9.0.0-beta.13", | ||
"version": "9.0.0-beta.14", | ||
"type": "module", | ||
@@ -46,3 +46,3 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@operato/styles": "^9.0.0-beta.11", | ||
"@operato/styles": "^9.0.0-beta.14", | ||
"lit": "^3.1.2", | ||
@@ -84,3 +84,3 @@ "marked": "^4.0.7" | ||
}, | ||
"gitHead": "3c810965eed02739271455089bd931ec25517195" | ||
"gitHead": "cf201f3ddd1bf2482959e4bc1b149871c33f28e2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
110598