Releases: vscodeshift/mui-snippets
Releases · vscodeshift/mui-snippets
v1.0.1
v1.0.0
1.0.0 (2021-09-29)
Bug Fixes
- .vscodeignore (vsce has half-baked ignore logic) (aa67832)
- activate and resolve snippet imports async (02aded2)
- add option to turn off automatic imports (043c289), closes #14
- add some debugging output (f4f8bbb)
- camelCase snippet names (ba22aad)
- consistency (08b325a)
- fix still-broken publishing (c9ee8a6)
- insert imports one line higher (4acea62)
- make snippets configurable (2d75888)
- migrate snippets to MUIv5 (ebf4e08)
- missing deps, unignore some output files (d59b058)
- package displayName and icon (80f945d), closes #7
- remove debug output (cf88924)
- remove mui-radio-button-group (6010f1a)
- reorganize controlled/uncontrolled definitions (fea3d34)
- restore accidentally deleted commands and docs, argh (02e9b4b)
- show tip about performance problems (d9c7635)
- try again to fix vsce publishing (442f25c)
- try to fix missing dep issue (47a366e)
- tweak a few snippets (d7ef594)
- typo (370323f)
- unignore icon.png (251577c)
- use babel-parse-wild-code, try to fix bundling issue (4e80d61)
- mui-icon-button: fix typo (27c46e8)
Features
- add editor commands to insert snippets (9e538bd)
- add importPaths setting (cddf800), closes #4
- add more snippets (95d4190)
- add more snippets, use options for variant props, make some props deletable (4f32ebb)
- add mui-fab, mui-fab-extended (668cdc1)
- add mui-typography (87f75c7)
- enable in plain JS mode (9ac3d4a), closes #11
- initial commit (c62c8c4)
- set up skeleton (df4bc87)
- support adding imports when snippets are selected (15dd0b9)
- work in progress [ci skip] (36a9058)
BREAKING CHANGES
- all snippet names have been converted from kebab-case to camelCase,
because tab completion doesn't work with kebab-case. - I'm labeling this as a breaking change just because some of the snippets behave quite a bit differently now and I don't want it
to be too much of a surprise to people.