Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Releases: alleyinteractive/irving

v2.8.0-beta.0

18 May 21:45
Compare
Choose a tag to compare
v2.8.0-beta.0 Pre-release
Pre-release

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

18 May 19:56
Compare
Choose a tag to compare

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 new DefaultLoading 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

18 May 16:41
Compare
Choose a tag to compare
v2.7.2-beta.4 Pre-release
Pre-release

2.7.2-beta.4 (2020-05-18)

Note: Version bump only for package irving

v2.7.2-beta.3

15 May 19:54
Compare
Choose a tag to compare
v2.7.2-beta.3 Pre-release
Pre-release

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

12 May 18:32
Compare
Choose a tag to compare
v2.7.2-beta.2 Pre-release
Pre-release

2.7.2-beta.2 (2020-05-12)

Note: Version bump only for package irving

v2.7.1

07 May 16:33
Compare
Choose a tag to compare

2.7.1 (2020-05-07)

Bug Fixes

  • package.json: fix missing dependency for irving babel preset in core package (6183d4f)

v2.7.0

06 May 18:41
Compare
Choose a tag to compare

2.7.0 (2020-05-06)

Note: Version bump only for package irving
Warning: This release has a bug where you need to install @irvingjs/babel-preset-irving as a separate dependency in your project. Fixed in 2.7.1

v2.7.0-rc.0

06 May 17:49
Compare
Choose a tag to compare
v2.7.0-rc.0 Pre-release
Pre-release

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)

Features

  • babel-preset-irving: update dependencies for babel-preset-irving (d892198)
  • core: update dependencies in core (97bc7b3)
  • package: major updates to particular packages (96bc4d4)
  • package.json: update audio-player package dependencies (8ed060a)

v2.6.1

04 May 23:19
Compare
Choose a tag to compare

2.6.1 (2020-05-04)

Bug Fixes

  • image: add default theme to image (5821178)
  • withthemes: add back in a components/withThemes export to prevent breakage (0e1d335)
  • withthemes.js: move withThemes file (ca13fc3)

v2.6.0

28 Apr 19:50
Compare
Choose a tag to compare

2.6.0 (2020-04-28)

Bug Fixes

  • package.json: add double dashes to dotenv to fix prerelease publishes (99bce02)
  • package.json: use --conventional-graduate for main release (44807c8)