Skip to content

Releases: CastleCSS/castlecss-forms

v1.1.1

19 Mar 09:58
Compare
Choose a tag to compare

Bugfix:

#23 Textarea still has a vertically centered label

V1.1.0

13 Nov 08:49
Compare
Choose a tag to compare
  • #50 Fixed and issues where checkboxes and radiobuttons were not clickable when they hold a [for] attribute
  • #56 Fixed an issue where checkboxes with a [for] attribute disappear
  • Updated package-lock.json to latest minor and patch versions

v1.0.12

20 Feb 10:56
Compare
Choose a tag to compare

Release v1.0.11

#45 IE 10: Arrow in select not aligned correctly
#46 Cannot change text because of invisible label

Hotfix for autoprefixer problems

09 Oct 13:26
Compare
Choose a tag to compare

Release v1.0.11

  • Removed autoprefixer comments after issue postcss/autoprefixer#920
  • Fallback for Firefox select arrow when not using autoprefixer

v1.0.10

03 Oct 11:11
Compare
Choose a tag to compare

Release 1.0.10

  • Textarea styling only works with [for="textarea"] in 1.0.9 #29
    You should use the class form-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

29 Sep 14:29
Compare
Choose a tag to compare

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

03 Mar 09:46
Compare
Choose a tag to compare

Fix for linux:

  • Changed forms.js to Form.js to make sure Linux gets the correct file

V1.0.6

03 Mar 09:45
Compare
Choose a tag to compare

Hotfix for labels within input-control

v1.0.5

01 Mar 10:08
Compare
Choose a tag to compare

#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

v1.0.3

17 Feb 09:26
Compare
Choose a tag to compare

#2 Hotfix for missing !default fallback variables.