adoptoposs / mjml_nif

Elixir NIF bindings for the MJML Rust implementation (mrml)
https://hexdocs.pm/mjml
MIT License
122 stars 17 forks source link

Bump mrml from 1.2.11 to 2.1.0 in /native/mjml_nif #116

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps mrml from 1.2.11 to 2.1.0.

Release notes

Sourced from mrml's releases.

mrml-v2.1.0

Added

  • (mrml-core) make the include_loader be Send and Sync (#347)
  • handle properly async mj-include (#346)
  • implement an async parser (#338)
  • (mrml-core) create multi include loader (#322)
  • (mrml-wasm) add mj-include feature (#316)
  • (mjml-core) remove randomness when generating component ids (#308)
  • (mrml-core) handle non closing elements (#276)
  • use indexmap instead of hashmap (#216)
  • (mrml-core) render mj-raw in mj-head
  • (core) add lang to mjml element
  • (mrml-core) read attributes from mj-attributes > mj-class
  • (mrml-core) update to stick to mjml 4.9.3
  • (core) add missing mj-table element
  • (mj-style) implement missing mj-style component
  • (json) omit attributes and children when empty
  • (json) add serializer and deserializer for others
  • (json) add serializer and deserializer for mj-accordion
  • (json) add serializer and deserializer for mj-accordion-element
  • (json) add serializer and deserializer for mj-accordion-text
  • (json) add serializer and deserializer for mj_spacer
  • (json) add serializer and deserializer for mj_raw
  • (json) add serializer and deserializer for node
  • (json) add serializer and deserializer for mj-navbar
  • (json) add serializer and deserializer for mj-navbar-link
  • (json) add serializer and deserializer for mj-social
  • (json) add serializer and deserializer for mj-social-element
  • (json) add serializer and deserializer for mj-carousel
  • (json) add serializer and deserializer for mj-carousel-image
  • (json) add serializer and deserializer for mj-accordion-title
  • (json) add serializer and deserializer for mj-head
  • (json) add serializer and deserializer for mj-attributes
  • (json) add serializer and deserializer for mj-attributes-element
  • (json) add serializer and deserializer for mj-attributes-class
  • (json) add serializer and deserializer for mj-attributes-all
  • (json) add serializer and deserializer for mj-breakpoint
  • (json) add serializer and deserializer for mj-image
  • (json) add serializer and deserializer for mj-font
  • (json) add serializer and deserializer for mj-divider
  • (json) add serializer and deserializer for mj-preview
  • (json) add serializer and deserializer for mj-title
  • (json) add serializer and deserializer for text
  • (json) add serializer and deserializer for comment
  • (core) update templates

Fixed

  • (mrml-core) script elements should remain with open and close element (#320)
  • (mrml-core) handle all void elements
  • (mrml-core) simplify mj-wrapper renderer (#269)

... (truncated)

Changelog

Sourced from mrml's changelog.

Changelog

All notable changes to this project will be documented in this file.

[2.0.0-rc4] - 2023-08-17

Bug Fixes

  • Disable_comments is in camelCase
  • Script elements should remain with open and close element (#320)

Documentation

  • Update links in readme
  • Update code in example

Features

  • Bump mrml version
  • Remove randomness when generating component ids (#308)
  • Create wasm package (#312)
  • Add mj-include feature (#316)
  • Create multi include loader (#322)

Miscellaneous Tasks

  • Allow mastodon notification to fail
  • Implement real tool for comparing html (#107)
  • Move license files
  • Update cargo.toml to publish
  • Update cargo.toml to publish
  • Bump to 2.0.0-rc4

Refactor

  • Put cows in tag implementation 🐮 (#111)
  • Prepare for monotrepo
  • Move back mrml-cli to repository
  • Format code using rustfmt and create config
  • Apply clippy suggestions
  • Use a single MrmlParser structure with a visitor pattern (#317)

Styling

  • Apply clippy suggestions

Testing

  • Add node example with a test (#313)
  • Add browser example (#315)

... (truncated)

Commits
  • 9d774fb chore: release (#348)
  • d0e8fff feat(mrml-core): make the include_loader be Send and Sync (#347)
  • bb6abb0 chore(mrml-core): release version 2.0.0
  • fb53e09 build(mrml-common-macros): update readme and license file
  • a0182b4 build(mrml-macros): update readme and license file
  • f7e6bd3 build(mrml-print-macros): update readme and license file
  • 2ab5cb8 build(mrml-json-macros): update readme and license file
  • a00d6dd doc: bump mrml version in readme
  • 97979f2 chore: release (#340)
  • 55f839c build: bump mrml-core to 2.0.0-rc.7
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 8 months ago

Superseded by #117.