- make sure prember urls are prefixed with a / #145 from @mansona
- Drop support for Ember < 3.16 and update with ember-cli-update #147 from @mansona
- update ember-body-class #150 from @mansona
- Drop support for Node 10 and update github action to be more like blueprint #146 from @mansona
This version adds support for Ember 4.0 🎉
- Allow Arbitrary Metadata for All Content #142 from @mansona
- update models to classes #141 from @mansona
- add ember-try scenarios for deprecations #139 from @mansona
- add a test with latest ember and ember-data #134 from @mansona
- fix htmlSafe import #133 from @mansona
- add
node: current
to targets on install of empress-blog #132 from @mansona
- cleanup github ci #131 from @mansona
- Fix import of htmlsafe #128 from @bracke
- update lint-to-the-future #127 from @mansona
- Add Import scripts for Ghost, WordPress, and Tumblr #42 from @mansona
- Move blog and url services to addon folder #118 from @jelhan
- remove duplicate header from post blueprint #117 from @mansona
- Use actual local image embed when mentioned in guide content #111 from @elwayman02
- Add Page Blueprint #104 from @elwayman02
- [internal] move from travis to github ci #110 from @mansona
- fix page title/meta not updating correctly when only the model changes #102 from @nickschot
- [internal] fix some of the ember/use-ember-data-rfc-395-imports ignored rules #100 from @mansona
- Add tests for metadata and fix anything that is obviously wrong #99 from @mansona
This is a breaking change because we drop support for Ember 3.4 in this release.
- BREAKING: replace naive scroll to top implementation with ember-scroll #97 from @nickschot
- add support for posts without tags #95 from @nickschot
- use a separate _primaryTagId attribute to get the correct primaryTag #94 from @nickschot
- fix: update Tag serializer to use _postIds instead of postIds #93 from @nickschot
- add stable array of post IDs to the tag model #88 from @nickschot
- update with ember-cli-update #90 from @mansona
- add basic smoke-test #91 from @mansona
- Revert "replace naive scroll to top implementation with ember-scroll" #92 from @mansona
- replace naive scroll to top implementation with ember-scroll #87 from @nickschot
- fix sorting in paginated content #86 from @mansona
- remove new tag from newly generated posts #82 from @mansona
- adds support for automatic new tags for 4 most recent posts #79 from @jaredgalanis
- update ember-responsive-image #80 from @mansona
- run lighthouse on CI #78 from @mansona
- swap
sh
withbash
for default content code blocks to support Prism #74 from @nickschot - BREAKING: remove duplicate helpers & dependencies #72 from @nickschot
- automatically include post ids in authors as relationships #70 from @mansona
- use empress-blueprint-helpers for config writing #68 from @mansona
- bump casper-template dev dependency #65 from @mansona
- Remove broken links from Readme #64 from @mansona
- Fix wrong spelling of Attila #60 from @bracke
- fix references when tags have no posts #62 from @mansona
- automatically include post ids in tags as relationships #61 from @mansona
- update broccoli-static-site-json #61 from @mansona
- Add Page Urls to Prember #54 from @devotox
- fixing infinite loop because of missing tag from @mansona
- bumping empress-blog-casper-template for the demo from @mansona
- Dependency updates and minor changes ahead of a release #33
- adding a second author example for the blueprints #33 from @mansona
- adding TagGenerator broccoli plugin for backwards compatibility #32
- fixing coverImage for authors and tags #32
- Make tags a first-class citizen #32 from @amyrlam
- turning content.author deprecation into a real deprecation from @mansona
- updating using ember-cli-update #28 from @mansona
- use findAll and find for data instead of query to improve caching #28 from @mansona
- adding pagination experiment (opt in for now and unstable) #28 from @mansona
- fix domain -> host
- fix urls in ember-meta
- add date, plural and route-is helpers for theme development #21 from @mansona
- correct spelling error, satic -> static #20 from @jenweber
- fixing default blueprint names #18 from @mansona
- fixing authors deprecation #18 from @mansona
- converting from ember-ghost to empress-blog #17 from @mansona
- Add support for multiple authors on posts and deprecate single authors #15 from @amyrlam
- Add
excerpt
to post model #14 from @amyrlam
- using ember-auto-import instead of ember-cli-cjs-transform #10 from @mansona
- improving the blueprint to work more effectively with addons #10 from @mansona
- moving application adapter to addon folder so it can be imported and expanded in consuming app #10 from @mansona