Skip to content

Commit

Permalink
docs: Release notes updated with the fix details.
Browse files Browse the repository at this point in the history
  • Loading branch information
pboychev-bcom committed Jan 15, 2025
1 parent dd7f8d0 commit 9c74545
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/versions/latest/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,17 @@ The question is updated:

## Upgrade procedure

### *Dynamic type definitions for the unit tests framework.*

The package name and version of the type definitions are being installed dynamically based on the configuration of the solution.
This ensures the type definitions available for type hinting / autocomplete in the IDE and for the transpilation are matching the actual code definitions of the unit test framework.

#### Previous Behavior

The type definitions installed were always the same package and version - the [BTVA built-in Jasmine definitions](https://github.com/vmware/build-tools-for-vmware-aria/tree/v3.1.1/vro-types/jasmine) (link is to v3.1.1, might be outdated at later point in time).

#### New Behavior

The configuration in the pom file affects both the framework being used and its type definitions being made available.

[//]: # (Explain in details if something needs to be done)

0 comments on commit 9c74545

Please sign in to comment.