Ghost/core/server
Kevin Ansfield 47692b1081 🐛 Fixed last paragraph not rendering on front-end when it's styled
no issue
- the conditional for removal of trailing blank paragraphs was not sufficient to handle paragraphs where the first child element was not a text node such as when the content of the last paragraph is italic
- switched to a method that fully walks the DOM of the last paragraph node to extract its equivalent `.textContent` value for use in the "last para is blank?" check
2019-04-08 16:25:20 +01:00
..
adapters
api 🐛 Fixed Admin API v2 wasn't returning preview url 2019-03-21 19:08:38 +01:00
apps 🐛 Changed subscribed page title from hardcoded to site title (#10589) 2019-03-11 14:07:37 +08:00
config
data Enhanced 2.18 detection (#10610) 2019-03-13 23:40:50 +01:00
helpers 🐛 Fixed 500 template error occurring in place of a 404 for missing pages/assets (#10660) 2019-04-04 14:41:56 +01:00
lib 🐛 Fixed last paragraph not rendering on front-end when it's styled 2019-04-08 16:25:20 +01:00
models Added Canonical URL support to posts&pages in Admin & Content API v2 (#10594) 2019-03-12 17:51:29 +08:00
public
services Added members data to local template options 2019-04-04 10:44:43 +02:00
translations Added missing translation key: admin api kid 2019-03-18 12:48:39 +01:00
views
web 🐛 Fixed admin error page on startup 2019-04-01 15:06:00 +08:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
filters.js
ghost-server.js
index.js
overrides.js
update-check.js