Skip to content

Releases: omnyway-labs/re-crud

v0.1.13

26 Sep 09:34
Compare
Choose a tag to compare
  • Bugfix: Pass path as nil when no path is available

v0.1.12

26 Sep 09:13
Compare
Choose a tag to compare
  • 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

12 Jul 10:57
Compare
Choose a tag to compare
  • Dispatch optional on-failure event for http failures

v0.1.10

14 Jun 10:26
Compare
Choose a tag to compare
  • Support requests with a list as body params

v0.1.9

17 Apr 12:45
Compare
Choose a tag to compare
  • Clear previous user inputs when loading create-components

v0.1.8

14 Feb 11:19
Compare
Choose a tag to compare
  • Rename service-host to service-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

v0.1.7

14 Feb 11:24
Compare
Choose a tag to compare
  • Dispatch before-form event on crud-load-component

v0.1.6

16 Jan 14:00
Compare
Choose a tag to compare
  • Add "Select" option in select to to dismiss the impression that default value is selected, which is not.
  • Support custom form field components

v0.1.5

15 Jan 12:44
Compare
Choose a tag to compare
  • Added a fix to reflect param-schema edits in UI

v0.1.4

15 Jan 11:56
Compare
Choose a tag to compare
  • Parse enum params in swagger schema to sets in service-config
  • Use select-fields for enums and booleans