The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bump VS Code engine from 1.95.0 to 1.96.0
- Bump VS Code engine from 1.94.0 to 1.95.0
- Bump version of Gradle used to build projects from 8.10.2 to 8.12
- Bump VS Code engine from 1.93.0 to 1.94.0
- Bump minimum required Java for server from 17 to 21
- Bump minimum required Java from 17 to 21
- Bump version of Gradle used to build projects from 8.9 to 8.10.2
- Bump VS Code engine from 1.92.0 to 1.93.0
- Bump version of Gradle used to build projects from 8.8 to 8.9
- Bump VS Code engine from 1.91.0 to 1.92.0
- Bump VS Code engine from 1.90.0 to 1.91.0
- Bump VS Code engine from 1.89.0 to 1.90.0
- Add ability to configure stories runner class:
vividus-studio.stories-runner
- Bump version of Gradle used to build projects from 8.7 to 8.8
- Bump VS Code engine from 1.88.0 to 1.89.0
- Bump version of Gradle used to build projects from 8.6 to 8.7
- Bump VS Code engine from 1.87.0 to 1.88.0
- Use predefined
comment
token for VIVIDUS comments - Bump VS Code engine from 1.86.0 to 1.87.0
- Fix message of unsupported platform error
- Add Linux support
- Bump VS Code engine from 1.85.0 to 1.86.0
- Bump version of Gradle used to build projects to 8.6
- Fix highlighting of GivenStories filtered by scenario meta parameters
- Add highlighting for 'Descrption' story element
-
Add auto-completion support for step parameters with limited number of choices
-
Enable comments toggling in story and steps files
The keyboard shortcut for a comment toggling can be configured by the following path
Code -> Preferences -> Keyboard Shortcuts -> Toggle Line Comment
- Add ability to refresh project after changes in dependencies
- Show notifications on errors encountered during project build process
- Bump version of Gradle used to build projects to 8.3
- Fix invalid boundary resolving of composite steps in composite files
- (Fixes #406) Fix invalid multiline step highlighting when it's followed by a comment
- (Fixes #380) Add 'Insert Step' source code action
- (Fixes #367) Fix meta parsing to not consider meta sign in step as part of meta tags block
- Fix semantics error occurred when user selects VIVIDUS language mode for new text file that was not saved on the file system
- Add auto-completion for locally defined composite steps
- Highlight composite step files content
- Do not invoke completion items list on typing inside unbounded argument
- Highlight multiline step arguments
- Fix internal accessibility error (#32603) when running
VIVIDUS: Run Stories
command
- Add auto-completion for regular and composite steps
- Add syntax highlighting for scenarios, scenarios examples, steps, steps arguments, comments, meta info, lifecycle, story examples and given stories
- Add command to run stories from IDE
- Add VIVIDUS icon for story and commposite step files
- Add auto-assembling of test project
- Add automatic location of JDK 17 in the system