Releases: getkirby/kirby
Releases · getkirby/kirby
3.0.2
- Better error handling in error boundaries
- Fix default column prop in
UrlPreviewComponent
- Fix renaming files with the same name but different extension
- Fix loading absolute file paths in
svg()
helper - Fix problem saving floats in number and range fields
- Fix emoji alignment on high-res screens
- Bring back the „create from title“ button when changing a page url
- Fix for Blueprint datetime usage
- Create
CONTRIBUTING.md
guide - Move
README.md
to .github subfolder - Add issue and PR templates
- Fix pages section
templates
option - Files field: update when file gets deleted
- Fix finding files with
$kirby→file()
relative to other files - Remove
language.created
translation from source - Update Finish translation
- Update Italian translation
- Update Dutch translation
- Add
api.allowInsecure
option to disable the SSL requirement for API calls - Fix creating new Collection from array
- Fix
Page::modified()
issues with custom date handler and no format - Use semantic versioning for Composer installer
- Fix case sensitivity in
load()
helper - Fix
Page::isDescendantOf()
with string argument - Fix passing values as callbacks in
Page::update(), File::update(), User::update() and Site::update()
. - Re-implement missing Asset class and add new
asset()
helper - Remove empty elements when passing attribute values as array to the
Html::attr()
method - Remove deprecated
$kirby→root('emails')
- Fix missing
Field::model()
method - Fix „Open“ button in the panel when the url is set to
/
in the config - Avoid logout when a blueprint throws an error
3.0.1
- Correctly load missing "empty" section mixin
- Update reference docs links in fatal error screen and error response
- Fix drag & drop sorting for plugins in Safari
- Fix missing slash before params in URLs
- Disable the draft status for home and error pages
- Fix broken language editing modal
- Fix broken slug dependency in page blueprint
- Use the max number of siblings as default sorting number for a status change
- Fix relative queries in files field
- Update translations
- Add Slovak translation
- Add Polish translation
- Add Finish translation
- Add Greek translation
- Add Spanish translation
- Add Persian translation
- Add Norwegian translation
- Add Portuguese (Portugal) translation
- Add Czech translation
- Add Indonesian translation
- Fix broken
Page::isChildOf
method when used with page on first level - Better error message when the panel cannot connect to the API or a syntax error is thrown in the backend
- Reimplement lang attribute in
(link: )
tag, inurl()
helper andUrl::to()
method - Fix before and after options for the url previews in structure fields
- Add proper noscript warning for the panel
- Fix passing debug option to Panel
- Fix inserting empty values in number fields
- Fix Urls for subpages of the home page
3.0.0
Kirby 3 has landed
- New panel
- Drafts & custom publishing workflows
- New plugin system
- REST API
- Virtual pages
... and so much more. See what's new in v3!