mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
4670d3fe03
refs https://github.com/TryGhost/Ghost/issues/8248 refs https://github.com/TryGhost/Ghost/issues/8194 closes https://github.com/TryGhost/Ghost/issues/8192 Miscellaneous editor reliability and usability fixes. - Improve the reliability of selection. - Ensure that the + menu appears even if there is a blank document (which meant the events weren't firing from mobiledoc itself) - When cards are added they are automatically selected and if possible go straight into edit mode (only works on the markdown card). - Fixes issues in Safari desktop, Safari mobile, and Firefox. - Tries to position UI on screen at all times. - Removes fastclick.
19 lines
537 B
JSON
19 lines
537 B
JSON
{
|
|
"name": "ghost-admin",
|
|
"dependencies": {
|
|
"devicejs": "0.2.7",
|
|
"Faker": "3.1.0",
|
|
"google-caja": "6005.0.0",
|
|
"jquery-file-upload": "9.12.3",
|
|
"jquery-ui": "1.11.4",
|
|
"jquery.simulate.drag-sortable": "0.1.0",
|
|
"jqueryui-touch-punch": "furf/jquery-ui-touch-punch#4bc009145202d9c7483ba85f3a236a8f3470354d",
|
|
"keymaster": "1.6.3",
|
|
"normalize.css": "3.0.3",
|
|
"pretender": "1.1.0",
|
|
"rangyinputs": "1.2.0",
|
|
"selectize": "~0.12.1",
|
|
"showdown-ghost": "0.3.6",
|
|
"validator-js": "3.39.0"
|
|
}
|
|
}
|