stable
Clone or download
Read-only
request #23401 lit-html: 1.4.1 -> 2.0.2
Changelogs: https://github.com/lit/lit/releases/tag/lit%402.0.0 https://github.com/lit/lit/releases/tag/lit%402.0.1 https://github.com/lit/lit/releases/tag/lit%402.0.2 Change-Id: I3a8c2d4f2534bdd528272c97b8bf1b1fe5c3be05
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/roadmap/package.json | +1 | −1 | Go to diff View file |
M | plugins/roadmap/pnpm-lock.yaml | +29 | −4 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/dev-arrows/index-arrows.ts | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/package.json | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/pnpm-lock.yaml | +29 | −4 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaRenderer.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/commonmark-syntax-helper.ts | +105 | −103 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/FormatHiddenInput.test.ts | +6 | −5 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/FormatHiddenInput.ts | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/FormatSelect.test.ts | +14 | −22 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/FormatSelect.ts | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/PreviewArea.test.ts | +13 | −12 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/PreviewArea.ts | +4 | −4 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/PreviewEditButton.test.ts | +5 | −4 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/PreviewEditButton.ts | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/SyntaxHelpButton.test.ts | +3 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/SyntaxHelpButton.ts | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/TextArea.ts | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/__snapshots__/SyntaxHelpButton.test.ts.snap | +113 | −123 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/lit-html-adapter.test.ts | +32 | −33 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/lit-html-adapter.ts | +6 | −4 | Go to diff View file |
A | plugins/tracker/scripts/lib/rich-text-editor/src/test-helper.ts | +25 | −0 | Go to diff View file |
M | src/scripts/lib/list-picker/package.json | +1 | −1 | Go to diff View file |
M | src/scripts/lib/list-picker/pnpm-lock.yaml | +29 | −4 | Go to diff View file |
M | src/scripts/lib/list-picker/src/helpers/templates/list-picker-element-badge-creator.test.ts | +3 | −3 | Go to diff View file |
M | src/scripts/lib/list-picker/src/helpers/templates/list-picker-element-badge-creator.ts | +6 | −6 | Go to diff View file |
M | src/scripts/lib/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.test.ts | +6 | −6 | Go to diff View file |
M | src/scripts/lib/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.ts | +3 | −3 | Go to diff View file |
M | src/scripts/lib/list-picker/src/items/ItemsMapManager.test.ts | +2 | −2 | Go to diff View file |
M | src/scripts/lib/list-picker/src/items/ListItemMapBuilder.test.ts | +2 | −2 | Go to diff View file |
M | src/scripts/lib/list-picker/src/items/ListItemMapBuilder.ts | +3 | −3 | Go to diff View file |
M | src/scripts/lib/list-picker/src/renderers/DropdownContentRenderer.test.ts | +12 | −5 | Go to diff View file |
M | src/scripts/lib/list-picker/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap | +1 | −1 | Go to diff View file |
M | src/scripts/lib/list-picker/src/selection/MultipleSelectionManager.ts | +1 | −1 | Go to diff View file |
M | src/scripts/lib/list-picker/src/selection/SingleSelectionManager.ts | +1 | −1 | Go to diff View file |
M | src/scripts/lib/list-picker/src/type.ts | +1 | −1 | Go to diff View file |
M | src/scripts/lib/list-picker/vite.config.ts | +6 | −6 | Go to diff View file |
M | src/www/tlp-doc/resources/forms/list-picker/doc.html | +2 | −2 | Go to diff View file |
M | src/www/tlp-doc/resources/forms/multi-list-picker/doc.html | +2 | −2 | Go to diff View file |
M | tests/jest/jest.base.config.js | +4 | −4 | Go to diff View file |