Bug fixes
-
babel-loaderthrows 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
processin processors and remove old types. #336 - Add a fallback to 0 in case
default(second param) is missing in bothgetTotalandgetTotalPagesand add backward compatibility to handlers receiving therouteparam instead of thelinkone. #339
New features
- Release
create-frontitypackage linked tonpx frontity create. This way, people can usenpm init frontityas 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-loaderthrows an error if the cache identifier is not a string.
@frontity/html2react@1.3.1
Patch Changes
-
06985b1a#336 Thanks @luisherranz! - Add deprecation warning forprocessin 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 bothgetTotalandgetTotalPages.- Add backward compatibility to handlers receiving the
routeparam instead of thelinkone.
- Add backward compatibility to handlers receiving the
create-frontity@1.0.0
Major Changes
-
de6118a5#337 Thanks @luisherranz! - Releasecreate-frontitypackage linked tonpx frontity create. This way, people can usenpm init frontityas well asnpx frontity create.
To keep Frontity and its packages updated, you can follow