Features
- Initialize a git repository in the project folder when starting a new project with
frontity create. Additionally, add a--no-gitoption to the CLI which skips the initialization. Thanks @orballo for the contribution in the Pull Request
!
Bug fixes
- Script component should not define the children prop when using the src attribute. #823
- Remove the internal utility
verboseRegExpas comment for verbose regexp were leaking into the bundle without being deleted. Verbose regexps are documented now with TSDocs. #819 - Fix a problem that prevented Frontity packages containing “webpack” in the name from being transpiled. #830
Packages Changelog
@frontity/components@1.7.3
Patch Changes
-
a5e08a36#823 Thanks @cristianbote! - Script component should not define the children prop when using the src attribute. - Updated dependencies [
4d652ea2]:- frontity@1.16.0
frontity@1.16.0
Minor Changes
-
4d652ea2#788 Thanks @orballo! - Initialize a git repository in the project folder when starting a new project withfrontity create. Additionally, add a--no-gitoption to the CLI which skips the initialization.
@frontity/wp-source@1.11.5
Patch Changes
-
0abc237f#819 Thanks @DAreRodz! - Remove the internal utilityverboseRegExpas comment for verbose regexp were leaking into the bundle without being deleted. Verbose regexps are documented now with TSDocs. - Updated dependencies [
4d652ea2]:- frontity@1.16.0
@frontity/core@1.14.1
Patch Changes
-
6c27804fThanks @luisherranz! - Fix a problem that prevented Frontity packages containing “webpack” in the name from being transpiled.