Skip to content

Releases: topheman/nextjs-movie-browser

v2.0.1

31 Mar 09:30
Compare
Choose a tag to compare

v2.0.1 (2019-03-31)

New Features
  • Footer: add #ReactJS to twitter message (07aeac93)
  • Title: add text-shadow (7f695f1b)

Diff: v2.0.0...v2.0.1

v2.0.0

24 Mar 13:53
Compare
Choose a tag to compare

v2.0.0 (2019-03-24)

Chores
  • *: enforce canonical url in production (also https) (66653a0a)
Documentation Changes
New Features
  • Footer: add to TwitterButton (f038e20b)
  • Home: change text (0e083c49)
  • TranslationPicker:
    • reset translation button when none available (e3cca23b)
    • highlight when translations are available (b3beea99)
  • a11y: correct navigation via keyboard (636f079a)
  • CloseOnEscape: close Drawer and TranslationPicker on esc. key (2ba32bec)
Bug Fixes

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

v1.0.1

22 Mar 16:49
Compare
Choose a tag to compare

v1.0.1 (2019-03-22)

Chores
  • travis: setup travis with Cypress recording (#3) (2093e1ab)
  • next: upgrade next (0b2c999d)
Documentation Changes
  • README: update travis badge for v1.x branch (6c8ac070)
  • REAMDE: add infos about v1.x branch (13f66447)
Bug Fixes
  • TextContent: prevent failure on null content (810efea5)
  • Search: support mobile (click/tap on result) (7103d232)
  • cypress: fixed e2e test (1608487a)

Diff: v1.0.0...v1.0.1

v2.0.0-alpha.0

21 Mar 15:50
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-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

v1.0.0

10 Mar 09:11
Compare
Choose a tag to compare

First version with basic design.

All the the following features are already there:

  • SSR
  • SEO / Social media car friendly
  • i18n
    • Multi-languag support
    • SUpport for rtl (right to left) languages
  • Others
    • Code quality: type checking, linting, unit/e2e testing, git hooks ...
    • automation / dev pipeline
    • documentation