The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.005 - 2018-05-18

  • Added
    • Added the ability to pass a hash of configuration options to Yancy backends. This allows backends to be configured directly from a configuration file, instead of requiring the consumer to instantiate an object themselves.
  • Fixed
    • Fixed filters persisting when changing collections. Most collections do not have the same fields, so there is little possibility keeping filters between collections could be useful.
    • Fix filter description text misaligned with remove button
    • Fix sortable column showing incorrect cursor. Now, hovering over the column header will show the correct pointer icon, inviting it to be clicked. The sort column header now also changes color slightly on hover to help show which column you are about to sort.
    • Upgraded Mojolicious and Mojolicious::Plugin::OpenAPI dependencies to silence warnings from deprecations and new development in those projects.
    • Fix paginator not showing the last page. Instead of showing the last page, it would just show a `...` always. Off-by-one errors are hard!
    • Fixed sidebar showing when the "No collections configured" error is shown. It looked like it was hiding something.
    • Fixed new items showing as "undefined" in the list. This has been broken since 0.022, when we changed the `create` backend method to return the ID of the new item. We could use a test suite for our JavaScript application...

Documentation

How to configure Yancy
How to run Yancy without writing Perl code

Modules

Embed a simple admin CMS into your Mojolicious application
A simple CMS for administrating data
A backend for DBIx::Class schemas
A backend for MySQL using Mojo::mysql
A backend for Postgres using Mojo::Pg
A backend for SQLite using Mojo::SQLite
Basic controller for displaying content
An OpenAPI REST controller for the Yancy editor
A controller to show a user only their content
A simple auth module for a site
Utilities for Yancy