v3.2.1 (2020-04-29)
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:
- Update templates for Phoenix 1.5 changes #159 (cpjolicoeur)
- Fixes pikaday date formating to YYYY-MM-DD #154 (sezaru)
- Bump credo from 1.3.2 to 1.4.0 #150 (dependabot-preview[bot])
v3.2.0 (2020-04-24)
Closed issues:
- Can't run the server after installing torch #146
- Generate files into proper umbrella apps #83
- Filter select view function should support custom options #65
Merged pull requests:
- Official support for Phoenix 1.5 #152 (cpjolicoeur)
- Dont allow torch mix tasks from top-level of umbrella app #148 (cpjolicoeur)
- Bump credo from 1.1.5 to 1.3.2 #142 (dependabot-preview[bot])
- Bump excoveralls from 0.12.1 to 0.12.3 #141 (dependabot-preview[bot])
- Bump ex_doc from 0.21.2 to 0.21.3 #132 (dependabot-preview[bot])
- Bump gettext from 0.17.1 to 0.17.4 #128 (dependabot-preview[bot])
- Bump timex from 3.5.0 to 3.6.1 #118 (dependabot-preview[bot])
v3.1.0 (2020-04-13)
Closed issues:
- Enhance internationalization #143
Merged pull requests:
- Allow configuring a messages backend #145 (cpjolicoeur)
- Update version in README #138 (mitchellhenke)
v3.0.0 (2020-02-07)
Merged pull requests:
- Add new date filter options and input #134 (cpjolicoeur)
v2.1.0 (2020-01-06)
Merged pull requests:
- Properly backup and restore project templates for torch.gen.html task #126 (cpjolicoeur)
- Bump excoveralls from 0.11.2 to 0.12.1 #124 (dependabot-preview[bot])
- Bump gettext from 0.17.0 to 0.17.1 #123 (dependabot-preview[bot])
- Bump credo from 0.10.2 to 1.1.5 #121 (dependabot-preview[bot])
- Bump phoenix_html from 2.13.1 to 2.13.3 #120 (dependabot-preview[bot])
- Bump gettext from 0.16.1 to 0.17.0 #117 (dependabot-preview[bot])
- Bump ex_doc from 0.19.3 to 0.21.2 #116 (dependabot-preview[bot])
- Bump excoveralls from 0.10.4 to 0.11.2 #114 (dependabot-preview[bot])
v2.0.0 (2019-09-19)
Closed issues:
- Boolean fields should default to checkbox inputs #68
Merged pull requests:
- Default boolean filters to checkbox inputs #112 (cpjolicoeur)
- Update NPM assets for security warnings #110 (cpjolicoeur)
v2.0.0-rc.3 (2019-09-16)
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
- elixir no route found for GET /torch #93
- Edeliver and distillery deployment not working #91
- Add Slim templates #84
Merged pull requests:
- [docs] Complete MojoTech transfer #111 (cpjolicoeur)
- [test] Configure coveralls for TravisCI #109 (cpjolicoeur)
v2.0.0-rc.2 (2019-09-12)
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:
- Fix disabled inputs and prep for 2.0.0-rc2 #108 (cpjolicoeur)
- Set active nav link based on link target, not text #106 (cpjolicoeur)
- Add I18N support. #102 (solov9ev)
- Fix start_page in pagination rendering #99 (akrisanov)
- Adds custom has_many filter association example to Readme #97 (zberkom)
- Modernize Webpack #95 (danielberkompas)
- Install coveralls #88 (danielberkompas)
- [#85] Improve tests #87 (danielberkompas)
v2.0.0-rc.1 (2018-04-13)
Implemented enhancements:
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:
- Fix date input conflicts #82 (dalpo)
- Upgrade torch to v2.0 #79 (zberkom)
- Enusre form#filters exists before attempting to add an event listener #66 (silasjmatson)
- [#62] Add the initial version of Brunch & Webpack guides #63 (zberkom)
- Update Webpack config #61 (codeithuman)
- Make
node\_module
requires relative #58 (danielberkompas) - Add support for read-only fields #56 (darinwilson)
- Add ability to set default sort order #55 (morgandonze)
v1.0.0-rc.6 (2017-05-03)
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:
- Update dependencies to resolve conflicts #54 (zberkom)
- Fix badge #53 (GantMan)
- Add premium support note to README.md #51 (codeithuman)
- [fix] remove padding before code block. #50 (Debetux)
- Move css, js to idiomatic assets folder #49 (danielberkompas)
- [#13] Namespace normalize CSS #48 (danielberkompas)
- Add Slackin badge #45 (morgandonze)
- Add test template #44 (lboekhorst)
- append the lists instead of string concatenation #43 (hanskenis)
- Add badges #41 (danielberkompas)
- Run ecto.setup in bin/setup #40 (danielberkompas)
- [#22] Fix query string #39 (danielberkompas)
- Reorganize repo as a lib with example, rather than an umbrella app #33 (darinwilson)
v1.0.0-rc.5 (2016-10-28)
Merged pull requests:
- Upgrade to latest version of Credo #30 (darinwilson)
v1.0.0-rc.4 (2016-09-27)
Fixed bugs:
Merged pull requests:
- Convert NodeList objects into an Array before using forEach #29 (silasjmatson)
- Fix
end\_page/3
math issue #27 (codeithuman)
v1.0.0-rc.3 (2016-09-19)
Closed issues:
- Add support to ellipsize pagination links #19
Merged pull requests:
- Restrict pagination links to groups of 10 #23 (darinwilson)
v1.0.0-rc.2 (2016-08-15)
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:
- Move app.js include to bottom of layout file #18 (darinwilson)
- Remove prompt from boolean select field #17 (darinwilson)
- Fixes for initial setup #16 (darinwilson)
- Fix README errors #15 (darinwilson)
- Fix out-of-date filtrex dependency #14 (darinwilson)
- Add Credo for linting #7 (danielberkompas)
v1.0.0-rc.1 (2016-07-15)
Merged pull requests:
- Slim support #6 (danielberkompas)
- Boolean Filters, Association Support #5 (danielberkompas)
- Add filter UI #4 (codeithuman)
- Add table styles #3 (codeithuman)
- Add toolbar styles #2 (codeithuman)
- Add CSS structure and header styles #1 (codeithuman)
v0.2.0-rc.5 (2016-06-28)
v0.2.0-rc.4 (2016-06-28)
v0.2.0-rc.3 (2016-06-28)
0.2.0-rc.2 (2016-06-28)
0.2.0-rc.1 (2016-06-28)
v0.1.0 (2016-06-27)
* This Change Log was automatically generated by github_changelog_generator