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

chore: release #348

Merged
merged 1 commit into from
Dec 4, 2023
Merged

chore: release #348

merged 1 commit into from
Dec 4, 2023

Conversation

jdrouet
Copy link
Owner

@jdrouet jdrouet commented Dec 4, 2023

🤖 New release

  • mrml-cli: 1.4.0 -> 1.4.1
  • mrml: 2.0.0 -> 2.1.0 (✓ API compatible changes)
  • mrml-json-macros: 0.1.1 -> 0.1.2
  • mrml-common-macros: 0.1.1 -> 0.1.2 (✓ API compatible changes)
  • mrml-macros: 0.1.1 -> 0.1.2
  • mrml-print-macros: 0.1.1 -> 0.1.2
Changelog

mrml-cli

1.4.1 - 2023-12-04

Other

  • (mrml-core) release version 2.0.0

mrml

2.1.0 - 2023-12-04

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)
  • (mrml-core) align with mjml upgrades
  • (mrml-core) mj-navbar-link can now have inner elements
  • (mrml-core) mj-social-element can now have inner elements
  • (core) apply clippy's recommandations
  • (mrml-core) update following clippy error (#176)
  • (mrml-core) add missing sort helper for print feature
  • (mrml-core) keep style content order
  • (mrml-core) make sure mj-style components output style elements
  • (core) replace value attribute by width

Other

  • (mrml-core) release version 2.0.0
  • (mrml-common-macros) update readme and license file
  • (mrml-macros) update readme and license file
  • (mrml-print-macros) update readme and license file
  • (mrml-json-macros) update readme and license file
  • bump mrml version in readme
  • release (#340)
  • bump mrml-core to 2.0.0-rc.7
  • bump mrml-core to 2.0.0-rc.6
  • (mrml-core) update repository url
  • (mrml-core) bump syn and darling (#330)
  • bump deps (#328)
  • (deps) Update serde-wasm-bindgen requirement from 0.5 to 0.6 in /packages/mrml-wasm (#327)
  • (mrml-core) bump to 2.0.0-rc4
  • (html-compare) update cargo.toml to publish
  • (css-compare) update cargo.toml to publish
  • (mrml-core) update code in example
  • (mrml-core) use a single MrmlParser structure with a visitor pattern (#317)
  • (mrml-core) apply clippy suggestions
  • format code using rustfmt and create config
  • (mrml-core) Update indexmap to 2.0
  • move license files
  • (mrml-core) apply clippy suggestions
  • prepare for monotrepo
  • move code source to only keep mrml-core
  • apply clippy suggestions
  • (mrml-core) release version 1.2.10
  • (mrml-core) release version 1.2.9
  • (mrml-core) release version 1.2.8
  • Merge pull request #267 from jdrouet/support-owa-tag
  • (mrml-core) release version 1.2.7
  • (mrml-core) release version 1.2.6
  • (mrml-core) release version 1.2.5
  • (mrml-core) release version 1.2.4
  • (mrml-core) make sure feature combinations work
  • (mrml-core) release version 1.2.3
  • (mrml-core) release version 1.2.2
  • (mrml-core) release version 1.2.1
  • release version 1.2.0
  • release version 1.1.0
  • (mj-carousel) increase coverage for parse and print
  • (mj-head) test printing all components
  • (mj-head) handle parsing with non expected element
  • (mj-title) increate parse code coverage
  • (mj-preview) increate parse code coverage
  • (mj-breakpoint) increate parse code coverage
  • (mj-font) use macro for json serializing
  • (mj-font) increate parse code coverage
  • (comment) test use of is_raw
  • (comment) check if rendering comments works
  • (comment) use macro for comment deserializer
  • (print) use macro to print
  • (json) use macro for standard deserializers
  • (json) use macro for standard serializers
  • (json) use macro for standard serializers
  • (feature) split into features
  • (core) simplify print trait
  • (print) use strings to print elements
  • rename packages folder

mrml-json-macros

0.1.2 - 2023-12-04

Other

  • (mrml-json-macros) update readme and license file

mrml-common-macros

0.1.2 - 2023-12-04

Other

  • (mrml-common-macros) update readme and license file

mrml-macros

0.1.2 - 2023-12-04

Other

  • (mrml-macros) update readme and license file

mrml-print-macros

0.1.2 - 2023-12-04

Other

  • (mrml-print-macros) update readme and license file


This PR was generated with release-plz.

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
@jdrouet jdrouet merged commit 9d774fb into main Dec 4, 2023
7 checks passed
@jdrouet jdrouet deleted the release-plz-2023-12-04T20-08-00Z branch December 4, 2023 20:11
@github-actions github-actions bot mentioned this pull request Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant