New features
-
First beta version of the Google Ad Manager package (previously DoubleClick For Publishers). It allows users to connect their ads from this server in a really easy way, just including the information in the
frontity.settings.js
file.Here we have a quick demo:
-
Introducing auto prefetching to the
<Link />
component, which makes the next page load instant. Thanks @nicholasio.oliveira for the Pull Request! There are four supported modes:- “in-view”: Prefetch links that are currently visible in the viewport.
- “all”: Prefetches all internal links on the page.
- “hover”: Prefetches links on hover.
- “no”: No auto prefetch.
Here we have a quick demo:
We released a first beta version of the WordPress comments package, which will allow users to retrieve and post comments of a specific post in a really easy way, but we have encountered some errors in the action to post new comments, so we’re going to work on fixing them and we’ll probably release a new version next week.
Bug fixes
- Fix a bug that causes a server crash and 500 errors to be returned if a URL contained a partly known entity. E.g.
/undefined/2020/some-interesting-post
. #366 - Fix a bug where requesting posts for a date that is outside of the calendar range causes a 500 error instead of a 404. #513
- Fix for package names that start with a number, like
@123/package
. #524 - Add
@frontity/core
as a peer dependency offrontity
to make sure that people get a warning when they updatefrontity
if they have not updated@frontity/core
as well. #516 - Fix html2react parser support for some SVG attributes that contain dashes and colons. Thanks @orballo for the Pull Reuqest! #530
- Reword the README to specify that users need to install the Rest API Head Tags WP plugin before using the frontity head-tags package. #512
Next release
For the next release, we’ll fix the problems with the action to post new comments and release the first beta version of the WordPress comments package. We expect to do so next week.
Packages Changelog
@frontity/components@1.5.0
Minor Changes
-
Introducing auto prefetching to the
<Link />
component.There are four supported modes:- “in-view”: Only prefetch links that are currently visible in the viewport.
- “all”: Prefetches all internal links on the page.
- “hover”: Prefetches links on hover.
- “no”: No auto prefetch.The prefetch mode should be set in
state.theme.autoPrefetch
.
Patch Changes
- Updated dependencies [
17f539bf
]:- frontity@1.10.1
@frontity/wp-comments@0.2.0
Minor Changes
-
ce672740
#495 Thanks @DAreRodz! - Release the first beta version of@frontity/wp-comments
package (Feature Discussion).
Patch Changes
@frontity/core@1.7.3
Patch Changes
-
a0fc05cb
#525 Thanks @luisherranz! - Fix for package names that start with a number, like@123/package
.
frontity@1.10.1
Patch Changes
-
17f539bf
#516 Thanks @luisherranz! - Add@frontity/core
as a peer dependency offrontity
to make sure that people get a warning when they updatefrontity
if they have not updated@frontity/core
as well. - Updated dependencies [
a0fc05cb
]:- @frontity/core@1.7.3
@frontity/wp-source@1.8.1
Patch Changes
-
2a28af19
#513 Thanks @michalczaplinski! - Fix a bug where requesting posts for a date that is outside of the calendar range causes a 500 error instead of a 404. -
769a7bfd
#506 Thanks @michalczaplinski! - Fix the bug that causes a server crash and 500 errors to be returned if a URL contained a partly known entity. E.g./undefined/2020/some-interesting-post
. - Updated dependencies [
17f539bf
]:- frontity@1.10.1
@frontity/google-ad-manager@0.1.0
Minor Changes
-
7edf061e
#522 Thanks @DAreRodz! - Release the first beta version of the Google Ad Manager package (Feature Discussion).
@frontity/head-tags@1.0.5
Patch Changes
-
c219fb63
#512 Thanks @michalczaplinski! - Reword the README to specify that users need to install the Rest API Head Tags WP plugin before using the frontity head-tags package