web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.7 KiB

  1. # Changelog
  2. ### v1.1.1 (2021-03-13)
  3. - Remove use of legacy API to detect Firefox ([#128](https://github.com/GoogleChrome/web-vitals/pull/128))
  4. ### v1.1.0 (2021-01-13)
  5. - Fix incorrect UMD config for base+polyfill script ([#117](https://github.com/GoogleChrome/web-vitals/pull/117))
  6. - Fix missing getter in polyfill ([#114](https://github.com/GoogleChrome/web-vitals/pull/114))
  7. - Add support for Set in place of WeakSet for IE11 compat ([#110](https://github.com/GoogleChrome/web-vitals/pull/110))
  8. ### v1.0.1 (2020-11-16)
  9. - Fix missing `typings` declaration ([#90](https://github.com/GoogleChrome/web-vitals/pull/90))
  10. ### v1.0.0 (2020-11-16)
  11. - **[BREAKING]** Add support for reporting metrics on back/forward cache restore ([#87](https://github.com/GoogleChrome/web-vitals/pull/87))
  12. - **[BREAKING]** Remove the `isFinal` flag from the Metric interface ([#86](https://github.com/GoogleChrome/web-vitals/pull/86))
  13. - Remove the scroll listener to stop LCP observing ([#85](https://github.com/GoogleChrome/web-vitals/pull/85))
  14. ### v0.2.4 (2020-07-23)
  15. - Remove the unload listener ([#68](https://github.com/GoogleChrome/web-vitals/pull/68))
  16. ### v0.2.3 (2020-06-26)
  17. - Ensure reports only occur if a PO was created ([#58](https://github.com/GoogleChrome/web-vitals/pull/58))
  18. ### v0.2.2 (2020-05-12)
  19. - Remove package `type` field ([#35](https://github.com/GoogleChrome/web-vitals/pull/35))
  20. ### v0.2.1 (2020-05-06)
  21. - Ensure all modules are pure modules ([#23](https://github.com/GoogleChrome/web-vitals/pull/23))
  22. - Ensure proper TypeScript exports and config ([#22](https://github.com/GoogleChrome/web-vitals/pull/22))
  23. ### v0.2.0 (2020-05-03)
  24. - Initial public release
  25. ### v0.1.0 (2020-04-24)
  26. - Initial pre-release