This repository was archived by the owner on Feb 19, 2024. It is now read-only.
Releases: alleyinteractive/irving
Releases · alleyinteractive/irving
v6.1.4
v6.1.3
v6.1.2
v6.1.2-beta.0
6.1.2-beta.0 (2021-05-05)
Bug Fixes
- webpack: fix missing buffer fallback in styled-components from last release (a0ad32f)
v6.1.1
v6.1.0
6.1.0 full diff (2021-05-11)
Commit Roundup
6.1.4 (2021-05-11)
Bug Fixes
- logservice: fix vip-go log service to work better with errors, add tests (7eccf22)
6.1.3 (2021-05-05)
Bug Fixes
- logservice: some more refinements to sentry setup (13ba244)
6.1.2 (2021-05-05)
Note: Version bump only for package irving
6.1.2-beta.0 (2021-05-05)
Bug Fixes
- webpack: fix missing buffer fallback in styled-components from last release (a0ad32f)
6.1.1 (2021-05-04)
Bug Fixes
- webpack: get rid of styled-components fallback packages, add one to vip-go (21a860a)
6.1.0-beta.1 (2021-05-04)
Bug Fixes
- logservice: normalize log messages and errors (38a6bcf)
6.1.0-alpha.6 (2021-05-03)
Bug Fixes
- pico: add new PICO_SCRIPT_FILENAME environmental variable (c82fed0)
6.1.0-alpha.5 (2021-04-30)
Bug Fixes
- logservice: fix logic for transforming/formatting logs (dcd7bc5)
6.1.0-alpha.4 (2021-04-28)
Bug Fixes
- logging: make sure emerg, crit, and error log methods use Error object (3d96885)
- logservice: add back in log for sending logs to newrelic monitoring (5e2ef43)
- logservice: remove unnecessary newrelic transport, fix eslint issue (0a14ce2)
- logservice: switch up log levels to match winston (cbb88db)
- test: fix service tests (63cd51e)
6.1.0-alpha.3 (2021-04-28)
Bug Fixes
- wp admin bar: update the admin bar to display children, and set a flag for invalid tokens (615ab12)
6.1.0-alpha.2 (2021-04-23)
Bug Fixes
- webpack: fix asset output settings on the server side to prevent missing images (f9f3518)
6.1.0-alpha.1 (2021-04-23)
Bug Fixes
- redirect: return early from components saga if we aren't redirecting (45a6338)
6.1.0-alpha.0 (2021-04-21)
v6.1.0-beta.1
v6.1.0-beta.0
6.1.0-beta.0 (2021-05-03)
Note: Version bump only for package irving
v6.0.1
v6.0.0
6.0.0 (2021-04-21)
Breaking changes
- Upgraded from webpack 4 to 5
- Upgraded from React 16 to 17
- Upgraded storybook from version 5 to 6 (including webpack 5 support)
- Deprecated internal usage of
sanitize-html
in favor ofdompurify
. If you are using the core sanitization method in a custom component, method by which you access sanitization functionality and default configuration has changed. You now need something like:
import { sanitize, config } from '@irvingjs/core/utils/sanitizeHTML';
sanitize(dangerousHTMLstring, config);
Commit roundup
6.0.0-rc.3 (2021-04-21)
Bug Fixes
- sanitize: add a couple more attributes (fd543af)
6.0.0-rc.2 (2021-04-20)
Bug Fixes
- docs: add docs on sanitizeHTML config setting (62cbb9f)
- sanitize: alphabetize, add title tag (0fcc395)
- sanitize: fix/update sanitization settings (7ec5923)
- sanitize: remove html config and unnecessary sanitize alias (78f6786)
- storybook: fix storybook (was broken with webpack 5) (5e054d0)
Features
- sanitize: remove sanitize-html and replace with dompurify (e67a1b9)
6.0.0-beta.2 (2021-04-01)
Bug Fixes
- css: update css loader (1099f56)
- deps: update react refresh ([87ab76d](https://github.com/alleyinteractive/irving/commit/
6.0.0-beta.4 (2021-04-14)
Features
- auth: allow both Bearer or Basic tokens to be used for auth (6964c3e)
6.0.0-alpha.17 (2021-04-16)
Bug Fixes
- wordpress: fix issue with blockEditor build assets being removed (402ee67)
6.0.0-beta.1 (2021-04-01)
Bug Fixes
- debug: remove console log (ee61126)
Features
- auth: update auth functionality to use new cookie name + basic auth (04d76b5)
6.0.0-beta.0 (2021-03-31)
- pico: make pico signal attribute updates more consistent (fa3b14d)
6.0.0-alpha.11 (2021-03-30)
Bug Fixes
- props: fix some prop type declarations (cb515b0)
6.0.0-alpha.10 (2021-03-30)
Bug Fixes
- npm: pin styled package to 5.2.1 as there's a bug in 5.2.2 (17ecfd2)
6.0.0-alpha.9 (2021-03-30)
Bug Fixes
- webpack: fix a couple rules related to svgs (7b30fb0)
6.0.0-alpha.8 (2021-03-30)
Bug Fixes
6.0.0-alpha.7 (2021-03-30)
Bug Fixes
- webpack: fix a couple configs causing build errors (899b0e3)
6.0.0-alpha.3 (2021-03-26)
Bug Fixes
- webpack: fix css minimizer (4991a56)
6.0.0-alpha.2 (2021-03-25)
- deps: add missing testing library dep (8289a21)
- deps: stupid package locks (d8d248a)
- deps: update package locks (dda4b98)
- rtl: add peer dep for testing library (484a1d2)
- test: remove enzyme entirely, replace integrations test with testing library (a12f211)
Features
- deps: update to react and react-dom v17 (0c1989c)
6.0.0-alpha.1 (2021-03-25)
Bug Fixes
- deps: add missing testing library dep (8289a21)
- deps: stupid package locks (d8d248a)
- deps: update package locks (dda4b98)
- rtl: add peer dep for testing library (484a1d2)
- test: remove enzyme entirely, replace integrations test with testing library (a12f211)
- webpack: add back in some polyfills webpack 5 took out (a9fc46b)
- webpack: add some comments (1c318bd)
- webpack: get new eslint webpack plugin working (c5b8aae)
- webpack: process non-icon svg as asset/resource to prevent breaking in clip paths (f0e9296)
- webpack: use default maxSize for normal asset modules (43af6c8)