v0.5.1 (2024-11-02)
Bug fixes
- Peek providers/consumers doesn't work for service names containing a number #56
v0.5.0 (2024-02-11)
Enhancements
- Add default key binding for "Open bundle" command #54
- Allow to jump from component declaration to implementation instantly #53
- Make "Go to Definition" go to module.js/.ts file. #52
v0.4.4 (2022-08-11)
Enhancements
- Support new manifest.json properties
editor
anddeprecated
#51
v0.4.3 (2022-08-10)
Bug fixes
- Service name completion does not replace existing text correctly since VS Code 1.69 #50
- Peeking component providers and consumers in manifest.json fails since VS Code 1.69 #49
v0.4.2 (2022-06-09)
Bug fixes
- Error "Unable to load schema from 'apprt://.manifest.schema.json'" displayed when editing manifest.json file #48
v0.4.1 (2022-06-09)
Enhancements
- Support new manifest.json properties 'cssThemes' and 'cssThemesExtension' #47 (jessebluemr)
v0.4.0 (2021-03-28)
Enhancements
- Provide quick fix for deprecated manifest items #45
v0.3.0 (2021-01-14)
Enhancements
- "Goto Definition" for components opens implementing file #11
- "Open bundle" command: Don't display bundle name (again) in details #35
- "Open Bundle" command: Match on bundle parent paths #33
- Make "manifest" reveal type the default #32
- Clean up bundle reveal type settings #31
- Exclude bundles from defined paths from list displayed for "Open bundle" command #25
- Add command to "open current README" #23
- Keep a list of recently opened bundles when using the "apprt: Open bundle" command #20
- Add command to "open current manifest" #19
- Don't suggest deprecated or other unwanted keys when editing manifest.json files #16
- Provide better snippets for most commonly used manifest.json keys #15
- Tag deprecated keys in manifest.schema.json #14
Bug fixes
v0.2.0 (2020-11-27)
Enhancements
- Activate extension only when manifest.json file present in workspace #9
- Indicate extension startup in status bar #8
Bug fixes
- Extension bundle contains unnecessary files #7
v0.1.0 (2020-11-06)
Enhancements
- Toggle apprt documentation hints when editing manifest.json files #4
- Reveal bundle folder in Explorer by typing bundle name #2
Bug fixes
- Service name completion list contains garbage values #5
- Components and references not found when deprecated "Components" uppercase property key is used #1
Enhancements
- Add code lenses to
"providing"
and"provides"
elements.
Enhancements
- Enable to use "Find all References" and "Peek References" commands to search service name references in all manifest.json files
- Add auto-completion for service names when editing
"providing"
and"provides"
elements.
Enhancements
- Added missing description for manifest.json elements.
- Allow to build release based on GitHub Actions
- Initial release
- Implement basic manifest.json editing support through JSON Schema file.
* This Changelog was automatically generated by github_changelog_generator