hmans / three-elements

Web Components-powered custom HTML elements for building Three.js-powered games and interactive experiences. 🎉
https://three-elements.hmans.co
MIT License
398 stars 14 forks source link

Bump troika-three-text from 0.40.0 to 0.45.1 #183

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps troika-three-text from 0.40.0 to 0.45.1.

Changelog

Sourced from troika-three-text's changelog.

0.45.1 (2022-03-06)

Bug Fixes

  • troika-three-text: fix SDF texture resizing in Three r136+ (7c26687)

0.45.0 (2022-01-02)

Features

  • troika-three-text: SDFs for all fonts are now stored in the same texture (7e871f7)

Performance Improvements

  • troika-three-text: avoid extra draw call on double sided materials as of Three r130 (6222ef3)
  • troika-three-text: make the glyphColors buffer transferable (c8c92fa)

0.44.0 (2021-11-14)

Bug Fixes

  • troika-three-text: fill in missing caret positions when the final glyph is a ligature - #165 (ad2eda6)

0.43.1-alpha.0 (2021-10-24)

Bug Fixes

  • troika-three-text: fix font parsing failures in iOS Safari (a542b42)

... (truncated)

Commits
  • 21a7678 v0.45.1
  • 7c26687 fix(troika-three-text): fix SDF texture resizing in Three r136+
  • a1ab2b3 v0.45.0
  • 6222ef3 perf(troika-three-text): avoid extra draw call on double sided materials as o...
  • c8c92fa perf(troika-three-text): make the glyphColors buffer transferable
  • 7e871f7 feat(troika-three-text): SDFs for all fonts are now stored in the same texture
  • a6b913e v0.44.0
  • ad2eda6 fix(troika-three-text): fill in missing caret positions when the final glyph ...
  • 0d775b1 feature(troika-three-text): provide interior caret positions for ligatures
  • a909b5c v0.43.1-alpha.0
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #184.