The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changelog for Mojolicious-Plugin-Moai

0.008     2020-01-15 00:39:48-05:00 America/New_York

    [Fixed]

    - Fixed missing prereq on Test2::API. Thanks @manwar! [Github #1]

0.007     2020-01-15 00:33:39-05:00 America/New_York

    [Added]

    - The UI library version can now be specified in the plugin
      configuration. This makes it easier to switch just through
      configuration.

    [Fixed]

    - Pager components now default to page 1

0.006     2020-01-01 13:44:50-06:00 America/Chicago

    [Added]

    - Added navbar menu component. This is the first menu component.
    - Added Test::Mojo::Role::Moai to test site components
        - Added table_is test method to test table data, elements, and
          attributes

0.005     2019-12-16 22:35:06-06:00 America/Chicago

    [Fixed]

    - Fixed Test::More dependency to 1.001005 (the first version to
      support argument-passing to subtests). This will fix test failures
      on older Perls.

0.004     2019-12-08 13:24:11-06:00 America/Chicago

    [Added]

    - Added support for Bulma. Bulma is a CSS-only UI library.

0.003     2019-12-06 20:43:42-06:00 America/Chicago

    [Added]

    - Added id configuration to table and pager. We will need some way
      to identify our elements when writing tests!
    - Added class configuration to table, thead, columns, and a wrapper.
      This should enable all of the features available to Bootstrap 4's
      table.
    - Added `link_to` for table cells. You can specify a route name, and
      the route will be filled in with data from the current row.

0.002     2019-12-06 10:25:11-06:00 America/Chicago

    [Fixed]

    - Renamed 'cdn' widgets to 'lib'. This better indicates their
      function and allows for more meaningful overriding (if one wants
      to load libraries locally instead of from the CDN)

0.001     2019-12-05 01:19:40-06:00 America/Chicago

    - Initial release
    - Added initial table and pager widgets
    - Added CDN widgets to quickly get up and running