Releases: topheman/npm-registry-browser
Releases · topheman/npm-registry-browser
v1.0.1
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
- prettier: prettify with [email protected] (01c5a4b3)
Diff: v1.0.0...v1.0.1
v1.0.0
v1.0.0-rc.11
v1.0.0-rc.11 (2018-06-13)
Chores
- material-ui:
- upgrade to [email protected] (#29) (2c78a208)
- upgrade to [email protected] (#26) (144dd819)
- cypress: upgrade to [email protected] (#27) (4f7bcbe8)
- All specs are ran in one test suite for better perf (2 issues opened about that: cypress-io/cypress#1915 / cypress-io/cypress#1879)
Documentation Changes
- NOTES.md: update CD part (bb487828)
New Features
- About: setup About page (a21e1723)
- Search: add icon in input field for better UI (779d13ae)
- *: use
forwardRef
in HOC based on render props (#31) (430ec2e4) - *-testing-library: upgrade react/cypress/dom-testing-library (#30) (7f57b88b)
- react: upgrade to [email protected] - fix breaking changes (#28) (33824b7d)
Bug Fixes
- Search: display loader indicator on regular screens (a9cc8dec)
v1.0.0-rc.10
v1.0.0-rc.10 (2018-05-20)
🚚Added Continuous deployment.
On each tag pushed to master
:
- updates production server: https://topheman.github.io/npm-registry-browser/
- updates mocked server: https://mock-npm-registry-browser.surge.sh/ Read more about mocks
- the artefacts generated in the
build
folder are uploaded to the releases section
On each commit pushed to master
:
- updates staging server https://staging-npm-registry-browser.surge.sh/
Chores
- travis:
- material-ui: upgrade to [email protected] (#19) (182766bd)
Documentation Changes
Bug Fixes
v1.0.0-rc.9
v1.0.0-rc.8
v1.0.0-rc.8 (2018-05-09)
Chores
- *:
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)
v1.0.0-rc.7
1.0.0-rc.7 (2018-04-27)
Chores
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
- *:
Code Style Changes
- *: adapt some eslint rules (7c24cb93)
v1.0.0-rc.6
1.0.0-rc.6 (2018-04-22)
New Features
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
v1.0.0-rc.4
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:
- 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 👍