Skip to content

Releases: trendmicro-frontend/trendmicro-ui

v0.5.2

15 May 07:24
Compare
Choose a tag to compare

Fixed incorrect spelling of font family in header.styl (38e5475)

v0.5.1

27 Dec 07:09
Compare
Choose a tag to compare

Remove "-webkit-tap-highlight-color: #222" from html tag (3e5d501)

v0.5.0

21 Dec 03:04
Compare
Choose a tag to compare

Form class refinement (6bc9f8d)

Checkbox Container

checkbox

<div class="checkbox">
    <label>
        <input type="checkbox" name="checkbox1" />
        Checkbox #1
    </label>
</div>
<div class="checkbox">
    <label>
        <input type="checkbox" name="checkbox2" />
        Checkbox #2
    </label>
</div>

checkbox-inline

<div class="checkbox-inline">
    <label>
        <input type="checkbox" name="checkbox1" />
        Checkbox #1
    </label>
</div>
<div class="checkbox-inline">
    <label>
        <input type="checkbox" name="checkbox2" />
        Checkbox #2
    </label>
</div>

Radio Container

radio

<div class="radio">
    <label>
        <input type="radio" name="radiogroup1" value="1" />
        Radio Option #1
    </label>
</div>
<div class="radio">
    <label>
        <input type="radio" name="radiogroup1" value="2" />
        Radio Option #2
    </label>
</div>

radio-inline

<div class="radio-inline">
    <label>
        <input type="radio" name="radiogroup1" value="1" />
        Radio Option #1
    </label>
</div>
<div class="radio-inline">
    <label>
        <input type="radio" name="radiogroup1" value="2" />
        Radio Option #2
    </label>
</div>

Breaking

  • Remove .control-wrapper
  • Remove .textarea-resizable
  • Remove .form-control-static
  • Remove .input-focus

v0.4.4

19 Jun 10:18
Compare
Choose a tag to compare

Remove default link underline (1f2147e)

v0.4.3

11 May 06:37
Compare
Choose a tag to compare

Checkbox and radio button should be aligned with text. (cac684c)

v0.4.2

10 May 10:27
Compare
Choose a tag to compare

Split customize styles checkbox and radio button from trendmicro-ui. (6c3fa8f)

v0.4.1

22 Apr 14:43
Compare
Choose a tag to compare

Some minor eslint and stylint fixes

v0.4.0

27 Mar 07:32
Compare
Choose a tag to compare

Add styles for form elements. (613e1e0, 3b6b419, 248e3e3, 6b0a670)

v0.3.0

01 Mar 10:59
Compare
Choose a tag to compare

v0.2.0

21 Jan 16:04
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Add container and grid system (5f6f456)
  • Specify width and left margin for the "dl-horizontal" class (a6ad835)
  • Resolve an issue that Normalize.css will add text-decoration: underline to the abbr element (f0037a5)