Skip to content

Releases: rooseveltframework/semantic-forms

3.0.4

18 Jun 23:37
Compare
Choose a tag to compare
  • Reduced size of select box text.

3.0.3

17 Jun 15:05
Compare
Choose a tag to compare
  • Fixed issue that prevented id selectors from allowing dots in the string.
  • Fixed issue that prevented the clear field from dispatching an input event.

3.0.2

15 Jun 20:07
Compare
Choose a tag to compare
  • Added support for a single checkbox rather than a group of checkboxes.

3.0.1

13 Jun 04:53
Compare
Choose a tag to compare
  • Fixed alignment issue.

3.0.0

13 Jun 04:14
Compare
Choose a tag to compare
  • Removed defualt two column layout. Now defaults to as many columns as the container is wide.
  • Added x2 class you can put on dd elements to double the width of a form. Does not apply on small screens.

2.1.2

11 Jun 23:56
Compare
Choose a tag to compare
  • Added a function to the JS files's global scope called semanticForms that you can call to initialize new forms that have been added to the DOM since the initial initialization.
  • Updated dependencies.

2.1.1

17 Apr 06:56
96ffd1b
Compare
Choose a tag to compare
  • Fix minor alignment issue.

2.1.0

17 Apr 06:46
34753dd
Compare
Choose a tag to compare
  • Added all input types.
  • Fixed clear field.
  • Fixed markup mistakes in the examples.
  • Fixed CSS to support <menu> elements correctly.
  • Refactored the JavaScript to modernize it.
  • Updated dependencies.

2.0.0

22 Mar 15:07
0196a63
Compare
Choose a tag to compare
  • Replaced <div class="buttonGroup"> with a <menu> element. You will need to refactor your HTML accordingly.
  • Fixed alignment issue caused by browser engines changing their alignment calculations since the first release.
  • Various other refactoring.
  • Pinned deps.
  • Updated dependencies.

1.0.5

19 Jun 04:19
Compare
Choose a tag to compare

closes #15

closes #10

closes #3