v2.2.28-beta.1
Pre-release
Pre-release
·
0 commits
to main
since this release
Changelog
All notable changes to this project will be documented in this file.
[2.2.28-beta.1] - 2024-07-28
🚀 Features
- Delegate getComponent task to each field
- Improve typing for columsOrder
- Url placeholder + record value in form
- Allow url placeholders
🐛 Bug Fixes
- Prevent null value for lookup field
- Prevent null as object key
🧪 Testing
- Add getComponent into mock objects
[2.2.8-beta.6] - 2024-05-04
🐛 Bug Fixes
- Allow auto trigger list data
[2.2.8-beta.5] - 2024-05-04
🚀 Features
- Create service collection from commands
[2.2.8-beta.4] - 2024-04-21
🚀 Features
- Allow custom order on columns
[2.2.8-beta.3] - 2024-04-21
🚀 Features
- Toggle auto inferring columns from form fields
[2.3.0-beta.1] - 2024-04-21
🐛 Bug Fixes
- Freeze pnpm version
[2.2.8-beta.1] - 2024-04-21
🚀 Features
- Implement reactivity proxies on form
- Mantain reactivity on table definition
- (vue) Maintain vue reactivity on forms and tables (#9)
🐛 Bug Fixes
- Prevent options passed by reference
- Prevent twice onClick event
- Destroy form when displayFormDialog is close
- Improve typing for columns
⚙️ Miscellaneous Tasks
- Improve requests and form typing