New features
-
First beta version of the Smart Ad package . It allows users to connect their ads from this server in a really easy way, just including the information needed in the
frontity.settings.js
file.This package, as other ads packages, uses the Slot and Fills pattern, so you can take a look at the Google Ad Manager demo, where there is an example of this approach. The implementation of the Smart Ad package is pretty similar, you just have to change the
frontity.settings.js
file to match your own props. You can see an example at the same Feature Discussion.
Bug fixes
- Do not call
actions.source.fetch()
if it doesn’t exist. #569 - Fix
data.isHome
when thestate.source.homepage
option is set. #599 - Fix an error that happens when an inline script evaluation returns a value.See #592. #593
Packages Changelog
@frontity/smart-adserver@1.0.0
Major Changes
-
ebccd59f
#569 Thanks @michalczaplinski! - Create the@frontity/smart-adserver
package following the Feature Discussion: Smart Adserver.
@frontity/tiny-router@1.2.2
Patch Changes
-
c21b2b4f
#569 Thanks @michalczaplinski! - Do not callactions.source.fetch()
if it doesn’t exist.