font_face_observer 3.1.9
font_face_observer: ^3.1.9 copied to clipboard
Font load events, simple, small and efficient. Dart port of https://github.com/bramstein/fontfaceobserver
3.1.1 #
- ✅ Update changelog w/ 3.1.0 and 3.1.1 versions
3.1.0 #
- ✅ Remove simulated load events https://github.com/Workiva/font_face_observer/pull/59 Breaking Change: This removes support for older browsers like IE and Edge <= 18
3.0.0 #
- ✅ First null-safe release
2.0.9 #
2.0.8 #
- ✅ strongest lint rules, fixed all lint and dart 2 warnings https://github.com/Workiva/font_face_observer/pull/33
2.0.7 #
- ✅ Added more analysis option lint rules
- ✅ default to DDC for running tests
2.0.6 #
- ✅ #29 Add CHANGELOG.md
2.0.5 #
- ✅ #27 Remove semver audit dependency, publish publicly
2.0.4 #
- ✅ #23 HY-5546 Add license to more files
- ✅ #25 Adds license info from the original JS font face observer & W3C