Skip to content

v1.3.0 - UI Improvements

Compare
Choose a tag to compare
@addyosmani addyosmani released this 02 Oct 14:51
· 319 commits to main since this release

You might notice that the yo UI has gotten some love. Generators are now sorted by how many times you've run them \o/

Run this little baby to update to this release:

$ npm update --global yo

For the full list of fixes and other updates, see the changelog below.

Fixes

  • f2caede sort generators by "most used"
  • 65a6575 drop using peerDependencies
  • 53fe3bd add grunt-cli as a devDep
  • 024d8fd dim the generator command message
  • 0d430d2 remove useless generator- prefix when searching for generators
  • 940f812 remove version of generators from the list
  • 1f05c71 prettify the main menu
  • ec829c3 humanise the generator names
  • e5bf9f3 use dim rather than gray style for the generator versions

Other updates

  • 9b6273f Bump to latest grunt-mocha-test
  • f94eb78 Update to latest generator, notifier
  • 9a8716a bump deps
  • 9f68460 extract the yeoman character into its own module

As always, thanks to all our amazing contributors for making this release possible.