Skip to content

Latest commit

 

History

History
581 lines (374 loc) · 36.6 KB

CHANGELOG.md

File metadata and controls

581 lines (374 loc) · 36.6 KB

Changelog

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