View Source Changelog

v5.1.2 (2023-09-28)

Full Changelog

Closed issues:

  • How to paginate on non-standard timestamp keys? #427

Merged pull requests:

v5.1.1 (2023-09-14)

Full Changelog

Merged pull requests:

v5.1.0 (2023-05-19)

Full Changelog

Merged pull requests:

Closed issues:

  • Support for phoenix 1.7 #356

Full Changelog

v5.0.0 (2023-05-16)

Full Changelog

v5.0.0-rc.4 (2023-05-15)

Deprecations

Please update your torch.html.heex layout file with the following deprecated module functions:

Full Changelog

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

Closed issues:

  • Nullable date field in new/edit view #155

v4.3.1 (2023-04-05)

Full Changelog

Merged pull requests:

v4.3.0 (2023-04-04)

Full Changelog

Merged pull requests:

v5.0.0-rc.2 (2023-03-31)

Full Changelog

Remove support for Phoenix.View from Torch. The generators and mix tasks should now use Phoenix.Components for most elements.

NOTE This Release Candidate should work in Phoenix 1.7 projects, but is no longer backwards compatible with projects that generated templates using prior versions of Torch. Those projects will need to either a) remain on Torch v4 or b) manually update their existing Torch generated templates to use the associated updated Torch function components.

v5.0.0-rc.1 (2023-03-02)

Full Changelog

MINIMAL WORKING version for existing Torch installations. The v5.0.0-rc.0 is simply a quick-fix update to get existing Torch projects to still work with Phoenix 1.7.

NOTE: The torch mix tasks should now be compatible and functional. These stil generate the "old style" Phoenix.View based templates, and not the new functional component style templates as of this RC.

v5.0.0-rc.0 (2023-02-28)

Full Changelog

MINIMAL WORKING version for existing Torch installations. The v5.0.0-rc.0 is simply a quick-fix update to get existing Torch projects to still work with Phoenix 1.7.

NOTE: The torch mix tasks that generate new files have not yet been updated to be fully compatible with Phoenix 1.7, so attempting to generate new torch files will very likely fail.

A future RC will include torch mix task support, followed by the official v5 release which will upgrade Torch to be fully Phoenix 1.7 and LiveView compatible. Untill then, the v5 RC releases will come from the v5 branch, not from the main branch.

v4.2.1 (2022-07-11)

Full Changelog

Merged pull requests:

v4.2.0 (2022-07-11)

Full Changelog

Closed issues:

  • undefined function form/1 #337
  • Updated styles without fixed widths #330
  • Boolean filter sometimes needs three states: true, false, and "don't include in filter" #324
  • Update test suite for Phoenix 1.6 #278

Merged pull requests:

v3.9.0 (2022-04-28)

Full Changelog

v4.1.0 (2022-04-28)

Full Changelog

Merged pull requests:

v4.0.0 (2022-04-26)

Full Changelog

Closed issues:

  • Phoenix 1.4.2 Breaks Migration Generation #103
  • No torch.html generated when used with Phoenix 1.4 #100
  • Generate files into proper umbrella apps #83

Merged pull requests:

v4.0.0-rc.0 (2022-04-26)

Full Changelog

v3.8.0 (2022-02-08)

Full Changelog

Closed issues:

  • Manual Date Entry is Changing #281
  • phoenix 1.6 is unsupported #269

Merged pull requests:

v3.7.1 (2022-01-01)

Full Changelog

v3.7.0 (2022-01-01)

Full Changelog

Merged pull requests:

v3.6.4 (2021-11-02)

Full Changelog

Closed issues:

  • Searching with Equals Filter Swaps to Contains after submit #270
  • Removed deprecated usage of core methods. #211

Merged pull requests:

v3.7.0-rc.0 (2021-09-15)

Full Changelog

Closed issues:

  • References on Admin Page #147

Merged pull requests:

v3.6.3 (2021-06-30)

Full Changelog

Closed issues:

  • Date filters are altered after applying filter #241

Merged pull requests:

v3.6.2 (2021-06-22)

Full Changelog

Implemented enhancements:

  • Migrate from TravisCI to Github Actions for CI #213

Closed issues:

  • Error rendering filters when two filter fields share the same prefix #242
  • Timex usage? #216
  • elixir no route found for GET /torch #93

Merged pull requests:

v3.6.1 (2021-03-19)

Full Changelog

Closed issues:

  • Torch in Umbrella? #207

v3.6.0 (2021-01-13)

Full Changelog

Merged pull requests:

v3.5.0 (2020-10-02)

Full Changelog

Closed issues:

  • CSS does not work #178

Merged pull requests:

v3.4.1 (2020-06-10)

Full Changelog

Closed issues:

  • Invalid plug layout option #168

Merged pull requests:

v3.4.0 (2020-06-10)

Full Changelog

Merged pull requests:

v3.3.1 (2020-05-28)

Full Changelog

Merged pull requests:

v3.3.0 (2020-05-27)

Full Changelog

Fixed bugs:

  • Fix slime generator #157

