3.1.5 • Published 4 years ago

mini-genieui v3.1.5

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
4 years ago

Develop

  1. Make sure yarn is installed. If not, run
npm install -g yarn
  1. Run the following command to compile components from src into demo/lib folder. And open demo folder in Alipay Miniapp IDE to view existing component demos
npm run dev
  1. When developing new components, checkout a new branch
git checkout -b feat/your-component

Create a folder under src to write component source code. Also you can write a demo page under demo/pages for your comopennt to visulize and test it.

Make sure the component is well designed and tested. When everything is ready, create a Merge Request to master and set @佐轮 as reviewer. After reviewing, the branch will be merged and published to npm registry.

Change Log

v3.0.0

  • Add slider component.
  • Add modal component.
  • Add switch component.
  • Add button component.
  • Add avatar component.
  • Add badge component.
  • Add tag component.
  • Add card component.
  • Rename g-tabs to tabs.
  • Rename g-tab-content to tab-content.
  • Rename g-dialog to dialog

v2.1.0

  • Add g-dialog component

v2.0.0

  • Remove default margin-left value from g-tabs.
  • Add tabBarWrapperCls to g-tabs props;

v1.0.0

  • Add g-tabs, g-tab-content components
3.1.5

4 years ago

3.1.4

4 years ago

3.0.4

4 years ago

3.0.5

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago