New features and improvements
- Create a
README.md
file onnpx frontity create
with a brief explanation of how to work with Frontity and links to the community and documentation.- Thanks @hideokamoto for the Pull Request #391!
- Frontity users can now use
yarn
instead ofnpm
#387.
Bug fixes
- Use a CSS-only loader in
mars-theme
to get rid of the outdatedreact-spinners
package.- Thanks @w3bdesign for the Pull Request #409!
- Fix tag underlining on hover in
twentytwenty-theme
. - Use a CSS-only loader in
twentytwenty-theme
to get rid of the outdatedreact-spinners
package.- Thanks @w3bdesign for the Pull Request #418!
- 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 allfont-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 aREADME.md
file onnpx 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
-
77327403
#409 Thanks @w3bdesign! - Use a CSS-only loader to get rid of the outdatedreact-spinners
package. - Updated dependencies [
bf3db894
]:- frontity@1.6.0
@frontity/twentytwenty-theme@1.1.2
Patch Changes
-
f945ec01
#418 Thanks @w3bdesign! - Use a CSS-only loader to get rid of the outdatedreact-spinners
package. -
7ca40685
#388 Thanks @uokesita! - Fix tag underlining on hover. -
502bc144
#406 Thanks @luisherranz! - Useswap
in allfont-displays
. This was needed because we are not embedding fonts smaller than 25Kbs anymore. - Updated dependencies [
bf3db894
]:- frontity@1.6.0