3.1.5 • Published 6 years ago
mini-genieui v3.1.5
Develop
- Make sure
yarnis installed. If not, run
npm install -g yarn- Run the following command to compile components from
srcintodemo/libfolder. And opendemofolder in Alipay Miniapp IDE to view existing component demos
npm run dev- When developing new components, checkout a new branch
git checkout -b feat/your-componentCreate 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
slidercomponent. - Add
modalcomponent. - Add
switchcomponent. - Add
buttoncomponent. - Add
avatarcomponent. - Add
badgecomponent. - Add
tagcomponent. - Add
cardcomponent. - Rename
g-tabstotabs. - Rename
g-tab-contenttotab-content. - Rename
g-dialogtodialog
v2.1.0
- Add
g-dialogcomponent
v2.0.0
- Remove default
margin-leftvalue fromg-tabs. - Add
tabBarWrapperClstog-tabsprops;
v1.0.0
- Add
g-tabs,g-tab-contentcomponents