View Source Changelog
v5.3.1 (2024-05-23)
Closed issues:
Merged pull requests:
- [fix] Properly import used functions #463 (cpjolicoeur)
- Support OTP 26 #461 (cpjolicoeur)
- Bump ex_doc from 0.31.1 to 0.32.1 #455 (dependabot[bot])
v5.2.0 (2024-04-19)
Merged pull requests:
- Bump phoenix from 1.7.9 to 1.7.12 #453 (dependabot[bot])
- Changes to allow torch to work with
phoenix_html >= 4.0
#452 (noahduncan) - Some cleanup of tests and test artifacts #451 (noahduncan)
- Bump actions/cache from 3 to 4 #449 (dependabot[bot])
- Bump ex_doc from 0.30.9 to 0.31.1 #447 (dependabot[bot])
- Bump credo from 1.7.1 to 1.7.3 #445 (dependabot[bot])
- Bump gettext from 0.23.1 to 0.24.0 #441 (dependabot[bot])
- Bump actions/setup-node from 3 to 4 #439 (dependabot[bot])
- Bump ex_doc from 0.30.6 to 0.30.9 #438 (dependabot[bot])
- Bump phoenix from 1.7.7 to 1.7.9 #437 (dependabot[bot])
- Bump excoveralls from 0.17.1 to 0.18.0 #434 (dependabot[bot])
- Bump phoenix_live_view from 0.20.0 to 0.20.1 #433 (dependabot[bot])
- Bump credo from 1.7.0 to 1.7.1 #431 (dependabot[bot])
v5.1.2 (2023-09-28)
Closed issues:
- How to paginate on non-standard timestamp keys? #427
Merged pull requests:
- Support filtering
id
type fields #430 (cpjolicoeur) - Bump phoenix_live_view from 0.19.5 to 0.20.0 #428 (dependabot[bot])
- Bump actions/checkout from 3 to 4 #424 (dependabot[bot])
v5.1.1 (2023-09-14)
Merged pull requests:
- Add Japanese locale translation #426 (matsu911)
- Bump mix_test_watch from 1.1.0 to 1.1.1 #425 (dependabot[bot])
- Bump excoveralls from 0.17.0 to 0.17.1 #423 (dependabot[bot])
- Bump ex_doc from 0.30.5 to 0.30.6 #422 (dependabot[bot])
- Bump gettext from 0.23.0 to 0.23.1 #421 (dependabot[bot])
- Bump gettext from 0.22.3 to 0.23.0 #420 (dependabot[bot])
- Bump excoveralls from 0.16.1 to 0.17.0 #419 (dependabot[bot])
- Bump ex_doc from 0.29.4 to 0.30.5 #418 (dependabot[bot])
- Bump phoenix_html from 3.3.1 to 3.3.2 #417 (dependabot[bot])
- Update README.md - Improve syntax highlighting #416 (arcanemachine)
- Bump phoenix_live_view from 0.19.3 to 0.19.5 #414 (dependabot[bot])
- Bump phoenix from 1.7.6 to 1.7.7 #412 (dependabot[bot])
- Bump jason from 1.4.0 to 1.4.1 #410 (dependabot[bot])
- Update README.md #408 (kimihito)
- Bump gettext from 0.22.2 to 0.22.3 #407 (dependabot[bot])
- Bump phoenix_live_view from 0.19.2 to 0.19.3 #406 (dependabot[bot])
- Bump phoenix from 1.7.3 to 1.7.6 #405 (dependabot[bot])
- Bump phoenix_live_view from 0.19.0 to 0.19.2 #404 (dependabot[bot])
- Bump phoenix from 1.7.2 to 1.7.3 #403 (dependabot[bot])
- Bump gettext from 0.22.1 to 0.22.2 #402 (dependabot[bot])
- Bump phoenix_live_view from 0.18.18 to 0.19.0 #401 (dependabot[bot])
- NodeJS and NPM deps updates #400 (cpjolicoeur)
- Bump @parcel/transformer-sass from 2.5.0 to 2.8.3 in /assets #399 (dependabot[bot])
v5.1.0 (2023-05-19)
Merged pull requests:
- Torch.Pagination module #394 (cpjolicoeur)
- Bump ansi-regex from 4.1.0 to 4.1.1 in /assets #391 (dependabot[bot])
- Bump tar and node-sass in /assets #390 (dependabot[bot])
- Bump terser from 5.10.0 to 5.17.4 in /assets #388 (dependabot[bot])
- Bump parcel from 2.5.0 to 2.8.3 in /assets #386 (dependabot[bot])
- Bump ex_unit_notifier from 1.2.0 to 1.3.0 #385 (dependabot[bot])
- Bump json5 from 2.2.1 to 2.2.3 in /assets #360 (dependabot[bot])
- Bump qs from 6.5.2 to 6.5.3 in /assets #359 (dependabot[bot])
Closed issues:
- Support for phoenix 1.7 #356
v5.0.0 (2023-05-16)
v5.0.0-rc.4 (2023-05-15)
Deprecations
Please update your torch.html.heex
layout file with the following deprecated module functions:
- Deprecated
Torch.PageView.body_classes/1
in favor ofTorch.Helpers.body_classes/1
- Deprecated
Torch.FlashView.flash_messages/1
in favor ofTorch.Component.flash_messages/1
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.
Closed issues:
- Nullable date field in new/edit view #155
v4.3.1 (2023-04-05)
Merged pull requests:
- Fix filter view greedy regex #379 (cpjolicoeur)
v4.3.0 (2023-04-04)
Merged pull requests:
- Add baseline Phoenix 1.7 support to Torch v4. #378 (cpjolicoeur)
- Bump ex_doc from 0.28.4 to 0.29.1 #357 (dependabot[bot])
- Bump phoenix from 1.6.11 to 1.6.15 #355 (dependabot[bot])
- Bump excoveralls from 0.14.6 to 0.15.0 #351 (dependabot[bot])
- Bump credo from 1.6.5 to 1.6.7 #347 (dependabot[bot])
- Bump gettext from 0.19.1 to 0.20.0 #344 (dependabot[bot])
- Bump credo from 1.6.4 to 1.6.5 #342 (dependabot[bot])
- Bump phoenix from 1.6.8 to 1.6.11 #341 (dependabot[bot])
- Bump excoveralls from 0.14.5 to 0.14.6 #340 (dependabot[bot])
- Bump excoveralls from 0.14.4 to 0.14.5 #334 (dependabot[bot])
- Bump credo from 1.5.6 to 1.6.4 #313 (dependabot[bot])
v5.0.0-rc.2 (2023-03-31)
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)
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)
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)
Merged pull requests:
- Rebuild assets for release #339 (cpjolicoeur)
v4.2.0 (2022-07-11)
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:
- fix matching for setting active navbar link #338 (RVRX)
- Bump phoenix from 1.6.6 to 1.6.8 #333 (dependabot[bot])
- Bump ex_doc from 0.28.3 to 0.28.4 #331 (dependabot[bot])
- Bump glob-parent from 5.1.1 to 5.1.2 in /assets #326 (dependabot[bot])
- Bump actions/setup-node from 2 to 3.1.1 #323 (dependabot[bot])
- Bump minimist from 1.2.5 to 1.2.6 in /assets #322 (dependabot[bot])
- Bump actions/cache from 2 to 3.0.1 #321 (dependabot[bot])
- Bump ex_doc from 0.26.0 to 0.28.3 #319 (dependabot[bot])
- Bump actions/checkout from 2 to 3 #315 (dependabot[bot])
- Bump ajv from 6.12.2 to 6.12.6 in /assets #306 (dependabot[bot])
v3.9.0 (2022-04-28)
v4.1.0 (2022-04-28)
Merged pull requests:
- Update boolean input filter UI #328 (cpjolicoeur)
- Remove code checking for phx \< 1.6 #327 (cpjolicoeur)
v4.0.0 (2022-04-26)
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 #325 (cpjolicoeur)
v4.0.0-rc.0 (2022-04-26)
v3.8.0 (2022-02-08)
Closed issues:
Merged pull requests:
- [chore] extract date parse logic #296 (chewnoill)
- Revert "Bump ex_doc from 0.26.0 to 0.28.0" #288 (cpjolicoeur)
- Revert support for phoenix 1.6 from the master branch #287 (chewnoill)
- Bump ex_doc from 0.26.0 to 0.28.0 #285 (dependabot[bot])
- "use Mix.Config is deprecated. Use the Config module instead" #280 (krainboltgreene)
- "clauses with the same name should be grouped together" #279 (krainboltgreene)
- Bump jason from 1.2.2 to 1.3.0 #277 (dependabot[bot])
- Bump gettext from 0.18.2 to 0.19.0 #275 (dependabot[bot])
v3.7.1 (2022-01-01)
v3.7.0 (2022-01-01)
Merged pull requests:
- Bump ex_doc from 0.25.0 to 0.26.0 #273 (dependabot[bot])
- Tweak generated context docs #272 (optikfluffel)
- Bump excoveralls from 0.14.2 to 0.14.4 #266 (dependabot[bot])
- Bump mix_test_watch from 1.0.3 to 1.1.0 #260 (dependabot[bot])
- Bump path-parse from 1.0.6 to 1.0.7 in /assets #253 (dependabot[bot])
v3.6.4 (2021-11-02)
Closed issues:
- Searching with Equals Filter Swaps to Contains after submit #270
- Removed deprecated usage of core methods. #211
Merged pull requests:
- Fix ordering of FilterView.find_param for :select #271 (thedelchop)
- Remove usage of deprecated method #268 (cpjolicoeur)
v3.7.0-rc.0 (2021-09-15)
Closed issues:
- References on Admin Page #147
Merged pull requests:
- Bump excoveralls from 0.14.1 to 0.14.2 #249 (dependabot[bot])
- Bump ex_unit_notifier from 1.1.0 to 1.2.0 #248 (dependabot[bot])
- Misc doc changes #247 (kianmeng)
- Update CI test matrix to include latest IEX and OTP #245 (cpjolicoeur)
- Bump browserslist from 4.12.0 to 4.16.6 in /assets #233 (dependabot[bot])
v3.6.3 (2021-06-30)
Closed issues:
- Date filters are altered after applying filter #241
Merged pull requests:
- Set defaultDate for Pikaday to avoid "date jump" #246 (cpjolicoeur)
v3.6.2 (2021-06-22)
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:
- Fix bug with multiple filters w/ the same prefix #243 (cpjolicoeur)
- Bump mix_test_watch from 1.0.2 to 1.0.3 #239 (dependabot[bot])
- Bump ex_doc from 0.24.1 to 0.24.2 #238 (dependabot[bot])
- Bump credo from 1.5.5 to 1.5.6 #237 (dependabot[bot])
- Bump excoveralls from 0.14.0 to 0.14.1 #236 (dependabot[bot])
- Test templates updated with best-practice describes #235 (d4rk5eed)
- Bump hosted-git-info from 2.8.8 to 2.8.9 in /assets #227 (dependabot[bot])
- Bump lodash from 4.17.15 to 4.17.21 in /assets #226 (dependabot[bot])
- Bump y18n from 4.0.0 to 4.0.3 in /assets #221 (dependabot[bot])
- Upgrade to GitHub-native Dependabot #219 (dependabot-preview[bot])
- [mix] Remove direct dependency on Timex #217 (cpjolicoeur)
- Bump ex_doc from 0.23.0 to 0.24.1 #215 (dependabot-preview[bot])
- [fix] Ensure only the Torch layout is used on Phx 1.5 #212 (cpjolicoeur)
- Bump ex_unit_notifier from 1.0.0 to 1.1.0 #209 (dependabot-preview[bot])
- Bump excoveralls from 0.13.4 to 0.14.0 #208 (dependabot-preview[bot])
- Bump credo from 1.5.4 to 1.5.5 #206 (dependabot-preview[bot])
- Bump excoveralls from 0.13.1 to 0.13.4 #203 (dependabot-preview[bot])
- Bump credo from 1.4.1 to 1.5.4 #202 (dependabot-preview[bot])
- Bump timex from 3.6.2 to 3.6.3 #201 (dependabot-preview[bot])
- Bump ex_unit_notifier from 0.1.4 to 1.0.0 #200 (dependabot-preview[bot])
- Bump ex_doc from 0.22.5 to 0.23.0 #195 (dependabot-preview[bot])
v3.6.1 (2021-03-19)
Closed issues:
- Torch in Umbrella? #207
v3.6.0 (2021-01-13)
Merged pull requests:
- Add Vietnamese locale translation #205 (cpjolicoeur)
- Bump credo from 1.4.0 to 1.4.1 #193 (dependabot-preview[bot])
v3.5.0 (2020-10-02)
Closed issues:
- CSS does not work #178
Merged pull requests:
- German Translations #192 (maennchen)
- [mix] Update uninstall task to mimic install #191 (cpjolicoeur)
- Update GH actions config #187 (cpjolicoeur)
- Update GH Actions hooks #186 (cpjolicoeur)
- Add Github Actions CI config #185 (cpjolicoeur)
- Bump jason from 1.2.1 to 1.2.2 #184 (dependabot-preview[bot])
- Bump ex_doc from 0.22.2 to 0.22.5 #183 (dependabot-preview[bot])
- Bump gettext from 0.18.0 to 0.18.1 #181 (dependabot-preview[bot])
- Bump excoveralls from 0.13.0 to 0.13.1 #180 (dependabot-preview[bot])
- Bump ex_doc from 0.22.1 to 0.22.2 #179 (dependabot-preview[bot])
v3.4.1 (2020-06-10)
Closed issues:
- Invalid plug layout option #168
Merged pull requests:
- Fix slime template markup #177 (cpjolicoeur)
v3.4.0 (2020-06-10)
Merged pull requests:
- Use new
put_root_layout
plug on Phoenix 1.5+ #176 (cpjolicoeur) - Remove jQuery from assets #175 (cpjolicoeur)
- Bump excoveralls from 0.12.3 to 0.13.0 #174 (dependabot-preview[bot])
- Rename Slime injection templates #173 (cpjolicoeur)
v3.3.1 (2020-05-28)
Merged pull requests:
- Bump timex from 3.6.1 to 3.6.2 #167 (dependabot-preview[bot])
- Bump ex_doc from 0.21.3 to 0.22.1 #166 (dependabot-preview[bot])
- Bump phoenix_html from 2.13.3 to 2.13.4 #165 (dependabot-preview[bot])
v3.3.0 (2020-05-27)
Fixed bugs:
- Fix slime generator #157
Closed issues:
- Pagination error "paginate_products/1 is undefined or private." #163
Merged pull requests:
- Bump jason from 1.2.0 to 1.2.1 #162 (dependabot-preview[bot])
- Bump gettext from 0.17.4 to 0.18.0 #161 (dependabot-preview[bot])
- Fix slime generator #156 (juanvico)
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)
Implemented enhancements:
- Filter select view function should support custom options #65
Closed issues:
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
- 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 (ghost)
- 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 Changelog was automatically generated by github_changelog_generator