Skip to content

Latest commit

 

History

History
199 lines (111 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

199 lines (111 loc) · 11.5 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.4.0 (2023-06-01)

⚠ BREAKING CHANGES

  • upgrade to vue@2.7.14

Features

  • upgrade vue from 2.6.14 to 2.7.14 (3b6782f)

0.3.0 (2023-03-14)

⚠ BREAKING CHANGES

  • Filter: the Filter has been dropped

Bug Fixes

  • add shims-vue.d.ts to avoid the import error (ef51e0b)

  • FilterCombox: the error property for the dynamic component (afa4a7e)

  • ts error in the Confirm.vue (58bebd8)

  • Filter: move Filter to FilterCombox (159b8ce)

0.2.1 (2023-03-06)

Bug Fixes

  • FilterCombox: the error property for the dynamic component (afa4a7e)

0.2.0 (2023-03-03)

⚠ BREAKING CHANGES

  • Filter: the Filter has been dropped

Bug Fixes

  • add shims-vue.d.ts to avoid the import error (ef51e0b)

  • ts error in the Confirm.vue (58bebd8)

  • Filter: move Filter to FilterCombox (159b8ce)

0.1.7 (2022-11-18)

Bug Fixes

  • move rollup-plugin-vue to 5.1.8 (15e1e3e)

0.1.6 (2022-11-14)

Features

  • add now.json for vercel.com (1a89873)
  • migrate to vue class component (#2) (61c9da0)
  • Table: add variant property (0c6e2e4)

Bug Fixes

  • add the missing release script (d531e13)
  • disable type check when uses styleguide (68774bb)
  • github-workflow: correct the runs-on (#4) (9b0278e)
  • github-workflows: mv workflow to workflows (e677c97)
  • package.json: remove auto-changelog (330add6)
  • pass the OTP when publish (c277c50)
  • remove error file wait.ts and fix the vuls (b3693cf)
  • remove useless code (#6) (014bdc6)
  • styleguide: remove confirm.ts (6714643)
  • typo (e25a16d)
  • vue-loader: move 17 to 15 to avoid the styleguide error (14eac3e)

0.1.5 (2022-11-07)

Features

  • add now.json for vercel.com (1a89873)
  • migrate to vue class component (#2) (61c9da0)
  • Table: add variant property (0c6e2e4)

Bug Fixes

  • add the missing release script (d531e13)
  • disable type check when uses styleguide (68774bb)
  • github-workflow: correct the runs-on (#4) (9b0278e)
  • github-workflows: mv workflow to workflows (e677c97)
  • package.json: remove auto-changelog (330add6)
  • pass the OTP when publish (c277c50)
  • remove error file wait.ts and fix the vuls (b3693cf)
  • remove useless code (#6) (014bdc6)
  • typo (e25a16d)
  • vue-loader: move 17 to 15 to avoid the styleguide error (14eac3e)

0.1.4 (2022-10-19)

Features

  • migrate to vue class component (#2) (61c9da0)

Bug Fixes

  • typo (e25a16d)
  • pass the OTP when publish (c277c50)
  • add the missing release script (d531e13)
  • remove useless code (#6) (014bdc6)
  • github-workflow: correct the runs-on (#4) (9b0278e)
  • github-workflows: mv workflow to workflows (e677c97)
  • package.json: remove auto-changelog (330add6)

0.1.3 (2022-10-13)

Features

  • migrate to vue class component (#2) (61c9da0)

Bug Fixes

  • remove useless code (#6) (014bdc6)
  • github-workflow: correct the runs-on (#4) (9b0278e)
  • github-workflows: mv workflow to workflows (e677c97)
  • package.json: remove auto-changelog (330add6)

0.1.2 (2022-09-28)

Features

0.1.1 (2022-09-23)

Features

  • build: generate d.ts file (d8f5095)
  • version: add standard-version (8764b7d)

0.1.0 (2022-09-23)

chore

  • cotton: upgrade to 0.1.0 (0d56640)

Features

  • createConfirm: add unit cases (5696882)
  • upgrade eslint, prettier, and editor config (26d0be9)
  • upgrade husky and add commitlint (1b9b1f4)

BREAKING CHANGES

  • cotton: flat the file struct and move CottonFilter to Filter, generate the d.ts files. Add test scripts and wait fot the CI.

0.0.7 (2022-09-19)

Bug Fixes

  • CottonFilter: correct the reset value to {} (52b0ac9)
  • CottonFilter: remove changeValue function (4e26a62)
  • CottonFilter: remove the slot parameters (b47ebed)
  • CottonFilter: reset the values only avoid the form freezed (72454ce)

Features