xgen

A official lowcode resolution based yao app engine.

APACHE-2.0 License

Downloads
21
Stars
48

Bot releases are visible (Hide)

xgen - v1.4.0 Latest Release

Published by github-actions[bot] almost 2 years ago

Changelog for v1.4.0

[new] RichText: now support richtext by editorjs blocks.

[feature] openModal support isRef?:boolean to open a reference Modal for current Modal
[feature] Action: support contextual data

[add] List: default hide children, active by "hasChildren: true"
[add] Form: support disabled by field value

[optimize] Table: remove onMouseEnter onMouseLeave to optimize render

[fix] runtime base path error
[fix] login captcha error
[fix] swc compiler error when dev on win32
[fix] Form onChange hooks error
[fix] List : unsync list data to form
[fix] Modal missing GlobalContext value
[fix] Table scorll bar
[fix] Menu missing hit
[fix] reset setting and data when init

xgen - v1.3.0

Published by github-actions[bot] almost 2 years ago

Changelog for v1.3.0

[feature] Cloud component: define your component in Yao workspace dir, use in json by public/[component_name]

[add] pnpm run local for preview dist at local

[change] Dashboard settings
[change] Action: devideLine now place right

[fix] Menu: do nothing when target url is not in Menu
[fix] Production Error: action crash by esbuild compress(emittery this lib)
[fix] remove remote getDeepValue

xgen - v1.2.0

Published by github-actions[bot] almost 2 years ago

Changelog for v1.2.0

  • [new] ActionFlow: an action-driven event stream management library.
  • [new] Password: a new component for password fields with hidden function
  • [feature] Login: supports third party login
  • [feature] Form: now supports binding onValuesChange hooks
  • [feature] Actions: now supports multiple asynchronous tasks for scheduling
  • [add] Actions: now supports specifying the execution order through the next and error fields
  • [add] Actions: added the following actions, and now they are all asynchronous:
    • Common.confirm
    • Common.closeModal
    • Form.submit
  • [add] Filter&Table: support receive search_params from location
  • [fix] when the route containing parameters changes, the selected state of the Menu is abnormal
xgen - v1.1.3

Published by github-actions[bot] almost 2 years ago

Changelog for v1.1.3

  • [refactor] Menu: support unlimited levels, support badge and dot.
  • [add] Actions: historyPush support jump public path
  • [add] support custom bottom menu items
  • [add] Dynamically calculate according to the height of setting_items_wrap at the bottom, scroll the menu_items above
  • [optimize] Table.filter.actions don`t need width anymore,it computed by getComputedStyle now
  • [update] migrate setting to /setting page
  • [update] remove visible_menu & visible_menu
  • [fix] Action:openModal lose GlobalContext
  • [fix] fix Upload disabled style & accept one
  • [fix] Fix the batch flashing problem of Modal switching in batches
xgen - v1.1.2

Published by github-actions[bot] almost 2 years ago

Changelog for v1.1.2

  • [fix] Table: handle edit.bind invalid
  • [fix] global style error
xgen - v1.1.1

Published by github-actions[bot] almost 2 years ago

Changelog for v1.1.1

  • [fix] Table: handle extra Table render and calculating
xgen - v1.1.0

Published by github-actions[bot] almost 2 years ago

Changelog for v1.1.0

  • [add] List: input tree data by it.
  • [add] add build time by html meta label.
  • [add] sss(css) & lsss(less) for developing shadow dom components.
  • [fix] fix getFileSrc does not match the Yao.
  • [change] Image: set preview default as false.
  • [remove] DynamicList replaced by List now.
xgen - v1.0.0

Published by github-actions[bot] almost 2 years ago

Changelog for v1.0.0

  • test release