Release Notes
3.2.17
October 20th, 2021
What's new
- Ability to add additional toast notifications from PHP. #4449 by @fjahn
- Add ability to assign user groups when registering. #4529 by @jacksleight
- The "remember me" feature is configurable for OAuth. #4415 by @samspinoy
What's improved
- Update French translations. #4531 by @ebeauchamps
- Improve UI for selecting user groups/roles, and for containers in Markdown and Bard fields. #4539 by @jasonvarga
What's fixed
- Fix a number of issues with select (and similar) fieldtypes. #4483 by @jasonvarga
- Fix reversing of entries when re-ordering a
desc
ordered collection. #4532 by @jesseleite - Speed up the recently added fieldtype input debouncing. #4470 by @jasonvarga
- Fix entry taxonomization indexing for existing terms. #4530 by @jesseleite
- Fix a couple of issues regarding the
User::fromUser()
method when using Eloquent. #4500 by @jesseleite
3.2.16
October 14th, 2021
What's improved
- Improve IDE Autocompletion of
Blink
facade. #4466 by @duncanmcclean
What's fixed
- Fix relationship fieldtype request query length limit. #4484 by @jesseleite
- Fix issue with Glide signature and Laravel Octane. #4473 by @riasvdv
- Fix multisite entry blueprint logic. #4465 by @jasonvarga
- Fix fieldtype key and label translations. #4458 by @ebeauchamps
- Fix styles of lists in Markdown Preview. #4480 by @duncanmcclean
- Fix Bard codeblock margin. #4482 by @stvnthomas
3.2.15
October 12th, 2021
What's new
- Entries may be propagated to other sites automatically on creation. #3304 by @duncanmcclean
- Slugs may be shown on a collection's tree view. #4444 by @tobiasholst
- You can query entries'
blueprint
fields in GraphQL. #4416 by @dmgawel
What's improved
- When creating a new localized entry, the published toggle will now match the origin entry's status. #4432 by @jesseleite
What's fixed
- Fix incompatibility with latest version of Laravel. #4456 by @jasonvarga
- Fix Bard reactivity issue #4438 by @tobiasholst
3.2.14
October 8th, 2021
What's improved
- Updated German translations. #4429 by @helloDanuk
What's fixed
- Fieldtype titles are translated separately to prevent conflicts with common words. #4423 by @jasonvarga
- Collection entry counts are site specific. #4424 by @jasonvarga
- Fixed issue where IDs are shown instead of titles in relationship fieldtypes when using Eloquent. #4422 by @tobiasholst
3.2.13
October 7th, 2021
What's improved
- Update Dutch translations. #4413 by @robdekort
- Update French translations. #4411 by @ebeauchamps
What's fixed
- Fix lost asset meta on move / rename. #4412 by @jesseleite
3.2.12
October 6th, 2021
What's improved
- Added debouncing to a number of fieldtypes to prevent slowdowns in some situations. #4393
- Updated French translations #4382
What's fixed
- Fixed Bard's floating toolbar button styles leaking outside of the toolbar. #4383
- Use separate first/last name fields in the user listing and wizard when applicable. #4408 #4399
- Fix issue where enabling a site on a taxonomy would not show the terms until the cache is cleared. #4400
- Add missing dimensions icon dimensions. #4396
- Bump
composer/composer
in test suite. #4401
3.2.11
October 4th, 2021
What's improved
- Updated German translations. #4373
What's fixed
- Added
Cascade::hydrated()
callback method so you can manipulate its data after being hydrated. #4359 - Fix extra live preview data not being in view. #4359
- Make
pluck
modifier work with arrays. #4374 - Fix
parent
tag not finding the parent in some cases. #4345 Search::indexExists()
returnsfalse
rather than throwing an exception. #4244
3.2.10
September 30th, 2021
3.2.9
September 28th, 2021
What's new
- The
group_by
modifier can now be looped over, use nested values, and handles dates. #4322 - Added a
split
modifier. #4305
What's improved
- Updated French, German, Swiss, and Russian translations. #4332 #4311 #4306
- Return queries from
QueriesConditions
trait. #4312 - Improve IDE completion of
GraphQL
facade. #4307
What's fixed
- Fixed
User
class not being overridable. #4243 - Fixed
users
fieldtype outputting too much data. #4243 - Don't show "toggle all" checkbox in the asset selector if only one file is selectable. #4309
- Fix pages that start with the CP route, but not actually within the CP, being considered a CP route. (e.g.
/cpa
) #4324 - Support default values on all applicable form inputs. #4323
3.2.8
September 24th, 2021
What's new
- Add a
format_translated
modifier to get translated Carbon dates. #4272
What's fixed
- Localized entries with explicit
null
values will no longer inherit their origin's values. #4301 - Fix slow stack selector listing in the
entries
fieldtype. #4302 - Fix error when editing certain imported fields in the blueprint editor. #4298
- Fix overzealous field blink cache that causes data to remain across entries when using the SSG. #4303
- Fix another giant SVG icon. 488c8aca5
3.2.7
September 23rd, 2021
3.2.6
September 21st, 2021
3.2.5
September 17th, 2021
3.2.4
September 9th, 2021
What's fixed
- Fix issue where Bards inside Replicators wouldn't validate. #4241
3.2.3
September 9th, 2021
What's new
What's improved
What's fixed
- Fix issue where newly created asset folders wouldn't show on reload. #4176
- Make the
site:clear
command clear trees. #4231 - Bring back the HTML field on the HTML fieldtype so you can HTML in your HTML field. a3f7caabb
- Read inline SVGs from Composer vendor directory which improves Vapor support. #4216
- Escape user input on git commands. #4220
- Validate replicator as an array. #4212