Skip to content

Commit

Permalink
Update changelog for 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Jan 15, 2024
1 parent e07cab0 commit 906b087
Showing 1 changed file with 63 additions and 4 deletions.
67 changes: 63 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,68 @@

All notable changes to `twill` will be documented in this file.

## UNRELEASED (3.1.0)

### Added
- Add connected fields support to the Twill 3 form builder by @joyceverheije in #2323
- Make preview breakpoints configurable by @florrie-90 in #2299
- Add `Link` column type for to table builder by @agnonym in #2376
- PHP 8.3 support by @antonioribeiro in #2374
- Add `routePrefix` support to nested breadcrumbs by @yamaha252 in #2312
- Add direction option to form text and WYSIWYG inputs by @13twelve in #2295
- Add read-only support to the form builder's Input field by @zachgarwood in #2331
- Make permissions and roles table names configurable by @Keania-Eric in #2350
- Support multiple nested table columns by @yamaha252 and @joyceverheije in #2314 and 1edbfbb1
- Add support for current request only tertiary nav links by @joyceverheije
- Add support for titleInBrowser and adminEditUrl accessors in browsers by @joyceverheije
- Add configuration to controls whether a user should be created or not when a new user is logging in through Oauth by @joyceverheije
- Allow QuickFilter extension by @joyceverheije

### Fixed
- Fix custom components registration by @joyceverheije in 7c233334
- Turn move dropdowns off for settings blocks by @droplister in #2293
- Fix scheduled filter label by @droplister in #2291
- Fix related table name in migration down method by @droplister in #2290
- Updated namespace paths from Admin to Twill on custom pages by @pauldwight in #2317
- Fix type of $forceLocale in translatedInput() by @pvdbroek in #2315
- Fix duplication when translated media fields are enabled by @petertsoisstuff in #2320
- Support using a dot as `fieldsGroupsFormFieldNameSeparator` by @yamaha252 in #2277
- Allow dashboard modules to wrap onto the next line by @florrie-90 in #2298
- Always include locale in the mediables pivot by @bonroyage in #2368
- Fixes to reduce excessive number of queries when using Twill 3 settings by @bonroyage in #2369
- Update migration helper for translations table by @sauron in #2327
- Fix x-position of full height crops being reset at some ratios/screen sizes by @13twelve in #2297
- Fix optional feature migrations publication by @Tofandel in #2384
- Fix build error with custom icons by @emanueljacob in #2392
- Fix position value for blocks in non-default editors by @joyceverheije in #2381
- Fix user list errors when deleting roles by @antonioribeiro in #2372
- Fix keepAlive on connected non localized fields by @joyceverheije
- Fix active navigation check when a child module uses the same name as another module by @joyceverheije
- Avoid unused data and hooks when using the default role level by @joyceverheije
- Check user permission when displaying activity log items by @joyceverheije
- Fix position value for blocks in non-default editors by @joyceverheije
- Remove block actions in settings blocks by @ifox
- Fix datepicker selection by @ifox
- Fix create button alignement in listings by @ifox

### Docs
- Fix wrong property name in 12_nested-modules.md by @Viliasas in #2282
- Fix artisan command by @thecrazybob in #2365
- Fix typo in create page module guide by @colegeissinger in #2367
- Content - Modules - TableBuilder: typo by @agnonym in #2375
- Updates to the docs for nested modules by @pauldwight in #2389
- Fix typo in 8_building-a-front-end.md by @driftingly in #2396

### Translations
- Added Slovenian language to translations by @Neoglyph in #2373
- Update dutch lang files by @lindeVW in #2378

### Chores
- Update frontend dependencies by @ifox

## 3.0.2

## Fixed
### Fixed

- Rendering of nested components blocks by @haringsrob in https://github.com/area17/twill/pull/2243
- Rendering of side form if it only contains fieldsets by @agnonym in https://github.com/area17/twill/pull/2234
Expand All @@ -14,7 +73,7 @@ All notable changes to `twill` will be documented in this file.
- `Options::fromArray` argument order by @bonroyage in https://github.com/area17/twill/pull/2231
- Update package generator stub by @ifox in https://github.com/area17/twill/commit/78cc5b5dc023134356210f8c8940f77ff7745ea3

## Improved
### Improved

- Fix activity log typo by @DanielSpravtsev in https://github.com/area17/twill/pull/2264
- Fix two misspellings by @skoontastic in https://github.com/area17/twill/pull/2250
Expand All @@ -29,11 +88,11 @@ All notable changes to `twill` will be documented in this file.

## 3.0.1

## Fixed
### Fixed

- Fix Blade components resolution (causing an issue with Laravel Jetstream) by @haringsrob in https://github.com/area17/twill/pull/2223

## Improved
### Improved

- Add mobile nav to all docs site pages by @13twelve in https://github.com/area17/twill/pull/2224
- Fix WYSIWYG maxlength docs by @tttogo in https://github.com/area17/twill/pull/2226
Expand Down

0 comments on commit 906b087

Please sign in to comment.