New features and improvements
- Release beta version of the Google Tag Manager package.
- More info at the Feature Discussion.
- Pull Request #371 .
Bear in mind that this package is currently in beta version. It hasn’t proper tests or docs and we’re planning to change its API in the coming weeks.
- Add an option called
authorBase
to change the base of author links. Useful when a custom structure for permalinks is set in the WordPress site connected with the@frontity/wp-source
package.- More info at the Feature Discussion.
- Pull Request #382.
- Add
method
option toactions.router.set()
to allow"replace"
in addition to"push"
.- Thanks @orballo! Pull Request #380 .
- More info at the Feature Discussion.
- Use an options object as the second parameter of the
error
function to keep consistency with the rest of the Frontity APIs. #351 - Recommend mars-theme to beginners, because it’s simpler and has more comments. #354
- Change the TypeScript API to define processors in
@frontity/html2react
, allowing to pass an Element definition instead of just the element’s props definition. #370
Bug fixes
-
data.isHome
is now available whendata.isReady
turns true. #369 - Move
getSnapshot
from a store property to an import of"@frontity/connect"
. #360 - Fix 404 pages of twentytwenty-theme. #358
- Fix vulnerability in minimist package. #357
- Don’t catch errors in
npx frontity serve
. #350 - Add a
"bin"
property to thepackage.json
ofcreate-frontity
. #349 - Temporary fix to make anchors with a hash work, like
/some-post#some-id
. This will be superseded by a combination of router converters and an internal router hook. Thanks @orballo! #321
To keep Frontity and its packages updated, you can follow this guide of our documentation.
Packages Changelog
@frontity/connect@1.0.5
Patch Changes
-
34b37ec8
#360 Thanks @luisherranz! - MovegetSnapshot
from a store property to an import of"@frontity/connect"
.
@frontity/core@1.5.2
Patch Changes
-
34b37ec8
#360 Thanks @luisherranz! - MovegetSnapshot
from a store property to an import of"@frontity/connect"
.
-
ffdebed8
#357 Thanks @luisherranz! - Fix vulnerability in minimist package.
-
ac8832b1
#350 Thanks @luisherranz! - Don’t catch errors innpx frontity serve
. - Updated dependencies [
34b37ec8
]:- @frontity/connect@1.0.5
@frontity/wp-source@1.7.0
Minor Changes
-
9b7858ba
#382 Thanks @DAreRodz! - Add an option calledauthorBase
to change the base of author links. Useful when a custom structure for permalinks is set in the WordPress site connected with the@frontity/wp-source
package.
Patch Changes
-
ad275b2e
#369 Thanks @luisherranz! -data.isHome
is now available whendata.isReady
turns true. - Updated dependencies [
34b37ec8
,7854971e
]:- @frontity/connect@1.0.5
- frontity@1.5.3
@frontity/router@1.1.0
Minor Changes
-
0b09d627
#380 Thanks @orballo! - - Addmethod
option toactions.router.set()
to allow"replace"
in addition to"push"
.- Add
state
option toactions.router.set()
to allow storing an object inwindow.history
.
More information in this Feature Discussion: Router set options: method, title and state
- Add
@frontity/tiny-router@1.2.0
Minor Changes
-
0b09d627
#380 Thanks @orballo! - - Addmethod
option toactions.router.set()
to allow"replace"
in addition to"push"
.- Add
state
option toactions.router.set()
to allow storing an object inwindow.history
.
More information in this Feature Discussion: Router set options: method, title and state
- Add
Patch Changes
-
5e199053
#321 Thanks @orballo! - Temporary fix to make anchors with a hash work, like/some-post#some-id
.This will be superseded by a combination of router converters and an internal router hook.- Updated dependencies [
0b09d627
]:- @frontity/router@1.1.0
frontity@1.5.3
Patch Changes
-
7854971e
#354 Thanks @luisherranz! - Recommend mars-theme to beginners, because it’s simpler and has more comments. - Updated dependencies [
34b37ec8
,ffdebed8
,43cf2305
,ac8832b1
]:
@frontity/google-tag-manager@0.1.1
Patch Changes
-
49108a62
#371 Thanks @DAreRodz! - Release beta version of the Google Tag Manager package. - Updated dependencies [
7854971e
]:- frontity@1.5.3
@frontity/twentytwenty-theme@1.1.1
Patch Changes
-
1130066b
#358 Thanks @SantosGuillamot! - Fix 404 pages of twentytwenty-theme. - Updated dependencies [
4dc3ccd8
,7854971e
]:
@frontity/html2react@1.3.2
Patch Changes
-
4dc3ccd8
#370 Thanks @DAreRodz! - Change the TypeScript API to define processors, allowing to pass an Element definition instead of just the element’s props definition. - Updated dependencies [
34b37ec8
,7854971e
]:
@frontity/error@0.1.0
Minor Changes
-
43cf2305
#351 Thanks @luisherranz! - Use an options object as the second parameter of theerror
function to keep consistency with the rest of the Frontity APIs.
create-frontity@1.0.1
Patch Changes
-
54d2a174
#349 Thanks @luisherranz! - Add a"bin"
property to thepackage.json
ofcreate-frontity
. - Updated dependencies [
7854971e
]:- frontity@1.5.3