Releases: CastleCSS/castlecss-forms
Releases · CastleCSS/castlecss-forms
v1.1.1
V1.1.0
v1.0.12
Hotfix for autoprefixer problems
Release v1.0.11
- Removed autoprefixer comments after issue postcss/autoprefixer#920
- Fallback for Firefox select arrow when not using autoprefixer
v1.0.10
Release 1.0.10
- Textarea styling only works with [for="textarea"] in 1.0.9 #29
You should use the classform-textarea
like this for textarea fields:
<div class="form">
<div class="form-fields">
<div class="form-field form-textarea">
<label for="textarea">Example</label>
<textarea></textarea>
</div>
</div>
</div>
- Nesting in .formfield too deep so utilities can't overwrite them #32
- Select arrow should be turned the other way #31
- Dist folder not updated in 1.0.9 #30
- Placeholder label disappears when getting the class has-focus. #33
Because of issue #30 we have deprecated the 1.0.9 release. Don't forget to update your project! ;)
v1.0.9
Release v1.0.9
- Cleanup of the form stylesheets
- General label fixes on all fields
- #23 Textarea has a default centered label
- #22 the arrow in a select was inverted
- #17 multiple arrows on a select when there was more then 1 select dropdown
Fixed in v1.0.8 (only on npm)
- Documentation for Github/npm
- #6 Default label not working as intended
Thank you @gbeumer @basmulderdnz @PieterBosNr1 @Paulus90 @Maarten84 for all your help and feedback!
v1.0.7
Fix for linux:
- Changed forms.js to Form.js to make sure Linux gets the correct file
V1.0.6
Hotfix for labels within input-control
v1.0.5
#3 Labels styled too generic + label color:
- Default labels are now only translated within .form-field
- Label color is now
$input-label-color
not$color02