Releases: omnyway-labs/re-crud
Releases · omnyway-labs/re-crud
v0.1.13
v0.1.12
- Make it possible to add skins
- Table enhancements
- Use fields-order to sort form fields
- Update example-app
- Fix error-handler in http-client. This fixes the argument for
crud-notify
for HTTP failures - Always clear user input on crud-load-component
- Add perform-params-fn. Support a custom fn to decide whether to send the request and rewrite params
- Disable form submit buttons when a corresponding request is active
- Show an error if boolean value in a form is not selected
v0.1.11
v0.1.10
v0.1.9
v0.1.8
- Rename
service-host
toservice-url
in service-config - Send
x-re-crud-service
header in requests - These changes are useful when the re-crud app needs to do cross-origin request through a proxy
- The
service-url
can be a relative url to the proxy - The header value can be used to disambiguate services at the proxy