Skip to content

Commit

Permalink
Merge pull request #704 from fatfreecrm/0.17.x
Browse files Browse the repository at this point in the history
Release 0.17.0
  • Loading branch information
CloCkWeRX authored Jan 20, 2018
2 parents 32dbca1 + 47c66a9 commit f55d5e1
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,30 @@ It does not matter how slowly you go as long as you do not stop.
First they ignore you, then they laugh at you, then they fight you,
then you win. –- Mahatma Gandhi

Unreleased (0.17.0)
---------------------------------------------------------------------
Sat Jan 20, 2018 (0.17.0)
---------------------------------------------------------------------

### Important changes
#### Select2 for select boxes
This release replaces [Chozen](https://harvesthq.github.io/chosen/) with [Select2](https://select2.org/) consistently across the app.
This may break plugins which rely on Chozen. To fix any issues please
migrate to Select2 or add Chozen to your plugins.

#### Counter caches
To improve performance, a number of [counter caches](http://guides.rubyonrails.org/association_basics.html#options-for-belongs-to-counter-cache) have been added.

Users with large amounts of records may find certain [database migrations](https://github.com/fatfreecrm/fat_free_crm/blob/master/db/migrate/20180102075234_add_account_counter_caches.rb) taking a large amount of time, as each record is cached upfront.

#### Other changes
- #691 Wording
- #688 Preparation for Devise
- #686 Bundle update
- #683 Rubocop: Refactoring
- #680 Alternative build setup
- #682 Rubocop: Hashrockets
- #693 Update Japanese translations
- #697 Minor security improvements
- #703 #696 Replace Chozen with select2
- #678 Find an account by name when name is in params (fixes #397)
- #673 Improve JS escaping
- #671 Devise Readiness (+ thread-safety): Refactor User.my scope
Expand Down

0 comments on commit f55d5e1

Please sign in to comment.