Skip to content

Releases: fect-org/fect

V1.6.1

22 Sep 02:26
41e1725
Compare
Choose a tag to compare

Background

Patches

  • Fix bundle no replacement process.env when generating umd

V1.6.0

26 Aug 06:40
Compare
Choose a tag to compare

Background

Feature and Improves

  • Export Input component instance.
  • Drawer and Modal component support keyboard events. you can use escape to close them.
  • Re Design Snippet component style.
  • Re Design document.

Patches

  • Fix internal tabs high-light import path error.
  • Fix Select component can't work correctly with multiple mode.

V1.6.0-rc.1

14 Jul 06:28
Compare
Choose a tag to compare
V1.6.0-rc.1 Pre-release
Pre-release

What's Changed

  • [Fix]: Select component multiple mode style err by @nonzzz in #248

Full Changelog: v1.6.0-rc.0...v1.6.0-rc.1

V1.6.0-rc.0

04 Jul 08:13
c85ebbd
Compare
Choose a tag to compare
V1.6.0-rc.0 Pre-release
Pre-release

Background

Features & Improves

  • Refactor Code component. With new ux system.
  • Drawer and Modal component support keyboard events. you can use escape to close them.
  • Perf snippet component style.

image

Major

  • We update internal composables useKeyboard . It is not compatible with past versions

Version

This is a canary version. We have added many features to this release. Also will change some implementations in the future Note this is an unstable version.

V1.5.3

22 Jun 04:50
Compare
Choose a tag to compare

Patches

  • Fix style import err.

V1.5.2

19 Jun 08:23
cfd49d9
Compare
Choose a tag to compare

Background

Before ver 1.5.2. We only use babel and esbuild transform us package. But after ver 1.5.2 we migrade to rollup.

Patches

  • Perf Toast component #234
  • Fix Tabs types err .

Minor

  • We upgrade sub package @fect-ui/vue-icons. After 2.1.0 we use support named exports.

Credits

@zaunist

V1.5.1

29 May 12:48
6d208fc
Compare
Choose a tag to compare

Background

Improves & Features

  • Perf component types.
  • Perf improvements for some components.

Patches

  • Fix Loading component with normal load type size error. #229
  • Fix Slider component with dargging and trigger click event both. #230

Others

  • We upgrade dependices vue-hooks version from v1.2.1 to v1.3.0.

V1.5.0

10 May 02:43
Compare
Choose a tag to compare

Background

Improve & Features

Improve

  • Refactor Grid component #216
  • Refactor hooks useTheme. #224

Features

  • Add new component Affix #217
  • Add new component InputNumber #219
  • Tag component add new props color & round #220

Patches

  • Fix Grid component props err #216
  • Fix Input component type as number cause err #221
  • Fix hooks useState typings. #224
  • Fix Tabs and more Form component can't update internal state #226 #227

Credits

Thanks @QiYuOr2 @XeryYue

V1.5.0-rc.2

04 May 09:18
7d23c49
Compare
Choose a tag to compare
V1.5.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.5.0-rc.1...v1.5.0-rc.2

V1.0.5-rc.1

25 Apr 03:52
Compare
Choose a tag to compare
V1.0.5-rc.1 Pre-release
Pre-release

What's Changed

  • [Feature]: add new component input-number by @XeryYue in #219
  • feat(tag): add color and round attribute by @QiYuOr2 in #220
  • fix(input): htmlType as number cause err by @XeryYue in #221

Full Changelog: v1.5.0-rc.0...v1.5.0-rc.1