Skip to content

Commit

Permalink
Update Changelog + Readme for v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze committed Jul 12, 2024
1 parent 0f31940 commit fadb2fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,44 @@ I.e. `mjml_nif 0.x` versions use mrml versions `>= 0.1, < 1.0.0`, and `mjml_nif

## [Unreleased]

- Use [mrml] v4.0.1 which fixes a bug when using HEEx annotations and phoenix function components to generate MJML (see [mrml diff v3.1.5..v4.0.1][mrml-v3.1.5-v4.0.1])

## [4.0.0] - 2024-07-12

### Changed
- Use [mrml] v4.0.1, which fixes a bug when using HEEx annotations and phoenix function components to generate MJML (see [mrml diff v3.1.5..v4.0.1][mrml-v3.1.5-v4.0.1])
- Use rustler v0.33.0

### Fixed
- Forcing rustler build using application config (see [#151](https://github.com/adoptoposs/mjml_nif/issues/151))


## [3.1.0] - 2024-04-18

### Changed
- Use [mrml] v3.1.5 (see [mrml diff v3.0.4..v3.1.5][mrml-v3.0.4-v3.1.5])
- Use rustler v0.32.1


## [3.0.3] - 2024-03-09

### Fixed
- Use [mrml] v3.0.4, which fixes applying mj-attributes inside mj-include tags and ensures fonts are rendered once (see https://github.com/jdrouet/mrml/issues/378, https://github.com/jdrouet/mrml/issues/383, [mrml diff v3.0.2..v3.0.4][mrml-v3.0.2-v3.0.4]).

## [3.0.2] - 2024-02-27

### Fixed
- Use [mrml] v3.0.2, which fixes using comments in `<mj-head>` tags. (See https://github.com/jdrouet/mrml/issues/373, [mrml diff v3.0.1..v3.0.2][mrml-v3.0.1-v3.0.2]).


## [3.0.1] - 2024-02-16

### Fixed
- Use [mrml] v3.0.1, which fixes using comments in `<mj-section>` tags. (See https://github.com/jdrouet/mrml/issues/370, [mrml diff v3.0.0..v3.0.1][mrml-v3.0.0-v3.0.1]).


## [3.0.0] - 2023-12-23

## Changed
### Changed
- Use [mrml] v3.0.0, which fixes an issue with rendering not self-closing `<mj-font></mj-font>` tags. (See https://github.com/jdrouet/mrml/issues/356, [mrml diff v2.1.1..v3.0.0][mrml-v2.1.1-v3.0.0]).

## [2.0.0] - 2023-12-16
Expand Down Expand Up @@ -141,7 +153,8 @@ I.e. `mjml_nif 0.x` versions use mrml versions `>= 0.1, < 1.0.0`, and `mjml_nif
## [0.1.0] – 2020-07-19
Initial release

[Unreleased]: https://github.com/adoptoposs/mjml_nif/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/adoptoposs/mjml_nif/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/adoptoposs/mjml_nif/compare/v3.1.0...v4.0.0
[3.1.0]: https://github.com/adoptoposs/mjml_nif/compare/v3.0.3...v3.1.0
[3.0.3]: https://github.com/adoptoposs/mjml_nif/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/adoptoposs/mjml_nif/compare/v3.0.1...v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The package can be installed by adding `mjml` to your list of dependencies in `m
```elixir
def deps do
[
{:mjml, "~> 3.0"}
{:mjml, "~> 4.0"}
]
end
```
Expand Down

0 comments on commit fadb2fd

Please sign in to comment.