Skip to content

v3.0.0

Compare
Choose a tag to compare
@MonkeyDo MonkeyDo released this 06 Sep 16:25
· 162 commits to master since this release

This is a major point release due to a change in how relationship changes are handled.
We added attributes to the relationships (isAdded , isRemoved) to fix an issue when the client-side code has an old set of relationships that could overwrite changes that happened in the meantime.
This is relevant to the unified form feature that automatically updates the relationships of entities, but it also avoids accidentally overwriting changes from other users.

What's Changed

  • test(loadAuthorNames): Test for the loadAuthorNames func by @the-good-boy in #282
  • feat(Author Credits): Add utility functions to Author model by @MonkeyDo in #285
  • chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #284
  • chore(deps): bump moment from 2.29.1 to 2.29.2 by @dependabot in #283
  • feat: add externalServiceOauth table and functions by @anshg1214 in #286
  • feat: Add schema while referring to oauth table by @anshg1214 in #287
  • Fix(BB-538): Support concurrent relationships edit workflow by @tr1ten in #289

New Contributors

Full Changelog: 2.13.1...v3.0.0