This repository was archived by the owner on Feb 19, 2024. It is now read-only.
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)