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
* fix: fix time based graph when timezone is different with database (#476)
* chore(release): 6.4.1 [skip ci]
## [6.4.1](v6.4.0...v6.4.1) (2021-06-01)
### Bug Fixes
* fix time based graph when timezone is different with database ([#476](#476)) ([5d9fb89](5d9fb89))
* feat(schema): move some meta data under stack attribute to prevent blocking scenarios on DWO (#469)
* chore(release): 6.5.0 [skip ci]
# [6.5.0](v6.4.1...v6.5.0) (2021-06-03)
### Features
* **schema:** move some meta data under stack attribute to prevent blocking scenarios on DWO ([#469](#469)) ([76aa754](76aa754))
* Fix broken image links in the README
* fix: allow smart action endpoints to start with slashes
* chore(release): 6.5.1 [skip ci]
## [6.5.1](v6.5.0...v6.5.1) (2021-06-08)
### Bug Fixes
* allow smart action endpoints to start with slashes ([d4f6a61](d4f6a61))
* allow smart action endpoints to start with slashes ([cf6c6a9](cf6c6a9))
* style: fix alt text in README (#484)
* feat: include role in the user data inside the request (#478)
* chore(release): 6.6.0 [skip ci]
# [6.6.0](v6.5.1...v6.6.0) (2021-06-09)
### Features
* include role in the user data inside the request ([#478](#478)) ([0a34716](0a34716))
* fix: support permissions infos with ruby < 2.7 (#486)
* chore(release): 6.6.1 [skip ci]
## [6.6.1](v6.6.0...v6.6.1) (2021-06-10)
### Bug Fixes
* support permissions infos with ruby < 2.7 ([#486](#486)) ([a611271](a611271))
* fix: stats permissions should be retrieved only one time per team (#489)
* fix: stats permissions should be retrieved only one time per team
* chore: fix the version of semantic-release (#492)
* chore(release): 6.6.2 [skip ci]
## [6.6.2](v6.6.1...v6.6.2) (2021-06-16)
### Bug Fixes
* stats permissions should be retrieved only one time per team ([#489](#489)) ([c2e9104](c2e9104))
Co-authored-by: Cisco Guillaume <[email protected]>
Co-authored-by: Forest Bot <[email protected]>
Co-authored-by: SteveBunlon <[email protected]>
Co-authored-by: Sandro Munda <[email protected]>
Co-authored-by: Sliman <[email protected]>
Co-authored-by: slimane <[email protected]>
Co-authored-by: Olessya KOROVINA <[email protected]>
Co-authored-by: Guillaume Gautreau <[email protected]>
* stats permissions should be retrieved only one time per team ([#489](https://github.com/ForestAdmin/forest-rails/issues/489)) ([c2e9104](https://github.com/ForestAdmin/forest-rails/commit/c2e9104ebf32deeb3e5676706fdcbaae5de34869))
* support permissions infos with ruby < 2.7 ([#486](https://github.com/ForestAdmin/forest-rails/issues/486)) ([a611271](https://github.com/ForestAdmin/forest-rails/commit/a611271e709bb6a9ed0d3ebccfb64b6eea1d324d))
* include role in the user data inside the request ([#478](https://github.com/ForestAdmin/forest-rails/issues/478)) ([0a34716](https://github.com/ForestAdmin/forest-rails/commit/0a347165897aa118e486895e55f4b29ba7fb888b))
***dependency:** now using forestadmin-jsonapi-serializers instead of the jsonapi-serializers gem ([#475](https://github.com/ForestAdmin/forest-rails/issues/475)) ([3feea36](https://github.com/ForestAdmin/forest-rails/commit/3feea36b3b578638f3ad7c16ebab8e457a68d71f))
28
+
29
+
30
+
### BREAKING CHANGES
31
+
32
+
***dependency:** Switch from jsonapi-serializers to forestadmin-jsonapi-serializers to serialize data to the JSONAPI format, mainly to avoid conflict with the jsonapi-serializer library
33
+
* allow smart action endpoints to start with slashes ([d4f6a61](https://github.com/ForestAdmin/forest-rails/commit/d4f6a618aeea72364b0e7511545b67fbbfb17c99))
34
+
* allow smart action endpoints to start with slashes ([cf6c6a9](https://github.com/ForestAdmin/forest-rails/commit/cf6c6a96498e6813e4b7ccaa56cacd9abefc332f))
***dependency:** now using forestadmin-jsonapi-serializers instead of the jsonapi-serializers gem ([#475](https://github.com/ForestAdmin/forest-rails/issues/475)) ([3feea36](https://github.com/ForestAdmin/forest-rails/commit/3feea36b3b578638f3ad7c16ebab8e457a68d71f))
20
53
54
+
### Features
21
55
22
-
### BREAKING CHANGES
56
+
***schema:** move some meta data under stack attribute to prevent blocking scenarios on DWO ([#469](https://github.com/ForestAdmin/forest-rails/issues/469)) ([76aa754](https://github.com/ForestAdmin/forest-rails/commit/76aa7540300f75b0ea1d00ec3b60e4976b7d800e))
23
57
24
-
***dependency:** Switch from jsonapi-serializers to forestadmin-jsonapi-serializers to serialize data to the JSONAPI format, mainly to avoid conflict with the jsonapi-serializer library
* fix time based graph when timezone is different with database ([#476](https://github.com/ForestAdmin/forest-rails/issues/476)) ([5d9fb89](https://github.com/ForestAdmin/forest-rails/commit/5d9fb8903ae53615dd1789bdebbc4d9c7d6f4576))
0 commit comments