This forum has moved, please join us on github discussions. We will keep these old posts available for reference. Thank you!

Apostrophe 2.15.0 released: CSS sourcemaps in dev, fix to free up custom slugs of pages in the trash

2.15.0

  • CSS sourcemaps in dev (not when minified). However note that Chrome’s inspector has a limitation: it links all LESS code for nested blocks to the top of the outermost block. This is not a bug in the LESS compiler or Apostrophe.

  • Fixed #385: if a page is moved to the trash, its slug must always change, even if it has been edited so that it no longer has its parent’s slug as a prefix. In addition, if the resulting slug of a descendant of the page moving to the trash conflicts with an existing page in the trash, steps are taken to ensure uniqueness.

(If you have existing pages with this problem, you can address it by rescuing them from the trash and re-trashing them.)