Releases: CoCreate-app/CoCreate-elements
Releases · CoCreate-app/CoCreate-elements
v1.13.3
v1.13.2
v1.13.1
v1.13.0
1.13.0 (2022-11-21)
Bug Fixes
- crud.getAttr renamed to crud.getAttributes (2aad3ae)
- data.document[0] (f5929a7)
- if document_id pending return (e2ab044)
- if no document_id or filter return (7edbd6c)
- removed await from crud.save (14229f1)
- renamed crud.checkAttrValue to crud.checkValue (3e159fa)
- renamed data.data to data.document, relocated prototype setValue and getValue to @cocreate/element-prototype (bf863e8)
- renamed fiter.setFilter to filter.init (0a56f60)
- typo (24ad3fe)
Features
- Ability to use filter attribute to crud data. bump crud@cocreate/crud--client (0206cb2)
- Add @cocreate/element-prototype (1628ffa)
- added crud.getAttributeNames to observer attributeName param, this will allow observing custom attributes (f52e23d)
- supports rendering multiple db, database, collection and documents (00a67e5)