This release fully isolates the tailwind styles, variables and css classes, to prevent spilling into the surrounding application. These changes should not be breaking. A fix related to wrong TypeScript typings was introduced that might break previously working builds. Only custom usage of GenericResultViewTag
should be affected.
What's Changed
- Update dependency node to v22 by @renovate in #82
- Update dependencies and fix demo by @craquet in #93
- Properly isolate tailwind to prevent conflicts with other tailwind projects by @craquet in #102
- Update dependencies by @craquet in #103
- [Breaking] Fix generic result view tag types by @craquet in #104
Breaking changes
- Changed types on
GenericResultViewTag
. Technically just a breaking change for TypeScript users. It might become necessary to cast the incoming field value to a string when usingvalueMapper
orsingleValueMapper
. The previously used typing was incorrect. If your project compiles, then you are not affected.
Full Changelog: v0.1.2...v0.2.0