Skip to content

v0.14.4 Release

Compare
Choose a tag to compare
@ganigeorgiev ganigeorgiev released this 05 May 02:52
· 119 commits to master since this release
  • Removed the legacy aliased BaseModel.isNew getter since it conflicts with similarly named record fields (pocketbase#2385).
    This helper is mainly used in the Admin UI, but if you are also using it in your code you can replace it with the $ prefixed version, aka. BaseModel.$isNew.