- Move
beanie
andturban
fromhairType
tohatType
. - Add new options for
hatColor
andhatType
. - Add a very simple demo to preview and test.
- More
hairType
can be chosen. (beanie
andturban
) - Still no Demo. (Will be added in the next release)
- The parameter type of
genConfig
loses some options.
- The
d.ts
files are merged into one file, making the unpacked size smaller. - Now you can use
app.use()
to register the component globally, or import it inside the component for partial registration. - More complete documentation, more detailed tutorial.
- Still no Demo. (Will be added in the next release)
- Written in
TypeScript
, providing complete type support. - Modify the names of some
props
to provide more semanticprops
. - Smaller package size. (This has nothing to do with me, it is all the credit of
Vue
) - More incomplete documentation and Demo presentation. (Currently part of the document is copied from the original author, and the Demo presentation uses the original author and will be added immediately)