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-component
will create files namedcomponent
, rather than01-component
as per Fractal ordering
- Folder name
- Remove leading underscore from file names
- Folder name
_hidden-component
will create files namedhidden-component
, rather than_hidden-component
as per Fractals hidden naming
- Folder name
- Update credit: @fuhlig, closes issues #1 and #2.
- Update documentation
- Add fractal file extension option
- Initial release