Skip to content

Releases: curveball/browser

v0.14.5

02 Mar 21:57
069e001
Compare
Choose a tag to compare
  • Update 'html-form-enhancer' package, which has a few bug fixes.
  • Include form enhancher .map files in build, for easier debugging.

v0.14.4

28 Feb 02:36
cbc2926
Compare
Choose a tag to compare
  • Build process tweaks to ensure that vendored .js files get included in
    assets directory.

v0.14.3

26 Feb 07:11
1ada6ce
Compare
Choose a tag to compare
  • Fix <select> rendering bug.

v0.14.2

26 Feb 06:39
e626c8d
Compare
Choose a tag to compare
  • Render select boxes, groups of radios, groups of checkboxes.

v0.14.1

26 Feb 05:37
8dbc5d8
Compare
Choose a tag to compare
  • Forgot to include .js files in npm package.

v0.14.0

26 Feb 04:07
6062a3a
Compare
Choose a tag to compare
  • If no title can be detected, but there is exactly 1 action/form in a
    resource, use the title from the form.
  • Don't render 'Contents' section if there are no properties.
  • Prevent HAL forms from sometimes being rendered twice.
  • Now published on Github packages.

v0.11.0

30 Jan 07:23
ed0f7d5
Compare
Choose a tag to compare
  • This middleware will now intercept and render application/schema+json.

v0.11.0-beta.2

30 Jan 07:23
428b0ae
Compare
Choose a tag to compare
v0.11.0-beta.2 Pre-release
Pre-release
  • Correctly render Siren 'title' fields.
  • Better rendering of checkboxes and radio in forms
  • Actually hiding 'hidden' fields.
  • Removed 3 react warnings.

v0.11.0-beta.1

30 Jan 07:23
64919fd
Compare
Choose a tag to compare
v0.11.0-beta.1 Pre-release
Pre-release
  • Update to latest Ketting 7, which fixes a bug related to rendering
    forms.

v0.11.0-beta.0

20 Jan 23:57
d099c49
Compare
Choose a tag to compare
v0.11.0-beta.0 Pre-release
Pre-release
  • Upgrade to Ketting 7 beta, which has a lot of HAL Forms improvements and
    adds a <textarea> feature.