Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: pedrocoutinhosilva/imola

New breakpoint and template systems

19 Apr 15:03
432c977

Choose a tag to compare

  • Revamped template engine.
    • Templates are now easier to generate and manage. See the vignette for more information.
  • Revamped breakpoint systems.
    • Breakpoint systems are now easier to generate and manage. See the vignette for more information.
  • Reduce CSS rules specificity.
    • Overwriting package rules should now be easier.
  • Additional documentation
    • New vignettes.
    • New examples.

Documentation and testing overhaul

10 Apr 15:27
952ebc8

Choose a tag to compare

  • Adds pkgdown website
  • Updated roxygen documentation
  • Adds vignettes regarding main features (grid, flex, breakpoints, templates)
  • Adds makeTemplate functionality: Ability to generate templates as objects
  • Adds workflow actions for publishing documentation and track test coverage
  • Adds unit testing 100% coverage
  • Adds UI testing coverage

Initial CRAN release

10 Apr 15:25
b76bccb

Choose a tag to compare

First official CRAN release 🎉

  • Support for flex and grid panels and pages
  • Initial breakpoint support
  • Initial templating engine