Skip to content

Releases: topheman/npm-registry-browser

v1.0.1

23 Jan 16:04
Compare
Choose a tag to compare

v1.0.1 (2020-01-23)

Chores
  • *: install latest prettier version 1.19.1 (750d4a55)
  • travis: fix cypress error - missing library (#36) (352bbdb8)
Bug Fixes
  • iOs: broken scroll caused by backdrop with z-index (6c2547b3)
  • npm: resolve failing install (#34) (5c905cc3)
Code Style Changes

Diff: v1.0.0...v1.0.1

v1.0.0

05 Oct 06:16
Compare
Choose a tag to compare

v1.0.0 (2018-10-05)

Release Candidates stable, publishing major.
Chores

Diff: v1.0.0-rc.11...v1.0.0

v1.0.0-rc.11

13 Jun 15:03
Compare
Choose a tag to compare

v1.0.0-rc.11 (2018-06-13)

Chores
Documentation Changes
New Features
Bug Fixes
  • Search: display loader indicator on regular screens (a9cc8dec)

Diff: v1.0.0-rc.10...v1.0.0-rc.11

v1.0.0-rc.10

20 May 16:55
Compare
Choose a tag to compare

v1.0.0-rc.10 (2018-05-20)

🚚Added Continuous deployment.

On each tag pushed to master:

On each commit pushed to master:

Read more

Chores
Documentation Changes
  • NOTES.md: add infos about continuous deployment (#24) (79adbfb9)
Bug Fixes
  • travis: deploy mocks only if tag present (#25) (76afa8d8)

Diff: v1.0.0-rc.9...v1.0.0-rc.10

v1.0.0-rc.9

15 May 12:41
Compare
Choose a tag to compare

v1.0.0-rc.9 (2018-05-15)

Chores
  • material-ui: upgrade to v1.0.0-rc.0 - fix import paths (#16) (7a1008af)
Documentation Changes
  • README.md: add "get started right away" section (#18) (ea0fcffe)
New Features
  • qrcode: add page with qrcode to snap on mobile (#17) (562a9168)

Diff: v1.0.0-rc.8...v1.0.0-rc.9

v1.0.0-rc.8

09 May 09:07
Compare
Choose a tag to compare

v1.0.0-rc.8 (2018-05-09)

Chores
  • *:
    • upgrade material-ui & @material-ui/icons (#13) (5e28d255)
      • upgrade @material-ui/icons to 1.0.0-beta.33 (8ada70a6)
      • upgrade material-ui from 1.0.0-beta.43 to 1.0.0-beta.44 (d228f24b)
    • setup generate-changelog npm script (#11) (bb211d42)
Documentation Changes
  • README.md: add link to tweet containing video example of e2e tests (3829d5ed)
New Features
Bug Fixes
  • material-ui: specify img width inside ListItemIcon (18a61899)
  • *: ensure analytics only on production server (57f1b513)
Refactors
  • *: cleanup unnecessary code (51777ebe)

Diff: v1.0.0-rc.7...v1.0.0-rc.8

v1.0.0-rc.7

27 Apr 12:55
Compare
Choose a tag to compare

1.0.0-rc.7 (2018-04-27)

Chores
  • *:
    • upgrade react-scripts from 1.1.1 to 1.1.4 (#9) (32d6adba)
    • upgrade material-ui from 1.0.0-beta.42 to 1.0.0-beta.43 (#6) (c829fca5)
  • cypress: ensure server is ready before launching tests (#4) (dc47531c)
New Features
  • Search: better UX on mobile and small devices 📱 (#10) (1a216162) thx @warpdesign for the codereview + UX feedback on this one 👍
  • cypress: load babel-polyfill before starting (a36a6a5d)
  • apis: if api.npms.io is down, fallback to registry.npmjs.org (#7) (3336acdf)
Bug Fixes
  • CodeBlock: correct remainingProps (6d297d42)
  • cypress: add polyfill for cypress open (791466ff)
  • typo: removed some describe.only (whatever - jest parallelize tests) (0fd99c73)
Refactors
  • *:
    • apply remainingProps to components (9a602d7c)
    • propagate className/style on components (#5) (242071fc)
Code Style Changes

Diff: v1.0.0-rc.6...v1.0.0-rc.7

v1.0.0-rc.6

22 Apr 16:59
Compare
Choose a tag to compare

1.0.0-rc.6 (2018-04-22)

New Features
  • SearchResults: setup a search results page (#2) (5c40dd9b)

Diff: v1.0.0-rc.5...v1.0.0-rc.6

Hit enter in the search input will now display a search results page.

v1.0.0-rc.5

21 Apr 10:07
Compare
Choose a tag to compare

1.0.0-rc.5 (2018-04-21)

New Features

Diff: v1.0.0-rc.4...v1.0.0-rc.5

v1.0.0-rc.4

20 Apr 18:36
Compare
Choose a tag to compare

1.0.0-rc.4 (2018-04-20)

New Features
  • apis: plug api.npms.io for search suggestions (6f311995)
  • Search: add highlight attr to search api results (c24ee973)
Bug Fixes
  • Search:
    • better experience on mobile with dropdown (90aa41b3)
    • correct highlight (ff589ed2)
  • apis: abstract away axios { data } object for apis methods (66dd1276)

Diff: v1.0.0-rc.3.1...v1.0.0-rc.4

Thx @warpdesign for the UI feedbacks 👍