Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV-1541-dont-fail-on-empty-images #477

Closed

Commits on Aug 12, 2024

  1. fix: svg and css parsing

    Following issues have been fixed in this commit:
     - SVG top element should not use `getComputedStyle` since it
     produces invalid CSS in chrome. Instead, just use `style` attribute.
     - When `xlink:href` is being used in SVG make sure that selectors are
     properly escaped
     - Use browser-provided CSS parsing when embedding images and
     fonts.
     - Fix a bug in deferred insertion of CSS rules.
     - Fix a test for svg-use-tag
    UsajMarko committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    27b3537 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from celtra:fix-celtra-incompatibility

    fix: svg and css parsing
    UsajMarko authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    83054e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. wip

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6addee1 View commit details
    Browse the repository at this point in the history
  2. wip

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ba5c413 View commit details
    Browse the repository at this point in the history
  3. wip

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9f6fec3 View commit details
    Browse the repository at this point in the history
  4. feat: wip

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    105f03b View commit details
    Browse the repository at this point in the history
  5. feat: wip

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    305cf3d View commit details
    Browse the repository at this point in the history
  6. feat: wip

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    aca676c View commit details
    Browse the repository at this point in the history
  7. fix: wip

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cb0b243 View commit details
    Browse the repository at this point in the history
  8. fix: name

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    25e0ab2 View commit details
    Browse the repository at this point in the history
  9. test: fix tests

    UsajMarko committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    979ca4d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from celtra:fix-tests

    tests: fix tests
    UsajMarko authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    809833e View commit details
    Browse the repository at this point in the history
  11. fix: wip

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ea69be2 View commit details
    Browse the repository at this point in the history
  12. fix: token

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7afc5ff View commit details
    Browse the repository at this point in the history
  13. fix: token publisher

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5a569e4 View commit details
    Browse the repository at this point in the history
  14. fix: gh token

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ce1e8d7 View commit details
    Browse the repository at this point in the history
  15. fix: gh token for node

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d25fbb8 View commit details
    Browse the repository at this point in the history
  16. cleanup n1

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e581b7a View commit details
    Browse the repository at this point in the history
  17. remove generate

    mitja-hofer committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    77a200e View commit details
    Browse the repository at this point in the history
  18. Merge pull request #2 from celtra/celtra-repo

    Celtra repo
    mitja-hofer authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a39d1f8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5d45792 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #4 from celtra/enable-test-and-use-master

    enable test and use master
    mitja-hofer authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a2a4a68 View commit details
    Browse the repository at this point in the history
  21. Update CHANGELOG.md [skip ci]

    celtra committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d20b19f View commit details
    Browse the repository at this point in the history
  22. Bump version to: 1.11.12 [skip ci]

    celtra committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    58f5d83 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    955564c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge pull request #5 from celtra:dont-report-unexisting-errors

    Don't report errors when there aren't any [DEV-223]
    UsajMarko authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1de577d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md [skip ci]

    celtra committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5aebef2 View commit details
    Browse the repository at this point in the history
  3. Bump version to: 1.11.13 [skip ci]

    celtra committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f296b44 View commit details
    Browse the repository at this point in the history
  4. Migrate to NPMJS

    bogdanpetrovic0 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6574667 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Merge pull request #6 from celtra/use-nexus-registry

    DEV-229 Push to NPMJS
    dejanceltra authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    38a56b3 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md [skip ci]

    celtra committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    aca4f73 View commit details
    Browse the repository at this point in the history
  3. Bump version to: 1.11.14 [skip ci]

    celtra committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1a31d9a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    e2ad0bb View commit details
    Browse the repository at this point in the history