Skip to content

Commit ce0fbf1

Browse files
committed
Update changelog and version for 3.2.0
1 parent d749a98 commit ce0fbf1

File tree

4 files changed

+113
-84
lines changed

4 files changed

+113
-84
lines changed

CHANGELOG.md

Lines changed: 109 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -2,94 +2,123 @@
22

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

5+
## 3.2.0
6+
7+
### Added
8+
- Allow dynamic title on `InlineRepeater` by @Tofandel in https://github.com/area17/twill/pull/2493
9+
- Add command to update morph references in Twill tables by @joyceverheije in https://github.com/area17/twill/pull/2482
10+
- Allow behaviors to load classes without being the main model of a capsule by @Tofandel in https://github.com/area17/twill/pull/2423
11+
- Add missing step method on Twill 3 form builder input field by @zeezo887 in https://github.com/area17/twill/pull/2496
12+
13+
### Fixed
14+
- Fix error when updating a model after having enabled a new language in the config by @Tofandel in https://github.com/area17/twill/pull/2487
15+
- Fix Twill model extensibility by @Tofandel in https://github.com/area17/twill/pull/2498
16+
- Fix shrinking block counter by @Tofandel in https://github.com/area17/twill/pull/2501
17+
- Fix single module browser definition by @Tofandel in https://github.com/area17/twill/pull/2474
18+
- Fix incorrect method argument order when registering Twill capsule translation by @emanueljacob in https://github.com/area17/twill/pull/2477
19+
- Fix preview mode when trying to preview a revision that contains a block that itself uses a blockable relation by @emanueljacob in https://github.com/area17/twill/pull/2484
20+
- Fix custom callback of Image column by @Tofandel in https://github.com/area17/twill/pull/2494
21+
- Fix js error if you grab a block but don't move it anywhere by @Tofandel in https://github.com/area17/twill/pull/2488
22+
- Fix `getModulePermalinkBase` by @Tofandel in https://github.com/area17/twill/pull/2471
23+
- Fix `getBaseNamespace` by @Tofandel in https://github.com/area17/twill/pull/2420
24+
- Fix relative path traversal in docs dev server command by @ouuan in https://github.com/area17/twill/pull/2469
25+
- Fix Vue draggable deprecations by @Tofandel in https://github.com/area17/twill/pull/2491
26+
- Remove duplicate extensions already included in the TipTap starterKit by @Tofandel in https://github.com/area17/twill/pull/2486
27+
28+
### Improved
29+
- Fix documentation issues reported in https://github.com/area17/twill/pull/1804
30+
- Remove HTML 4 and srcset polyfills by @Tofandel in https://github.com/area17/twill/pull/2430
31+
- Remove deprecated zh, ji, iw and in locales to integrate Weblate (see https://github.com/area17/twill/pull/2492)
32+
- Bump axios from 0.27.2 to 0.28.0 by @dependabot in https://github.com/area17/twill/pull/2480
33+
534
## 3.1.0
635

736
### Added
8-
- PHP 8.3 support by @antonioribeiro in #2374
9-
- Form builder connected fields support by @joyceverheije in #2323
10-
- Glide image rendering service improvements for remote disks by @ifox in #2422
11-
- Google Analytics 4 support in the dashboard by @lewiswharf in #2288
12-
- Configurable preview breakpoints by @florrie-90 in #2299
13-
- Automatically add `active` to `$translatedAttributes` by @driftingly in #2401
14-
- Block component classes support in the `BlockEditor` `blocks` array by @joyceverheije in 8778ab7e
15-
- Add `excludeBlocks` option to the `BlockEditor` fields by @pauldwight in #2409
16-
- Add `readOnly` support to form builder `Input` field by @zachgarwood in #2331
17-
- Add `searchable` support to form builder `Select` field by @iedex in #2415
18-
- Add `max` support to form builder `InlineRepeater` field by @joyceverheije in 4a773869
19-
- Add `direction` option to `Input` and `Wysiwyg` fields by @13twelve in #2295
20-
- Add alignment buttons to `TipTap` editor by @florrie-90 in #2305
21-
- Add predefined class selection to `TipTap` link component by @zipavlin in #2336
22-
- Add support for `titleInBrowser` and `adminEditUrl` accessors in `browsers` by @joyceverheije in 02ac019e, ab8635fe and 160e9165
23-
- Add `--factory` and `--seeder` to `twill:make:module` by @driftingly in #2402
24-
- Add `Link` column type to table builder by @agnonym in #2376
25-
- Add `routePrefix` support to nested breadcrumbs by @yamaha252 in #2312
26-
- Add DI support for Twill Block `getData` method by @Afting in #2292
27-
- Allow `QuickFilter` extension by @joyceverheije in 9c15b017
28-
- Configurable permissions and roles table names by @Keania-Eric in #2350
29-
- Configurable user creation with default role when using OAuth SSO by @joyceverheije in 14f8dd29
30-
- Customizable title column's label by @Phiosss in #2318
31-
- Current request only tertiary nav links support by @joyceverheije in d1c06992
32-
- Multiple `nested` table columns support in the table builder by @yamaha252 and @joyceverheije in #2314 and 1edbfbb1
33-
- Store position and render selected values ordered on multi selects fields by @haringsrob in #2204
34-
- Update migration stub and existing migrations to use anonymous class by @driftingly in #2406
37+
- PHP 8.3 support by @antonioribeiro in https://github.com/area17/twill/pull/2374
38+
- Form builder connected fields support by @joyceverheije in https://github.com/area17/twill/pull/2323
39+
- Glide image rendering service improvements for remote disks by @ifox in https://github.com/area17/twill/pull/2422
40+
- Google Analytics 4 support in the dashboard by @lewiswharf in https://github.com/area17/twill/pull/2288
41+
- Configurable preview breakpoints by @florrie-90 in https://github.com/area17/twill/pull/2299
42+
- Automatically add `active` to `$translatedAttributes` by @driftingly in https://github.com/area17/twill/pull/2401
43+
- Block component classes support in the `BlockEditor` `blocks` array by @joyceverheije in [8778ab7e](https://github.com/area17/twill/commit/8778ab7e)
44+
- Add `excludeBlocks` option to the `BlockEditor` fields by @pauldwight in https://github.com/area17/twill/pull/2409
45+
- Add `readOnly` support to form builder `Input` field by @zachgarwood in https://github.com/area17/twill/pull/2331
46+
- Add `searchable` support to form builder `Select` field by @iedex in https://github.com/area17/twill/pull/2415
47+
- Add `max` support to form builder `InlineRepeater` field by @joyceverheije in [4a773869](https://github.com/area17/twill/commit/4a773869)
48+
- Add `direction` option to `Input` and `Wysiwyg` fields by @13twelve in https://github.com/area17/twill/pull/2295
49+
- Add alignment buttons to `TipTap` editor by @florrie-90 in https://github.com/area17/twill/pull/2305
50+
- Add predefined class selection to `TipTap` link component by @zipavlin in https://github.com/area17/twill/pull/2336
51+
- Add support for `titleInBrowser` and `adminEditUrl` accessors in `browsers` by @joyceverheije in [02ac019e](https://github.com/area17/twill/commit/02ac019e), ab8635fe and 160e9165
52+
- Add `--factory` and `--seeder` to `twill:make:module` by @driftingly in https://github.com/area17/twill/pull/2402
53+
- Add `Link` column type to table builder by @agnonym in https://github.com/area17/twill/pull/2376
54+
- Add `routePrefix` support to nested breadcrumbs by @yamaha252 in https://github.com/area17/twill/pull/2312
55+
- Add DI support for Twill Block `getData` method by @Afting in https://github.com/area17/twill/pull/2292
56+
- Allow `QuickFilter` extension by @joyceverheije in [9c15b017](https://github.com/area17/twill/commit/9c15b017)
57+
- Configurable permissions and roles table names by @Keania-Eric in https://github.com/area17/twill/pull/2350
58+
- Configurable user creation with default role when using OAuth SSO by @joyceverheije in [14f8dd29](https://github.com/area17/twill/commit/14f8dd29)
59+
- Customizable title column's label by @Phiosss in https://github.com/area17/twill/pull/2318
60+
- Current request only tertiary nav links support by @joyceverheije in [d1c06992](https://github.com/area17/twill/commit/d1c06992)
61+
- Multiple `nested` table columns support in the table builder by @yamaha252 and @joyceverheije in https://github.com/area17/twill/pull/2314 and 1edbfbb1
62+
- Store position and render selected values ordered on multi selects fields by @haringsrob in https://github.com/area17/twill/pull/2204
63+
- Update migration stub and existing migrations to use anonymous class by @driftingly in https://github.com/area17/twill/pull/2406
3564

3665
### Fixed
37-
- Fix `DatePicker` date selection by @ifox in 0e751723
38-
- Fix Tiptap `Wysiwyg` click to focus area by @TimBlanchard in #2418
39-
- Fix custom components registration by @joyceverheije in 7c233334
40-
- Fix position value for blocks in non-default `BlockEditor` fields by @joyceverheije in #2381
41-
- Fix incorrect order of nested items slug when item is more than 2 levels deep by @pauldwight in #2388
42-
- Fix `parseInternalLinks` helper issues by @avinash403 in #2338
43-
- Fix to reduce excessive number of queries when using Twill 3 settings by @bonroyage in #2369
44-
- Fix legacy settings in Twill 3 by @joyceverheije in #2417
45-
- Fix user list errors when deleting roles by @antonioribeiro in #2372
46-
- Fix build error with custom icons by @emanueljacob in #2392
47-
- Fix x-position of full height crops being reset at some ratios/screen sizes by @13twelve in #2297
48-
- Fix fields/blocks/repeaters spacings by @ifox in 1a93fe47
49-
- Fix active navigation check when a child module uses the same name as another module by @joyceverheije in f22eb35a
50-
- Fix create button alignment in listings by @ifox in 006f478f
51-
- Fix duplication when translated media fields are enabled by @petertsoisstuff in #2320
52-
- Fix `getCapsuleForModel()` for when passing a Model object by @antonioribeiro in #2400
53-
- Fix `keepAlive` on connected non localized fields by @joyceverheije in b1593c75
54-
- Fix optional feature migrations publication by @Tofandel in #2384
55-
- Fix related table name in migration down method by @droplister in #2290
56-
- Fix scheduled filter label by @droplister in #2291
57-
- Fix type of `$forceLocale` in `translatedInput()` by @pvdbroek in #2315
58-
- Fix user role filter when using the standard permissions setup by @ifox in 6e893232
59-
- Fix vselect component to align with design by @ifox in 6e893232
60-
- Fix error when running `php artisan migrate:reset` by @NuktukDev in #2413
61-
- Allow dashboard modules to wrap onto the next line by @florrie-90 in #2298
62-
- Always include locale in the `mediables` pivot by @bonroyage in #2368
63-
- Avoid unused data and hooks when using the default role level by @joyceverheije in 5d4060b5
64-
- Check user permission when displaying activity log items by @joyceverheije in 3526dca5
65-
- Don't load `DuskServiceProvider` if Dusk doesn't exist by @Tofandel in #2366
66-
- Preserve default vselect value when undefined by @bwat-dev in #2311
67-
- Prevent multi select options from being selected more than once by @florrie-90 in #2296
68-
- Remove block actions in settings blocks by @ifox in 0bc5e754
69-
- Support using a dot as `fieldsGroupsFormFieldNameSeparator` by @yamaha252 in #2277
70-
- Turn move dropdowns off for settings blocks by @droplister in #2293
71-
- Update migration helper for translations table by @sauron in #2327
72-
- Updated namespace paths from `Admin` to `Twill` on custom pages by @pauldwight in #2317
73-
- Use custom model configuration in the relationship morph map by @redelschaap in #2408
74-
- Use `pushOnce` builtin, remove custom `pushonce` directive by @mikerockett in #2301
75-
- Use `twill.admin_route_name_prefix` configuration for all internal routes by @ifox and @raymondtri in #2286
66+
- Fix `DatePicker` date selection by @ifox in [0e751723](https://github.com/area17/twill/commit/0e751723)
67+
- Fix Tiptap `Wysiwyg` click to focus area by @TimBlanchard in https://github.com/area17/twill/pull/2418
68+
- Fix custom components registration by @joyceverheije in [7c233334](https://github.com/area17/twill/commit/7c233334)
69+
- Fix position value for blocks in non-default `BlockEditor` fields by @joyceverheije in https://github.com/area17/twill/pull/2381
70+
- Fix incorrect order of nested items slug when item is more than 2 levels deep by @pauldwight in https://github.com/area17/twill/pull/2388
71+
- Fix `parseInternalLinks` helper issues by @avinash403 in https://github.com/area17/twill/pull/2338
72+
- Fix to reduce excessive number of queries when using Twill 3 settings by @bonroyage in https://github.com/area17/twill/pull/2369
73+
- Fix legacy settings in Twill 3 by @joyceverheije in https://github.com/area17/twill/pull/2417
74+
- Fix user list errors when deleting roles by @antonioribeiro in https://github.com/area17/twill/pull/2372
75+
- Fix build error with custom icons by @emanueljacob in https://github.com/area17/twill/pull/2392
76+
- Fix x-position of full height crops being reset at some ratios/screen sizes by @13twelve in https://github.com/area17/twill/pull/2297
77+
- Fix fields/blocks/repeaters spacings by @ifox in [1a93fe47](https://github.com/area17/twill/commit/1a93fe47)
78+
- Fix active navigation check when a child module uses the same name as another module by @joyceverheije in [f22eb35a](https://github.com/area17/twill/commit/f22eb35a)
79+
- Fix create button alignment in listings by @ifox in [006f478f](https://github.com/area17/twill/commit/006f478f)
80+
- Fix duplication when translated media fields are enabled by @petertsoisstuff in https://github.com/area17/twill/pull/2320
81+
- Fix `getCapsuleForModel()` for when passing a Model object by @antonioribeiro in https://github.com/area17/twill/pull/2400
82+
- Fix `keepAlive` on connected non localized fields by @joyceverheije in [b1593c75](https://github.com/area17/twill/commit/b1593c75)
83+
- Fix optional feature migrations publication by @Tofandel in https://github.com/area17/twill/pull/2384
84+
- Fix related table name in migration down method by @droplister in https://github.com/area17/twill/pull/2290
85+
- Fix scheduled filter label by @droplister in https://github.com/area17/twill/pull/2291
86+
- Fix type of `$forceLocale` in `translatedInput()` by @pvdbroek in https://github.com/area17/twill/pull/2315
87+
- Fix user role filter when using the standard permissions setup by @ifox in [6e893232](https://github.com/area17/twill/commit/6e893232)
88+
- Fix vselect component to align with design by @ifox in [435c6a92](https://github.com/area17/twill/commit/435c6a92)
89+
- Fix error when running `php artisan migrate:reset` by @NuktukDev in https://github.com/area17/twill/pull/2413
90+
- Allow dashboard modules to wrap onto the next line by @florrie-90 in https://github.com/area17/twill/pull/2298
91+
- Always include locale in the `mediables` pivot by @bonroyage in https://github.com/area17/twill/pull/2368
92+
- Avoid unused data and hooks when using the default role level by @joyceverheije in [5d4060b5](https://github.com/area17/twill/commit/5d4060b5)
93+
- Check user permission when displaying activity log items by @joyceverheije in [3526dca5](https://github.com/area17/twill/commit/3526dca5)
94+
- Don't load `DuskServiceProvider` if Dusk doesn't exist by @Tofandel in https://github.com/area17/twill/pull/2366
95+
- Preserve default vselect value when undefined by @bwat-dev in https://github.com/area17/twill/pull/2311
96+
- Prevent multi select options from being selected more than once by @florrie-90 in https://github.com/area17/twill/pull/2296
97+
- Remove block actions in settings blocks by @ifox in [0bc5e754](https://github.com/area17/twill/commit/0bc5e754)
98+
- Support using a dot as `fieldsGroupsFormFieldNameSeparator` by @yamaha252 in https://github.com/area17/twill/pull/2277
99+
- Turn move dropdowns off for settings blocks by @droplister in https://github.com/area17/twill/pull/2293
100+
- Update migration helper for translations table by @sauron in https://github.com/area17/twill/pull/2327
101+
- Updated namespace paths from `Admin` to `Twill` on custom pages by @pauldwight in https://github.com/area17/twill/pull/2317
102+
- Use custom model configuration in the relationship morph map by @redelschaap in https://github.com/area17/twill/pull/2408
103+
- Use `pushOnce` builtin, remove custom `pushonce` directive by @mikerockett in https://github.com/area17/twill/pull/2301
104+
- Use `twill.admin_route_name_prefix` configuration for all internal routes by @ifox and @raymondtri in https://github.com/area17/twill/pull/2286
76105

77106
### Docs
78-
- Add instructions on how to use the `browser` field with a custom pivot table by @poncianodiego and @ifox in #2385
79-
- Changed example value to better reflect given example in fields group docs by @Viliasas in #2283
80-
- Fix artisan command by @thecrazybob in #2365
81-
- Fix typo in Building a frontend guide by @driftingly in #2396
82-
- Fix typo in Content - Modules - TableBuilder by @agnonym in #2375
83-
- Fix typo in create page module guide by @colegeissinger in #2367
84-
- Fix wrong property name in nested modules docs by @Viliasas in #2282
85-
- Updates to the docs for nested modules by @pauldwight in #2389
107+
- Add instructions on how to use the `browser` field with a custom pivot table by @poncianodiego and @ifox in https://github.com/area17/twill/pull/2385
108+
- Changed example value to better reflect given example in fields group docs by @Viliasas in https://github.com/area17/twill/pull/2283
109+
- Fix artisan command by @thecrazybob in https://github.com/area17/twill/pull/2365
110+
- Fix typo in Building a frontend guide by @driftingly in https://github.com/area17/twill/pull/2396
111+
- Fix typo in Content - Modules - TableBuilder by @agnonym in https://github.com/area17/twill/pull/2375
112+
- Fix typo in create page module guide by @colegeissinger in https://github.com/area17/twill/pull/2367
113+
- Fix wrong property name in nested modules docs by @Viliasas in https://github.com/area17/twill/pull/2282
114+
- Updates to the docs for nested modules by @pauldwight in https://github.com/area17/twill/pull/2389
86115

87116
### Translations
88-
- Added Slovenian language to translations by @Neoglyph in #2373
89-
- Update Dutch translations by @lindeVW in #2378
90-
- Update German translations by @florianschrottenloher-iu in #2411
91-
- Add all locales with translations to the user locale selector by @ifox in 6e893232
92-
- Configure all locales with translations for date rendering and datepicker configuration by @ifox in eb21fa9f
117+
- Added Slovenian language to translations by @Neoglyph in https://github.com/area17/twill/pull/2373
118+
- Update Dutch translations by @lindeVW in https://github.com/area17/twill/pull/2378
119+
- Update German translations by @florianschrottenloher-iu in https://github.com/area17/twill/pull/2411
120+
- Add all locales with translations to the user locale selector by @ifox in [6e893232](https://github.com/area17/twill/commit/6e893232)
121+
- Configure all locales with translations for date rendering and datepicker configuration by @ifox in [eb21fa9f](https://github.com/area17/twill/commit/eb21fa9f)
93122

94123
## 3.0.2
95124

@@ -101,7 +130,7 @@ All notable changes to `twill` will be documented in this file.
101130
- Icon support in component blocks by @agnonym in https://github.com/area17/twill/pull/2238
102131
- Columns support for checkboxes and radios in form builder by @bonroyage in https://github.com/area17/twill/pull/2232
103132
- `Options::fromArray` argument order by @bonroyage in https://github.com/area17/twill/pull/2231
104-
- Update package generator stub by @ifox in https://github.com/area17/twill/commit/78cc5b5dc023134356210f8c8940f77ff7745ea3
133+
- Update package generator stub by @ifox in [78cc5b5d](https://github.com/area17/twill/commit/78cc5b5dc023134356210f8c8940f77ff7745ea3)
105134

106135
### Improved
107136

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@area17/twill",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"private": true,
55
"scripts": {
66
"inspect": "vue-cli-service inspect --mode production",

src/TwillServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class TwillServiceProvider extends ServiceProvider
5858
*
5959
* @var string
6060
*/
61-
public const VERSION = '3.1.0';
61+
public const VERSION = '3.2.0';
6262

6363
/**
6464
* Service providers to be registered.

0 commit comments

Comments
 (0)