Releases: kkomelin/isomorphic-dompurify
Releases · kkomelin/isomorphic-dompurify
Changed the way we distinguish client from server
Changelog
- Changed a way we distinguish client from server #239 (thanks to @BohdanYavorskyi)
- Improved the docs (@kkomelin)
We've just switched from typeof process === 'undefined'
to typeof window !== 'undefined'
for detecting the client. More details here #239
See the complete changelog for more details.
Release
Rolled back previous change. Updated dev dependencies.
Changelog
- Rolled back the change introduced in 1.12.0 because it didn't help to fix the #228 issue.
- Updated dev dependencies.
See the complete changelog for more details.
Release
Tried to fix the "Window is not defined" build issue in Next.js
Changelog
- Marked the browser.js module as client code in attempt to fix the #228 bug in Next.js. Thanks to @mikeriley131, @BohdanYavorskyi, @icyJoseph and everyone who was involved!
See the complete changelog for more details.
Release
Set Node 18 requirement through package.json
Changelog
- Added Node 18 requirement to package.json. See the complete changelog for more details.
Release
Updated dependencies and Node 18+
Changelog
Please note: Node 18 is now the minimally supported version when the library is used on the server.
- Updated
jsdom
and other dependencies. See the complete changelog for more details.
Release
Updated dependencies
Changelog
- Updated
dompurify
and other dependencies. See the complete changelog for more details.
Release
Updated dependencies
Changelog
- Updated
dompurify
and other dependencies. See the complete changelog for more details.
Release
Updated dependencies
Changelog
- Updated
dompurify
and other dependencies. See the complete changelog for more details.
Release
Updated dependencies
Changelog
- Updated
jsdom
and other dependencies. See the complete changelog for more details.
Release
Updated dependencies
Changelog
- Updated
dompurify
and other dependencies. See the complete changelog for more details.