Skip to content

Commit

Permalink
Release version 1.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Aug 5, 2017
1 parent fcaa800 commit ed8c8ec
Showing 1 changed file with 63 additions and 1 deletion.
64 changes: 63 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,69 @@

## [Unreleased](https://github.com/infinitered/torch/tree/HEAD)

[Full Changelog](https://github.com/infinitered/torch/compare/v1.0.0-rc.4...HEAD)
[Full Changelog](https://github.com/infinitered/torch/compare/v1.0.0-rc.6...HEAD)

**Implemented enhancements:**

- Add ability to set default sort order [\#32](https://github.com/infinitered/torch/issues/32)
- Add support for read-only fields [\#25](https://github.com/infinitered/torch/issues/25)

**Fixed bugs:**

- Fix Javascript error when Torch/Pikaday element is not on page [\#64](https://github.com/infinitered/torch/issues/64)
- Uncaught TypeError: Cannot read property 'register' of undefined [\#10](https://github.com/infinitered/torch/issues/10)

**Closed issues:**

- Brunch not building correct JS imports [\#59](https://github.com/infinitered/torch/issues/59)

**Merged pull requests:**

- Enusre form\#filters exists before attempting to add an event listener [\#66](https://github.com/infinitered/torch/pull/66) ([silasjmatson](https://github.com/silasjmatson))
- \[\#62\] Add the initial version of Brunch & Webpack guides [\#63](https://github.com/infinitered/torch/pull/63) ([zberkom](https://github.com/zberkom))
- Update Webpack config [\#61](https://github.com/infinitered/torch/pull/61) ([codeithuman](https://github.com/codeithuman))
- Make `node\_module` requires relative [\#58](https://github.com/infinitered/torch/pull/58) ([danielberkompas](https://github.com/danielberkompas))
- Add support for read-only fields [\#56](https://github.com/infinitered/torch/pull/56) ([darinwilson](https://github.com/darinwilson))
- Add ability to set default sort order [\#55](https://github.com/infinitered/torch/pull/55) ([mlaco](https://github.com/mlaco))

## [v1.0.0-rc.6](https://github.com/infinitered/torch/tree/v1.0.0-rc.6) (2017-05-03)
[Full Changelog](https://github.com/infinitered/torch/compare/v1.0.0-rc.5...v1.0.0-rc.6)

**Fixed bugs:**

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

**Closed issues:**

- Example app post index controller error [\#47](https://github.com/infinitered/torch/issues/47)
- ArgumentError with filter\_date\_input [\#42](https://github.com/infinitered/torch/issues/42)
- Move example app into separate repo or subdirectory [\#24](https://github.com/infinitered/torch/issues/24)

**Merged pull requests:**

- Update dependencies to resolve conflicts [\#54](https://github.com/infinitered/torch/pull/54) ([zberkom](https://github.com/zberkom))
- Fix badge [\#53](https://github.com/infinitered/torch/pull/53) ([GantMan](https://github.com/GantMan))
- Add premium support note to README.md [\#51](https://github.com/infinitered/torch/pull/51) ([codeithuman](https://github.com/codeithuman))
- \[fix\] remove padding before code block. [\#50](https://github.com/infinitered/torch/pull/50) ([Debetux](https://github.com/Debetux))
- Move css, js to idiomatic assets folder [\#49](https://github.com/infinitered/torch/pull/49) ([danielberkompas](https://github.com/danielberkompas))
- \[\#13\] Namespace normalize CSS [\#48](https://github.com/infinitered/torch/pull/48) ([danielberkompas](https://github.com/danielberkompas))
- Add Slackin badge [\#45](https://github.com/infinitered/torch/pull/45) ([mlaco](https://github.com/mlaco))
- Add test template [\#44](https://github.com/infinitered/torch/pull/44) ([lboekhorst](https://github.com/lboekhorst))
- append the lists instead of string concatenation [\#43](https://github.com/infinitered/torch/pull/43) ([hanskenis](https://github.com/hanskenis))
- Add badges [\#41](https://github.com/infinitered/torch/pull/41) ([danielberkompas](https://github.com/danielberkompas))
- Run ecto.setup in bin/setup [\#40](https://github.com/infinitered/torch/pull/40) ([danielberkompas](https://github.com/danielberkompas))
- \[\#22\] Fix query string [\#39](https://github.com/infinitered/torch/pull/39) ([danielberkompas](https://github.com/danielberkompas))
- Reorganize repo as a lib with example, rather than an umbrella app [\#33](https://github.com/infinitered/torch/pull/33) ([darinwilson](https://github.com/darinwilson))

## [v1.0.0-rc.5](https://github.com/infinitered/torch/tree/v1.0.0-rc.5) (2016-10-28)
[Full Changelog](https://github.com/infinitered/torch/compare/v1.0.0-rc.4...v1.0.0-rc.5)

**Merged pull requests:**

Expand Down

0 comments on commit ed8c8ec

Please sign in to comment.