Commit d083035276e06384f02925e0dcc8c2c3ded26254

Authored by ly525
1 parent 07f47fcd

chore(release): 1.0.0

Showing 1 changed file with 49 additions and 0 deletions
CHANGELOG.md 0 → 100644
  1 +# Changelog
  2 +
  3 +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
  4 +
  5 +## 1.0.0 (2019-08-25)
  6 +
  7 +
  8 +### Bug Fixes
  9 +
  10 +* **editor:** import Element in core editor ([5501cc6](https://github.com/ly525/luban-h5/commit/5501cc6))
  11 +* **plugin:** config picture source url ([c3f516f](https://github.com/ly525/luban-h5/commit/c3f516f))
  12 +* amend resize point position ([5f737f8](https://github.com/ly525/luban-h5/commit/5f737f8))
  13 +* **plugin:** do not auto-fill default placeholder if user delete it manually ([07f47fc](https://github.com/ly525/luban-h5/commit/07f47fc))
  14 +* **plugin:** show icon for text-align component ([e08c514](https://github.com/ly525/luban-h5/commit/e08c514))
  15 +* **preview:** preview elements in corrent position ([a7875cb](https://github.com/ly525/luban-h5/commit/a7875cb))
  16 +* **shape:** add style for shape ([42c972b](https://github.com/ly525/luban-h5/commit/42c972b))
  17 +* change element zindex on edit canvas ([f6ceedd](https://github.com/ly525/luban-h5/commit/f6ceedd))
  18 +* check element property before clone ([a43ae78](https://github.com/ly525/luban-h5/commit/a43ae78))
  19 +* generate style with pluginProps and defaultProps ([f40c302](https://github.com/ly525/luban-h5/commit/f40c302))
  20 +* redirect to work list page when click my-work ([a6920bb](https://github.com/ly525/luban-h5/commit/a6920bb))
  21 +* remove debugger ([2e5cd15](https://github.com/ly525/luban-h5/commit/2e5cd15))
  22 +* set isRem false ([8989234](https://github.com/ly525/luban-h5/commit/8989234))
  23 +* set uuid for data-uuid to submit the input value ([50f4ebc](https://github.com/ly525/luban-h5/commit/50f4ebc))
  24 +* use flex.js to adjust mobile page ([10cf678](https://github.com/ly525/luban-h5/commit/10cf678))
  25 +* use rem for font-size ([c532b50](https://github.com/ly525/luban-h5/commit/c532b50))
  26 +
  27 +
  28 +### Features
  29 +
  30 +* **#30:** collect and show form data ([0252319](https://github.com/ly525/luban-h5/commit/0252319)), closes [#30](https://github.com/ly525/luban-h5/issues/30)
  31 +* **#35:** fixed toolbar ([26985a0](https://github.com/ly525/luban-h5/commit/26985a0))
  32 +* **api:** add api for editor ([3b27192](https://github.com/ly525/luban-h5/commit/3b27192))
  33 +* **background-guideline:** support guideline ([f8b613d](https://github.com/ly525/luban-h5/commit/f8b613d))
  34 +* **editor:** mixin custom component for plugin props into editor ([9e8e89f](https://github.com/ly525/luban-h5/commit/9e8e89f))
  35 +* **editor:** support move plugin on cawqnvas(zh: 画布上元素支持移动) ([eecd655](https://github.com/ly525/luban-h5/commit/eecd655))
  36 +* **editor:** support undo-redo && first version ([8c099bb](https://github.com/ly525/luban-h5/commit/8c099bb))
  37 +* **page:** support copy, delete page ([c784e56](https://github.com/ly525/luban-h5/commit/c784e56))
  38 +* **plugin:** add picture ([bb26980](https://github.com/ly525/luban-h5/commit/bb26980))
  39 +* support copy plugin on canvas ([9e44e40](https://github.com/ly525/luban-h5/commit/9e44e40))
  40 +* **plugin:** support form input ([e5aefaf](https://github.com/ly525/luban-h5/commit/e5aefaf))
  41 +* add page manager ([9c78361](https://github.com/ly525/luban-h5/commit/9c78361))
  42 +* add preview mode and register plugin globally for adding script later ([98ffdd6](https://github.com/ly525/luban-h5/commit/98ffdd6))
  43 +* add the right-click menu, step1: just show menu ([a4b13f8](https://github.com/ly525/luban-h5/commit/a4b13f8))
  44 +* add work list page ([0d45399](https://github.com/ly525/luban-h5/commit/0d45399))
  45 +* **preview:** add preview modal ([0bd2342](https://github.com/ly525/luban-h5/commit/0bd2342))
  46 +* **preview:** build preview engine ([39d9f8f](https://github.com/ly525/luban-h5/commit/39d9f8f))
  47 +* **shape:** add outline for active element ([bbd4ab8](https://github.com/ly525/luban-h5/commit/bbd4ab8))
  48 +* support delete element on canvas ([59aaaad](https://github.com/ly525/luban-h5/commit/59aaaad))
  49 +* text plugin ([7fd014b](https://github.com/ly525/luban-h5/commit/7fd014b))
... ...