This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Releases: frontpressorg/frontpress
Releases · frontpressorg/frontpress
FrontPress as a library
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;
FrontPress customizable / working for api v1 and v2
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%.
First beta release
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