Skip to content

Commit

Permalink
Update Changelogs for Vanilla and React (#16)
Browse files Browse the repository at this point in the history
* Update Changelogs for Vanilla and React

* Add breaking changes regarding Accreditation and Identity API removal

Co-authored-by: Brian Muller <[email protected]>

---------

Co-authored-by: Brian Muller <[email protected]>
  • Loading branch information
RickDT and bmuller authored Oct 6, 2023
1 parent 709646c commit ad60d2c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
23 changes: 18 additions & 5 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
# Changelog for v0.x
# Changelog

## v2.0.0 (2023-10-06)

- Updates APIs to use [Case Management APIs](https://developer.parallelmarkets.com/docs/server/case-management-api/introduction).

### Enhancements

- Documentation updated with improved samples.
- Sample JavaScript app updated and improved.

### Removed

- Functions for getting Accreditation / Identity information directly (you should rely on server integrations for this information going forward)

## v0.0.7 (2022-11-01)

### Enhancements

* Add explicit peer support for React ^18.0.0 (#8)
* Remove test files from published package (#8)
- Add explicit peer support for React ^18.0.0 (#8)
- Remove test files from published package (#8)

## v0.0.6 (2022-10-31)

### Enhancements

* Minor documentation fixes (#7)
* Added the `getBlockchain` function for the new Blockchain API (#7)
- Minor documentation fixes (#7)
- Added the `getBlockchain` function for the new Blockchain API (#7)
13 changes: 11 additions & 2 deletions packages/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for v0.x
# Changelog

## v2.0.0 (2023-10-06)

- Updates Vanilla SDK to use V2 API.

### Enhancements

- Documentation updated with improved samples.
- Sample JavaScript app updated and improved.

## v0.0.4 (2022-10-31)

### Enhancements

* Minor documentation fixes (#7)
- Minor documentation fixes (#7)

0 comments on commit ad60d2c

Please sign in to comment.