New features and improvements
- Create a
README.md
file on npx frontity create
with a brief explanation of how to work with Frontity and links to the community and documentation.
- Frontity users can now use
yarn
instead of npm
#387.
Bug fixes
- Use a CSS-only loader in
mars-theme
to get rid of the outdated react-spinners
package.
- Fix tag underlining on hover in
twentytwenty-theme
.
- Use a CSS-only loader in
twentytwenty-theme
to get rid of the outdated react-spinners
package.
- Donβt embed fonts so big because they have an impact on LightHouse performance score. I have reduced the limit from 25Kbs to 8Kbs, which seems to be the recommendation in Webpack. #406
- Use
swap
in all font-displays
. This was needed because we are not embedding fonts smaller than 25Kbs anymore. #406
To keep Frontity and its packages updated, you can follow this guide of our documentation.
Packages Changelog
frontity@1.6.0
Minor Changes
-
bf3db894
#391 Thanks @hideokamoto! - Create a README.md
file on npx frontity create
with a brief explanation of how to work with Frontity and links to the community and documentation.
Patch Changes
@frontity/core@1.5.3
Patch Changes
-
502bc144
#406 Thanks @luisherranz! - Donβt embed fonts so big because they have an impact on LightHouse performance score. I have reduced the limit from 25Kbs to 8Kbs, which seems to be the recommendation in Webpack.
-
7c2a99f9
#387 Thanks @iamuchejude! - Fix yarn symlink bug
@frontity/mars-theme@1.4.1
Patch Changes
@frontity/twentytwenty-theme@1.1.2
Patch Changes