Frontpress Versions Save

:zap: A full front-end AngularJS template for WordPress Rest API.

v1.0.8

7 years ago

Now FrontPress is officially a javascript library which users may import and configure easily.

  • Now you can use $FrontPressProvider with no frontpress.json file;
  • All Ajax calls are now being cached;
  • Angular 1.6 compatible;
  • Fix full post route problems, now you can have a full post route without id;
  • NPM and bower packages avaliable;

v0.1-beta.2

7 years ago

This release makes FrontPress customizable incluind new features:

  • Customizable templates. Users may create your own html and css for FrontPress and override default html in frontpress.json ;
  • Customizable routes. Create custom routes for home, paginated home and post page;
  • Fully compatible with Wordpress apis v1 and v2;
  • First unity tests running;
  • Almost all directives using same parameters;
  • Start solving Codacy issues.

Disclaimer: the beta will be removed when test coverage hits at least 70%.

v0.1-beta.1

7 years ago

First beta release including:

  • Home page listing posts
  • Posts page
  • Infinite scroll pagination on home
  • frontpress.json configuration file
  • $FrontpressProvider configuration service
  • Disqus integration
  • link rel, link next on page