All notable changes to the New Fractal Folder extension will be documented in this file.
SASS OPTION REMOVED 😿 CUSTOM EXTENSIONS OPTION ADDED 🎉
If you were previously generating a .scss or .sass file in the Sass Extension option, you will now need to add the extension to the Custom Extensions option.
You can now add as many file extensions as you wish. Just enter a comma seperated list in the Custom Extensions option, such as scss,jsx,partytime, and each will be created as a file matching the folder name.
- Add optional README file generation
- Remove numerical order prefix from file name
- Folder name
01-componentwill create files namedcomponent, rather than01-componentas per Fractal ordering
- Folder name
- Remove leading underscore from file names
- Folder name
_hidden-componentwill create files namedhidden-component, rather than_hidden-componentas per Fractals hidden naming
- Folder name
- Update credit: @fuhlig, closes issues #1 and #2.
- Update documentation
- Add fractal file extension option
- Initial release