Skip to content

v2.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@topheman topheman released this 21 Mar 15:50
· 14 commits to master since this release

v2.0.0-alpha.0 (2019-03-21)

Mainly adding design using styled-components and setup Travis CI.

Chores
  • travis: setup travis with Cypress recording (#3) (17e99931)
  • next: upgrade next (0b2c999d)
Documentation Changes
  • REAMDE: add infos about v1.x branch (13f66447)
New Features
  • cssInJs:
    • setup styled components + style/design for Header (#1) (
      57c13cf3
      )
  • Home:
  • TwitterButton: setup TwitterButton (948e5e75)
  • *:
    • prefetch Home, About and Qrcode pages (63fd29e8)
    • design for desktop + mobile (#2) (665880b4)
  • Drawer:
  • Qrcode: setup Qrcode page (3423664d)
  • HeaderTop: higher buttons for mobile (41fb883c)
  • Filmography: add person filmography - both desktop and mobile (29a5dfad)
Bug Fixes
  • TextContent: prevent failure on null content (b218e6e8)
  • HeaderTop: re-align loader on small smartphones (fa2b468e)
  • SiteNetworks: fix github url (8e876d23)
  • Search: support mobile (click/tap on result) (f9169207)
  • cypress: fixed e2e test (1608487a)
Refactors
  • *: cleanup console.logs (f0e42bcf)
  • Sidebar: accept remainingProps (ca64e1bf)
  • i18n: remove en/fr/about.json file (abc596c9)

Diff: v1.0.0...v2.0.0-alpha.0