Closed issues:

  • Pagination error "paginate_products/1 is undefined or private." #163

Merged pull requests:

v3.2.1 (2020-04-29)

Full Changelog

Implemented enhancements:

  • Pikaday uses date format that Filtrex doesn't recognize breaking filter #153

Closed issues:

  • assets not building in phoenix 1.5.1 #158

Merged pull requests:

v3.2.0 (2020-04-24)

Full Changelog

Implemented enhancements:

  • Filter select view function should support custom options #65

Closed issues:

  • Can't run the server after installing torch #146
  • Generate files into proper umbrella apps #83

Merged pull requests:

v3.1.0 (2020-04-13)

Full Changelog

Closed issues:

  • Enhance internationalization #143

Merged pull requests:

v3.0.0 (2020-02-07)

Full Changelog

Merged pull requests:

v2.1.0 (2020-01-06)

Full Changelog

Merged pull requests:

v2.0.0 (2019-09-19)

Full Changelog

Closed issues:

  • Boolean fields should default to checkbox inputs #68

Merged pull requests:

v2.0.0-rc.3 (2019-09-16)

Full Changelog

Implemented enhancements:

  • Add a "Starts With" filter option #35

Closed issues:

  • Set torch nav active based on href, not link text #105
  • Is this library still being maintained? Release to 2.0.0? #104
  • Phoenix 1.4.2 Breaks Migration Generation #103
  • No torch.html generated when used with Phoenix 1.4 #100
  • Edeliver and distillery deployment not working #91
  • Add Slim templates #84

Merged pull requests:

v2.0.0-rc.2 (2019-09-12)

Full Changelog

Closed issues:

  • Add I18N support #101
  • Filter by has_one association field #96
  • License? #94
  • test integration with coherence #92
  • UndefinedFunctionError "module Routes is not available" #89
  • Improve documentation #86
  • Improve test coverage #85
  • Hex version not updated, 2.0.0-alpha fails. #80
  • Update path's and configs to work with phoenix 1.3 #77
  • Properly disable form inputs #76
  • torch does not work with ecto >= 2.2.0 #75
  • NPM package will not install #74
  • Torch can't find infinite-red-logo #73
  • Issue with fonts. #71
  • Example app is currently broken -- Readme contains no instructions for compilation or tests #67
  • Add Webpack & Brunch Guides #62
  • Add .npmignore file #57

Merged pull requests:

v2.0.0-rc.1 (2018-04-13)

Full Changelog

Implemented enhancements:

  • Add ability to set default sort order #32
  • Add support for read-only fields #25

Fixed bugs:

  • Fix Javascript error when Torch/Pikaday element is not on page #64
  • Uncaught TypeError: Cannot read property 'register' of undefined #10

Closed issues:

  • mix torch.install - Phoenix.HTML.Form.date_input/3 conflicts with local function #81
  • Support Phoenix 1.3 #78
  • Docs incorrect regarding css setup. #72
  • last release Phoenix 1.3... throws error #70
  • Brunch not building correct JS imports #59

Merged pull requests:

v1.0.0-rc.6 (2017-05-03)

Full Changelog

Fixed bugs:

  • Clicking pagination arrows resets sort. #36
  • Date Range Filter: match error if start or end date isn't selected #34
  • Clicking on pagination link reset filters #31
  • page query string is blank when using the sorting #22
  • Filter \<select> elements all have the same id and name #21
  • Normalize CSS file should only affect torch markup #13
  • Bugfix/date range filter #38 (zberkom)
  • Pagination arrows and number links reset sort and query #37 (zberkom)

Closed issues:

  • Example app post index controller error #47
  • ArgumentError with filter_date_input #42
  • Move example app into separate repo or subdirectory #24

Merged pull requests:

v1.0.0-rc.5 (2016-10-28)

Full Changelog

Merged pull requests:

v1.0.0-rc.4 (2016-09-27)

Full Changelog

Fixed bugs:

  • Javascript Errors in Safari #28
  • Pagination end_page/3 is broken #26

Merged pull requests:

v1.0.0-rc.3 (2016-09-19)

Full Changelog

Closed issues:

  • Add support to ellipsize pagination links #19

Merged pull requests:

v1.0.0-rc.2 (2016-08-15)

Full Changelog

Closed issues:

  • App.js included at top of layout fires fires too early #12
  • Boolean field type produces 3 options (true, false, blank) #11
  • Readme contains incorrect command #9
  • Filtrex is missing from install dependencies #8

Merged pull requests:

v1.0.0-rc.1 (2016-07-15)

Full Changelog

Merged pull requests:

v0.2.0-rc.5 (2016-06-28)

Full Changelog

v0.2.0-rc.4 (2016-06-28)

Full Changelog

v0.2.0-rc.3 (2016-06-28)

Full Changelog

0.2.0-rc.2 (2016-06-28)

Full Changelog

0.2.0-rc.1 (2016-06-28)

Full Changelog

v0.1.0 (2016-06-27)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator