Skip to content

Commit

Permalink
Up to 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Bourdon committed Mar 15, 2022
1 parent 2c357f1 commit dbfd914
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 41 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.1.3

- Cannot Switch Between Different Markdown File Freely [858](https://github.com/evilz/vscode-reveal/issues/858)
- Custom themes applying inconsistently [852](https://github.com/evilz/vscode-reveal/issues/852)
- Error loading images [851](https://github.com/evilz/vscode-reveal/issues/851)

## 4.1.2

- Add Anything plugin [830](https://github.com/evilz/vscode-reveal/issues/830)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-reveal",
"displayName": "vscode-reveal",
"description": "Show markdown as revealJs presentation",
"version": "4.1.2",
"version": "4.1.3",
"publisher": "evilz",
"author": "Vincent Bourdon",
"license": "MIT",
Expand Down
2 changes: 0 additions & 2 deletions src/WebViewPane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ export default class WebviewPane
// }, null)

public dispose() {
//const d = this.webviewPanel.dispose()
this.#onDidDispose.fire()
//return d
}
}
45 changes: 7 additions & 38 deletions test-report.xml
Original file line number Diff line number Diff line change
@@ -1,44 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<testExecutions version="1">
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\WebviewPane.jest.ts">
<testCase name="Set title of webviewpane" duration="7"/>
<testCase name="Dispose should trigger onDidDispose" duration="12"/>
<testCase name="Update should trigger onDidUpdate" duration="3"/>
<file path="C:\DATA\GITHUB\vscode-reveal\src\test\UnitTests\WebviewPane.jest.ts">
<testCase name="Set title of webviewpane" duration="3"/>
<testCase name="Dispose should trigger onDidDispose" duration="1"/>
<testCase name="Update should trigger onDidUpdate" duration="1"/>
</file>
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\NotTestedYet.jest.ts">
<testCase name="NOTHING HERE" duration="6"/>
<file path="C:\DATA\GITHUB\vscode-reveal\src\test\UnitTests\NotTestedYet.jest.ts">
<testCase name="NOTHING HERE" duration="2"/>
</file>
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\findTitle.jest.ts">
<testCase name="Should retrieve title from content" duration="13"/>
</file>
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\CompletionItemProvider.jest.ts">
<testCase name="Should createCompletionItems from configDesc" duration="30"/>
</file>
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\slideparser.jest.ts">
<testCase name="Parse Slide content" duration="7"/>
<testCase name="Check slide 1" duration="3"/>
<testCase name="Check slide 2" duration="2"/>
<testCase name="Check slide 3.0" duration="3"/>
<testCase name="Should count horizontal slides" duration="2"/>
<testCase name="Should count vertical slides" duration="4"/>
<testCase name="Slides should have correct number of lines" duration="14"/>
<testCase name="Count line to slide 1" duration="2"/>
<testCase name="Count line to slide 2" duration="2"/>
<testCase name="Count line to slide 3" duration="2"/>
<testCase name="Count line to slide 3.1" duration="2"/>
<testCase name="Count line to slide 3.2" duration="2"/>
<testCase name="Extract slide attributes" duration="2"/>
</file>
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\RevealServer.jest.ts">
<testCase name="Default state" duration="7"/>
<testCase name="Start should return uri and trigger onDidStart" duration="32"/>
<testCase name="Stop should trigger onDidStop only when server is listening" duration="2"/>
<testCase name="Request root" duration="29"/>
<testCase name="Request with export" duration="12"/>
</file>
<file path="E:\PROJECTS\GITHUB\vscode-reveal\src\test\UnitTests\MainController.jest.ts">
<testCase name="CurrentContext should be undefined when no editor is pass" duration="12"/>
<testCase name="CurrentContext should be undefined when editor is not markdown" duration="13"/>
<testCase name="CurrentContext should be create when editor is pass and that is markdown" duration="74"/>
<file path="C:\DATA\GITHUB\vscode-reveal\src\test\UnitTests\MainController.jest.ts">
</file>
</testExecutions>

0 comments on commit dbfd914

Please sign in to comment.