Changelog

0.4.4 (2022-08-11)

Enhancements

  • Support new manifest.json properties editor and deprecated #51

0.4.3 (2022-08-10)

Fixed bugs:

  • 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

0.4.2 (2022-06-09)

Bug fixes

  • Error “Unable to load schema from ‘apprt://.manifest.schema.json’” displayed when editing manifest.json file #48

0.4.1 (2022-06-09)

Enhancements

  • Support new manifest.json properties ‘cssThemes’ and ‘cssThemesExtension’ #47 (jessebluemr)

0.4.0 (2021-03-28)

Enhancements

  • Provide quick fix for deprecated manifest items #45

0.3.0 (2021-01-14)

Enhancements

  • “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 comand to “open current README” #23
  • Keep a list of recently opened bundles when using the “apprt: Open bundle” command #20
  • Add comand 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
  • “Goto Definition” for components opens implementing file #11

Bug fixes

  • Configuration not restored for “Open bundle” command #21
  • No help docs on auto-complete #17

0.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

  • Use webpack to bundle extension #10

0.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

0.0.5 (2020-10-21)

Enhancements

  • Add code lenses to "providing" and "provides" elements.

0.0.4 (2020-10-14)

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.

0.0.3 (2020-09-18)

Enhancements

  • Added missing description for manifest.json elements.

0.0.2 (2020-09-17)

  • Allow to build release based on GitHub Actions

0.0.1 (2020-09-16)

  • Initial release
  • Implement basic manifest.json editing support through JSON Schema file.