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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Release Notes
2
2
3
+
## Unreleased
4
+
5
+
### What's new
6
+
- Blueprints can be hidden from the Create Entry and Create Term buttons. [#3007](https://github.com/statamic/cms/issues/3007)
7
+
- Added a `UserBlueprintFound` event. [#2983](https://github.com/statamic/cms/issues/2983)
8
+
9
+
### What's fixed
10
+
11
+
- Fixed a circular reference which made Bard freeze the page. [#2959](https://github.com/statamic/cms/issues/2959)[#3005](https://github.com/statamic/cms/issues/3005)
12
+
- Register our custom cache driver earlier, which fixes compatibility with Laravel Telescope. [#3023](https://github.com/statamic/cms/issues/3023)[#1721](https://github.com/statamic/cms/issues/1721)
13
+
- The Toggle fieldtype gives you a boolean when undefined, rather than null. [1f11c9c89](https://github.com/statamic/cms/commit/1f11c9c89)
- Terms can contain supplemental data, which fixes error within search. [#3008](https://github.com/statamic/cms/issues/3008)
16
+
- Fix `isInGroup` for Eloquent user driver. [#2951](https://github.com/statamic/cms/issues/2951)
17
+
- Fix issue where only one term would be returned when you have two terms with the same slug in different taxonomies. [c9624a49e](https://github.com/statamic/cms/commit/c9624a49e)
18
+
- Hide the "Duplicate Row" button when max grid rows have been reached. [#3006](https://github.com/statamic/cms/issues/3006)
19
+
- Removed the zero indexed grid item count. [b657efa28](https://github.com/statamic/cms/commit/b657efa28)
20
+
- Fix `join` modifier when value is null. [#3001](https://github.com/statamic/cms/issues/3001)
21
+
- Fix Term facade hints. [#3012](https://github.com/statamic/cms/issues/3012)
22
+
- Bump `ini` from 1.3.5 to 1.3.8 [#3009](https://github.com/statamic/cms/issues/3009)
0 commit comments