Releases: curveball/browser
Releases · curveball/browser
v0.14.5
- Update 'html-form-enhancer' package, which has a few bug fixes.
- Include form enhancher .map files in build, for easier debugging.
v0.14.4
- Build process tweaks to ensure that vendored .js files get included in
assets
directory.
v0.14.3
- Fix
<select>
rendering bug.
v0.14.2
- Render select boxes, groups of radios, groups of checkboxes.
v0.14.1
- Forgot to include .js files in npm package.
v0.14.0
- 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
- This middleware will now intercept and render
application/schema+json
.
v0.11.0-beta.2
- 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
- Update to latest Ketting 7, which fixes a bug related to rendering
forms.
v0.11.0-beta.0
- Upgrade to Ketting 7 beta, which has a lot of HAL Forms improvements and
adds a <textarea>
feature.