Skip to content

Latest commit

 

History

History
160 lines (83 loc) · 7.49 KB

CHANGELOG.md

File metadata and controls

160 lines (83 loc) · 7.49 KB

0.10.1 (2018-12-21)

Bug Fixes

  • media: fixes media.original sending url before empty shape (96ffd06)
  • media: non existent src or srcset now return null (a89d4c7)
  • tests: updates snapshot (cfc758f)

0.10.0 (2018-11-02)

Features

  • opt-in-queries: use query params defined in connection settings (9ff4f2c)

0.9.10 (2018-10-31)

Bug Fixes

  • media-content: ensure content is always an array (c0dc644)

0.9.9 (2018-10-26)

Bug Fixes

  • semantic-release: fix repository url in package.json (c953079)
  • semantic-release: rollback semantic-release version (ce36338)
  • semantic-release: setup with semantic-release-cli (9536746)
  • semantic-release: update @semantic-release/github (9c1f6d9)
  • semantic-release: update semantic-release dependencies (c0b868f)
  • semantic-release: update to latest version for security reasons (5704562)

0.9.9 (2018-10-26)

Bug Fixes

  • semantic-release: rollback semantic-release version (ce36338)

0.9.8 (2018-10-25)

Bug Fixes

  • react: update react and react-dom (351dd72)

0.9.7 (2018-10-25)

Bug Fixes

  • amp: use the correct stores (a05dd3c)

0.9.6 (2018-10-24)

Bug Fixes

  • esmodules: fixes lodash-es loading in jest and entityshape import (8d97329)
  • head: move fetchHeadContent to its own file (c777416)
  • list: list.isReady doesn't relay in entities.length [WIP] (9166d87)
  • list-page: fix isEmpty field and add tests (c5655ae)
  • list-page: fix isReady field when list is empty (9d4c5e3)
  • lodash: migrates back to lodash-es (9d542fd)
  • lodash: removes lodash-es and installs lodash (1f30e75)
  • stores: use afterCsr only in the client (ec3ae3f)
  • stores: use beforeSsr only in the server (4a8ae4f)
  • tests: install missing dev dependencies (88941a8)

0.9.5 (2018-10-02)

Bug Fixes

  • context: get next column and extract list at the same time (1de490e)
  • item: change afterCreate hook and fix nextItem view (7914cc4)

0.9.4 (2018-09-26)

Bug Fixes

  • media: use original src and width for srcset if no sizes (f76a719)

0.9.3 (2018-08-31)

Bug Fixes

  • entity: check if sizes.length is not 0 before reducing the array (09f0585)

0.9.2 (2018-08-29)

Bug Fixes

  • head-meta: fix bug with title when entity is not ready yet (8169e30)

0.9.1 (2018-08-23)

Bug Fixes

  • head-content: filters out meta tags with invalid attributes (428bb6e)

0.9.0 (2018-08-16)

Features

  • api: uses cdn for api if available (a367eaf)
  • media: adds src and srcSet fields to media entity (00c23ca)

0.8.1 (2018-07-25)

Bug Fixes

  • head-meta: fix headMeta shape (82365e9)
  • paged-link: add trailing slash to paged links (94202c8)

0.8.0 (2018-07-17)

Bug Fixes

  • head-content: calls fetchHeadContent in beforeSsr (0f5e9ca)

Features

  • entity: create HeadMeta model with title and pagedTitle views (13c6f27)
  • flows: removes flows (696b05c)
  • stores: removes flows and adds afterCsr hook (4dbe933)

BREAKING CHANGES

  • flows: removes flows

https://github.com/wp-pwa/saturn-theme/issues/329

0.7.0 (2018-07-02)

Bug Fixes

  • amp: fixes client entry points in AMP (840a088)
  • converters: use date instead of date_gmt for media (e18be70)
  • entity-shape: add raw to entity shape (864981d)
  • normalizr: missing package (4b5d45f)
  • schemas: solve bug in normalizr (ad7819a)

Features

  • entity: rename .entity to .raw (2bb5e10)