You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release replaces Chozen with Select2 consistently across the app.
9
+
10
+
### Important changes
11
+
#### Select2 for select boxes
12
+
This release replaces [Chozen](https://harvesthq.github.io/chosen/) with [Select2](https://select2.org/) consistently across the app.
10
13
This may break plugins which rely on Chozen. To fix any issues please
11
14
migrate to Select2 or add Chozen to your plugins.
12
15
16
+
#### Counter caches
17
+
To improve performance, a number of [counter caches](http://guides.rubyonrails.org/association_basics.html#options-for-belongs-to-counter-cache) have been added.
18
+
19
+
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.
0 commit comments