Skip to content

Commit 6e6541f

Browse files
committed
Changelog
1 parent 2539307 commit 6e6541f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Release Notes
22

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)
14+
[05601e49b](https://github.com/statamic/cms/commit/05601e49b)
15+
- 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)
23+
24+
325
## 3.0.34 (2020-12-09)
426

527
### What's new

0 commit comments

Comments
 (0)