mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
34489a2494
This commit adds the following: - Syntax builder scripts to make syntaxes easier to read and edit - Syntax highlight in single quote attributes - Syntax highlight for slot props - Basic syntax highlight for xpaths - Added `Switch Below` command This commit fixes the following: - Using `Switch Besides` or `Switch Below` does not open a new panel if one was already open - Fixed missing space in component's snippet indentation
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
# Change Log
|
|
|
|
All notable changes to the "owl-vision" extension will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
## [0.0.2] - 2023-2-11
|
|
|
|
### Added
|
|
|
|
- Switch Below command
|
|
- Basic syntax highlight for xpaths
|
|
- Syntax builder scripts to make syntaxes easier to read and edit
|
|
- Syntax highlight in single quote attributes
|
|
- Syntax highlight for slot props
|
|
|
|
### Fixed
|
|
|
|
- Added missing space in component's snippet indentation
|
|
- Using `Switch Besides` or `Switch Below` does not open a new panel if one was already open
|
|
|
|
## [0.0.1] - 2023-03-10
|
|
|
|
- Initial release
|
|
|
|
### Added
|
|
|
|
- Owl templates syntax highlight in xml files
|
|
- `Find Template` Command - Finds the template file of the currently selected element.
|
|
- `Find Component` Command - Finds the selected component definition.
|
|
- `Switch` Command - Finds the corresponding template or component file depending on the current file.
|
|
- `Switch Besides` Command - Finds the corresponding template or component file depending on the current file and opens it besides.
|