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
{{ message }}
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+86
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,92 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## RELEASE 2.11.5 - 2018-07-31
6
+
### Fixed
7
+
- Search - Fix the broken search if the collection contains Array fields. [Regression introduced in 2.9.0]
8
+
- Search - Highlight the records id if it matches with the search value.
9
+
10
+
## RELEASE 2.11.4 - 2018-07-31
11
+
### Fixed
12
+
- Search - Fix the search while typing single quotes in the search value.
13
+
14
+
## RELEASE 2.11.3 - 2018-07-30
15
+
### Fixed
16
+
- Records Display - Fix collections display for project using Ruby version inferior to 2.3.0. [Regression introduced in 2.10.1]
17
+
18
+
## RELEASE 2.11.2 - 2018-07-30
19
+
### Fixed
20
+
- Smart BelongsTo - Fix the reference field values display in the records list of collections using Smart BelongsTo relationships.
21
+
22
+
## RELEASE 2.11.1 - 2018-07-30
23
+
### Fixed
24
+
- Records Count - Fix list display error if the collection name is different from the class name (routing issue to compute the count).
25
+
26
+
## RELEASE 2.11.0 - 2018-07-19
27
+
### Changed
28
+
- Performance - Improve the speed of listing the records by executing their count into another request.
29
+
30
+
## RELEASE 2.10.5 - 2018-07-11
31
+
### Fixed
32
+
- HasMany Relationships - Fix the performance of the related data retrieval if the collection has hidden belongsTo associations in the list.
33
+
34
+
## RELEASE 2.10.4 - 2018-07-11
35
+
### Fixed
36
+
- Mixpanel Integration - Only retrieve events that are less than 60 days old to be compliant with the Mixpanel's API.
37
+
38
+
## RELEASE 2.10.3 - 2018-07-10
39
+
### Fixed
40
+
- ActiveStorage - Support ActiveStorage without having to set eager_load property to true in development environments.
41
+
42
+
## RELEASE 2.10.2 - 2018-07-10
43
+
### Fixed
44
+
- Smart Views - Fix associated data retrieval from Smart Views (where the fields to retrieve are not specified in the query params).
45
+
46
+
## RELEASE 2.10.1 - 2018-07-10
47
+
### Fixed
48
+
- Stripe Integration - Improve the error handling if the customer Stripe Id is not found.
49
+
- Stripe Integration - Trial to prevent uninitialized constant errors with Stripe classes.
50
+
51
+
## RELEASE 2.10.0 - 2018-07-10
52
+
### Added
53
+
- Mixpanel Integration - Add the integration to display the last 100 Mixpanel events of a "user" record.
54
+
55
+
## RELEASE 2.9.2 - 2018-07-04
56
+
### Fixed
57
+
- Database Connection - If the database is not accessible on server start, the liana doesn't send an Apimap anymore (it was a "partial" Apimap in such case).
58
+
59
+
## RELEASE 2.9.1 - 2018-07-03
60
+
### Changed
61
+
- Technical - Use the "official" domain for the default server host.
62
+
63
+
### Fixed
64
+
- Record Creation - Fix the search of belongsTo associated records in record creation forms if the belongsTo foreign key is a UUID.
65
+
66
+
## RELEASE 2.9.0 - 2018-06-28
67
+
### Added
68
+
- Search - Display highlighted matches on table view when searching.
69
+
70
+
## RELEASE 2.8.6 - 2018-06-27
71
+
### Fixed
72
+
- Intercom Integration - Users can now access to the Intercom Details page.
73
+
74
+
## RELEASE 2.8.5 - 2018-06-26
75
+
### Fixed
76
+
- Namespacing - Prevent a potential error on server start if a ResourcesController class already exists in another lib of the client project.
77
+
- Filters - Filtering on 2 different belongsTo foreign keys referencing the same table now returns the expected records.
78
+
79
+
## RELEASE 2.8.4 - 2018-06-21
80
+
### Changed
81
+
- Onboarding - Improve the information message if the liana is properly setup and users run the "rails g forest_liana:install".
82
+
83
+
### Fixed
84
+
- Permissions - Fix automated permission for projects having multiple teams.
85
+
86
+
## RELEASE 2.8.3 - 2018-06-20
87
+
### Fixed
88
+
- Onboarding - If the liana is properly setup and users run the "rails g forest_liana:install" command again, the task will be skipped.
89
+
- Onboarding - The install generator now supports credentials.yml.enc file introduced in Rails 5.2.
90
+
5
91
## RELEASE 2.8.2 - 2018-06-18
6
92
### Fixed
7
93
- Development Autoreload - Prevent "A copy of ForestLiana::ResourcesController has been removed from the module tree but is still active!" in development mode.
0 commit comments