Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@iamSahdeep iamSahdeep released this 23 Feb 19:46
· 7 commits to master since this release

0.5.0

  • Using Widget RobotDetector to detect google bot etc. debug option to enable robot mode even if user agent don't have it.
  • routeObserver name changed to seoRouteObserver
  • TextRenderer now can have Text or RichText as child or simply text as String. if both supplied text property will be prioritised.
  • style property now have TextRendererStyle which is Enum, defaults to TextRendererStyle.paragraph
  • LinkRenderer have text property instead of anchorText and href instead of link to provide Link.
  • ImageRenderer can have src which is String type and child which can be any ImageProvider. src will have priority in both them.
  • RenderScrollListener is removed and scrolls will be automatically handled.
  • All thanks to @krokyze, see PR11