v0.14.4 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
.