Bug fixes
-
babel-loader
throws an error if the cache identifier is not a string. #348 - Avoid console error when an old tab is opened with localhost and the server is restarted. #344
- Fix some minor Webpack bundling warnings. #333
- Add deprecation warning for
process
in processors and remove old types. #336 - Add a fallback to 0 in case
default
(second param) is missing in bothgetTotal
andgetTotalPages
and add backward compatibility to handlers receiving theroute
param instead of thelink
one. #339
New features
- Release
create-frontity
package linked tonpx frontity create
. This way, people can usenpm init frontity
as well asnpx frontity create
. #336
To keep Frontity and its packages updated, you can follow this guide of our documentation.
Packages Changelog
@frontity/core@1.5.1
Patch Changes
-
a6cea54c
#333 Thanks @luisherranz! - Fix some minor Webpack bundling warnings. -
96180f92
#344 Thanks @luisherranz! - Avoid console error when an old tab is opened with localhost and the server is restarted. -
b6fab41a
#348 Thanks @luisherranz! -babel-loader
throws an error if the cache identifier is not a string.
@frontity/html2react@1.3.1
Patch Changes
-
06985b1a
#336 Thanks @luisherranz! - Add deprecation warning forprocess
in processors. Apart from that, types don’t need to be backward compatible because they don’t cause errors in Frontity, so I have removed all the old types.
@frontity/wp-source@1.6.2
Patch Changes
-
e6f48dd9
#339 Thanks @luisherranz! - - Add a fallback to 0 in casedefault
(second param) is missing in bothgetTotal
andgetTotalPages
.- Add backward compatibility to handlers receiving the
route
param instead of thelink
one.
- Add backward compatibility to handlers receiving the
create-frontity@1.0.0
Major Changes
-
de6118a5
#337 Thanks @luisherranz! - Releasecreate-frontity
package linked tonpx frontity create
. This way, people can usenpm init frontity
as well asnpx frontity create
.