This repository has been archived by the owner on Feb 19, 2024. It is now read-only.
Releases: alleyinteractive/irving
Releases · alleyinteractive/irving
v2.8.0-beta.0
2.8.0-beta.0 (2020-05-18)
Bug Fixes
- aliases: add comment, fix alias object (519c03f)
- aliases: add react alias in attempt to fix npm link (ff57eed)
- aliases: prevent duplicate react error with npm link (a5d7f5b)
- mocks: add back in babel aliasas to mock configs (2223e7a)
- redis: allow REDIS_URL again for cache service to support heroku (4567097)
- redis: bypass redis when auth token cookie exists, even if we aren't making an auth request (f0b103d)
- redis: fix matching logic for redis host/port (3fc9c6f)
Features
- cacheservice: update cacheService to use same env vars as vip-go package (6c08299)
- purgecache: consolidate logic for purgeCache to accomodate urls or entire cache (068ff35)
- redis: add in endpoint to get all redis cache keys (973b3b3)
- redis: update redis env vars, modify cache purge functionality (ae53bb0)
v2.7.2
2.7.2 (2020-05-18)
Features:
Updates to the withLoader
HOC to improve the loading state UX
- Removes the existing
PlaceholderLoading
component, which was not very pleasing visually and not customizable. - Replaces
PlaceholderLoading
with a newDefaultLoading
component, which defaults to a simple animated spinner. - Allows customization of the spinner color and size.
- Allows full screen loading state, with customizable background color, which covers the entire viewport.
- Allows use of a custom component for the loading state.
Adds docblock tests for getDisplayName
util
v2.7.2-beta.4
2.7.2-beta.4 (2020-05-18)
Note: Version bump only for package irving
v2.7.2-beta.3
2.7.2-beta.3 (2020-05-15)
Bug Fixes
- logging: move dotenv import to fix logging on server-side (8d6a828)
v2.7.2-beta.2
2.7.2-beta.2 (2020-05-12)
Note: Version bump only for package irving
v2.7.1
v2.7.0
v2.7.0-rc.0
2.7.0-rc.0 (2020-05-06)
Bug Fixes
- package-lock.json: npm install to update package-lock (663f67e)
- package.json: add enzyme to styled (46f3e1c)
- package.json: add irving preset to dev dependencies for all packages (7bca4e8)
- package.json: fix published files list (c75807c)
- package.json: run audits, update package-lock.json files for each package (3fd1141)
- package.json: update dependencies, remove unnecessary ones from packages (3a2e436)
- package.json: update packages and remove unnecessary ones at repo root (32f29f5)
- styleling.config.js: don't stylelint css files in irving packages or any node modules (d511ee8)