Skip to content

Commit

Permalink
Update CHANGELOG for version 5.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed May 14, 2023
1 parent 45208c2 commit ce76aea
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,36 @@
# Changelog

## [v5.0.0-rc.3](https://github.com/mojotech/torch/tree/v5.0.0-rc.3) (2023-05-14)

- Migrated generated templates to use Phoenix.Component elements via the new Torch.Component module
- Reworked template generation scripts to match the new templates used in Phoenix 1.7.0 and 1.7.1+

**Breaking Changes**

- Fully removed deprecated `filter_text_input/3` method.

[Full Changelog](https://github.com/mojotech/torch/compare/v5.0.0-rc.2...v5.0.0-rc.3)

**Closed issues:**

- Nullable date field in new/edit view [\#155](https://github.com/mojotech/torch/issues/155)

## [v4.3.1](https://github.com/mojotech/torch/tree/v4.3.1) (2023-04-05)

[Full Changelog](https://github.com/mojotech/torch/compare/v4.3.0...v4.3.1)

**Merged pull requests:**

- Fix filter view greedy regex [\#379](https://github.com/mojotech/torch/pull/379) ([cpjolicoeur](https://github.com/cpjolicoeur))

## [v4.3.0](https://github.com/mojotech/torch/tree/v4.3.0) (2023-04-04)

[Full Changelog](https://github.com/mojotech/torch/compare/v4.2.1...v4.3.0)

**Merged pull requests:**

- Add baseline Phoenix 1.7 support to Torch v4. [\#378](https://github.com/mojotech/torch/pull/378) ([cpjolicoeur](https://github.com/cpjolicoeur))
- Bump ex_doc from 0.28.4 to 0.29.1 [\#357](https://github.com/mojotech/torch/pull/357) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump ex\_doc from 0.28.4 to 0.29.1 [\#357](https://github.com/mojotech/torch/pull/357) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump phoenix from 1.6.11 to 1.6.15 [\#355](https://github.com/mojotech/torch/pull/355) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump excoveralls from 0.14.6 to 0.15.0 [\#351](https://github.com/mojotech/torch/pull/351) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump credo from 1.6.5 to 1.6.7 [\#347](https://github.com/mojotech/torch/pull/347) ([dependabot[bot]](https://github.com/apps/dependabot))
Expand Down

0 comments on commit ce76aea

Please sign in to comment.