Skip to content

Commit a25337e

Browse files
authored
Merge pull request #323 from platanus/unreleased-changelog
docs(changelog): add unreleased changes entry
2 parents e1cc6e4 + 7e164e7 commit a25337e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
### Unreleased
6+
7+
##### Added
8+
* Added filters option in nested selects [#301](https://github.com/platanus/activeadmin_addons/pull/301)
9+
* Date range filters and date picker inputs now has `autocomplete: 'off'` by default [#320](https://github.com/platanus/activeadmin_addons/pull/320)
10+
* Added `tags` option to default select2 inputs [#322](https://github.com/platanus/activeadmin_addons/pull/322)
11+
12+
##### Fixed
13+
* Added CSRF header for interactive select tag [#262](https://github.com/platanus/activeadmin_addons/pull/262)
14+
* Replaced deprecated `chromedriver-helper` gem with `webdrivers` to avoid chromedriver version error [#265](https://github.com/platanus/activeadmin_addons/pull/265)
15+
* Manually install bundler in CI [#286](https://github.com/platanus/activeadmin_addons/pull/286)
16+
* Avoid generating second body element [#302](https://github.com/platanus/activeadmin_addons/pull/302)
17+
* Avoid showing `toggle_bool_column` if update action is disabled [#306](https://github.com/platanus/activeadmin_addons/pull/306)
18+
* Moved `sassc-rails` from dev dependencies to normal dependencies [#294](https://github.com/platanus/activeadmin_addons/pull/294)
19+
20+
##### Changed
21+
* Updated ruby to 2.7 and rails to 5.2.4.1 [#293](https://github.com/platanus/activeadmin_addons/pull/293)
22+
* Replaced EOL'd sass with sassc [#292](https://github.com/platanus/activeadmin_addons/pull/292)
23+
* Remove unsupported `select2-rails` gem, vendor files directly [#264](https://github.com/platanus/activeadmin_addons/pull/264) and bump select2 to 4.0.13 [#296](https://github.com/platanus/activeadmin_addons/pull/296)
24+
* Updated `require_all` gem to 2.0 [#313](https://github.com/platanus/activeadmin_addons/pull/313)
25+
* Dependabot bumps for devise, rack, loofah
26+
527
### 1.7.1
628

729
##### Fixed

0 commit comments

Comments
 (0)