Skip to content

Latest commit

 

History

History
134 lines (86 loc) · 2.58 KB

changelog.md

File metadata and controls

134 lines (86 loc) · 2.58 KB

CHANGELOG

Intro

Vant follows Semantic Versioning 0.2.7.

Release Schedule

  • Patch version:released weekly, including features and bug fixes.
  • Minor version:released every one to two months, including backwards compatible features.
  • Major version:including breaking changes and new features.

0.2.7

-08-17-2020

Bug Fixes

  • Stepper
    • adjusted stepper margin

0.2.6

-08-15-2020

Bug Fixes

  • Stepper
    • adjusted stepper layout

0.2.5

-08-13-2020

Bug Fixes

  • Stepper
    • fixed export component

0.2.4

-08-12-2020

Feature

  • Added Image components #44
  • Added Checkbox components #67
  • Added Stepper components #34
  • Added Slider components #60

0.2.3

-07-25-2020

Bug Fixes

  • Popup:
    • revert and fix custom size, hided scrollbar, add padding and fit-content

0.2.2

-06-24-2020

Bug Fixes

  • Popup:
    • fix custom size and hided scrollbar
    • add padding and fit-content

0.2.1

-06-18-2020

Bug Fixes

  • Popup:
    • Adjusted position

0.2.0

-06-17-2020

Feature

  • Added Field components #26
  • Added Search components #31
  • Added Rate components #32
  • Added Popup components #33
  • Added Cell components #33
  • Added Built-in style
  • Basic docs: Popup & Field & Rate
  • Added changelogs

Bug Fixes

  • Button:
    • Enabled icon buttons
  • Icon:
    • Added handle icon click
    • Adjusted icon librart sryles

0.1.1

-05-25-2020

Bug Fixes

  • Button:
    • Enabled icon buttons, need to have icon library done first
    • Accepted linear gradient
  • Tag:
    • Accepted custom tag element

0.1.0

-05-24-2020

Feature

  • Added Button components #4
  • Added Icons components #6
  • Added Navbar components #8
  • Added Tag components #9
  • Basic docs: Navbar & Tag & Icon
  • Added changelogs

Bug Fixes

  • Button:
    • Added hairline props
    • Accepted color in rgb
  • Navbar:
    • Fixed navbar font weight
    • Added navbar prop -> border: boolean, default is true