Skip to content

Commit

Permalink
2.8.0 beta 3 changelog + recompile.
Browse files Browse the repository at this point in the history
  • Loading branch information
haringsrob committed Apr 1, 2022
1 parent 308d4e3 commit 08630f5
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## 2.8.0-beta.3 (2022-04-01)

### Added

- Allows media fields to use wysiwyg [`#1540`](https://github.com/area17/twill/pull/1540)

### Fixed

- Reverted change that throws exception when crops are missing [`#1535`](https://github.com/area17/twill/pull/1535)
- Fixed issue that would cause undefined index when using octane [`#1549`](https://github.com/area17/twill/pull/1549)
- Fixed bug in singleton generator when using plural name [`#1551`](https://github.com/area17/twill/pull/1551)
- Fixed regression for resources in capsules and packages [`#1552`](https://github.com/area17/twill/pull/1552)
- Fixed Glide url without scheme [`#1545`](https://github.com/area17/twill/pull/1545)

### Docs

- Improved custom page documentation [`#1548`](https://github.com/area17/twill/pull/1548)
- Improved config documentation [`#1537`](https://github.com/area17/twill/pull/1537)
- Added documentation on how to use custom icons [`#1538`](https://github.com/area17/twill/pull/1538)

## 2.8.0-beta.2 (2022-03-15)

### Added
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/admin/js/chunk-common.a8fb687f.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/assets/admin/js/chunk-common.f85e8415.js

This file was deleted.

4 changes: 2 additions & 2 deletions dist/assets/admin/twill-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"Inter-MediumItalic.woff2": "/assets/admin/fonts/Inter-MediumItalic.7a7fd735.woff2",
"Inter-Regular.woff": "/assets/admin/fonts/Inter-Regular.aebfbb3c.woff",
"Inter-Regular.woff2": "/assets/admin/fonts/Inter-Regular.bffaed79.woff2",
"chunk-common.css": "/assets/admin/css/chunk-common.d32a4edc.css",
"chunk-common.js": "/assets/admin/js/chunk-common.f85e8415.js",
"chunk-common.css": "/assets/admin/css/chunk-common.d82628d9.css",
"chunk-common.js": "/assets/admin/js/chunk-common.a8fb687f.js",
"chunk-vendors.css": "/assets/admin/css/chunk-vendors.e0f3ef32.css",
"chunk-vendors.js": "/assets/admin/js/chunk-vendors.920c1533.js",
"icons-files.php": "/views/partials/icons/icons-files-svg.blade.php",
Expand Down

0 comments on commit 08630f5

Please sign in to comment.