Renovate Bot
cd4850ce20
Update dependency ember-data to v3.11.4
2019-07-29 03:26:16 +00:00
Renovate Bot
04939982f2
Update dependency @tryghost/timezone-data to v0.2.6
2019-07-29 02:27:06 +00:00
Renovate Bot
41f488fe8e
Update dependency @tryghost/helpers to v1.1.7
2019-07-29 01:27:16 +00:00
Aileen Nowak
dbb3368921
🔗 Updated docs api links to be version-less
2019-07-25 15:15:31 +08:00
Kevin Ansfield
dad908911b
✨ Added ability to edit alt text for image cards
...
no issue
- adds an "Alt" button that is displayed in the caption input whilst an image card is selected, clicking it toggles between the rich-text caption input and a plain-text alt text input
2019-07-23 18:13:41 +01:00
Kevin Ansfield
8b9686e571
Version bump to 2.25.9
2019-07-23 12:01:47 +01:00
Kevin Ansfield
66000822e0
Removed opacity from toaster notifications
...
refs https://github.com/TryGhost/Ghost/issues/10939
- comments out opacity to resolve readability issues. Quick-fix whilst waiting for a deeper design review
2019-07-22 14:10:23 +01:00
Renovate Bot
c9537e27f1
Update ember core
...
no issue
- remove usages of function prototype extensions
- fix usage of evented.off
2019-07-22 14:00:52 +01:00
Renovate Bot
25a0fcd217
Lock file maintenance
2019-07-22 13:15:16 +01:00
Kevin Ansfield
4ae9151923
Fix linting errors
...
refs https://github.com/TryGhost/Ghost-Admin/pull/1274
- fixes errors introduced from upgrading to eslint@6
2019-07-22 11:21:24 +01:00
Renovate Bot
5e94d31673
Update dependency eslint to v6
2019-07-22 11:21:24 +01:00
Kevin Ansfield
0b649eaedd
Remove unused files
...
no issue
- `app/helpers/gh-format-html` is duplicated in `lib/koenig-editor/addon/helpers/sanitize-html` and is not used anywhere else
- `app/helpers/gh-path` is not used anywhere - the API should be returning absolute URLs everywhere so path generation is no longer as necessary within templates
- `app/helpers/is-equal` replaced with `{{eq}}` from `ember-truth-helpers`
- `app/helpers/is-not` replaced with `{{not}}` from `ember-truth-helpers`
- `app/utils/isFinite` is not used anywhere
- `app/utils/titleize` is not used anywhere
2019-07-22 11:06:16 +01:00
Aileen Nowak
8e1f08f801
Updated links to docs ( #1276 )
...
no issue
2019-07-22 16:53:24 +08:00
Renovate Bot
b4442d6316
Update dependency ember-exam to v4
2019-07-22 09:24:54 +01:00
Renovate Bot
db3e352610
Update dependency ember-cli-mirage to v1.1.0
2019-07-22 09:24:23 +01:00
Renovate Bot
78720bde95
Update dependency blueimp-md5 to v2.11.0
2019-07-22 09:24:09 +01:00
Renovate Bot
c6be6349bc
Update dependency ember-simple-auth to v1.9.2
2019-07-22 02:30:48 +00:00
Renovate Bot
ff7238f560
Update dependency codemirror to v5.48.2
2019-07-22 01:28:36 +00:00
Nazar Gargol
ce7cc746be
Version bump to 2.25.8
2019-07-17 17:45:21 +02:00
Peter Zimon
31a3fe7c48
Updated word break for name and email in navbar
...
no refs.
- fixed the issue that long name and email in left sidebar were breaking into multiple lines
- added title attribute to name and email
2019-07-17 12:33:27 +02:00
Renovate Bot
0a69e3e722
Lock file maintenance
2019-07-17 11:26:53 +01:00
Renovate Bot
b9852d1000
Update dependency postcss-custom-properties to v9
2019-07-17 10:09:05 +01:00
Fabien O'Carroll
d3021b1db0
Version bump to 2.25.7
2019-07-16 16:01:28 +08:00
Peter Zimon
dc6d62c1a5
Updated posts/pages filter style
...
no refs.
- grouped posts/pages filters for better future scalablility and to indicate corresponding UI components
2019-07-15 15:06:27 +02:00
Renovate Bot
1967cfac6c
Update dependency markdown-it to v9
2019-07-15 13:32:29 +01:00
Renovate Bot
dab908ca87
Update dependency testem to v2.17.0
2019-07-15 13:31:21 +01:00
Renovate Bot
0daef38a8b
Update dependency eslint-plugin-ghost to v0.4.0
2019-07-15 13:30:46 +01:00
Renovate Bot
bc99b53307
Update ember addons
2019-07-15 13:30:09 +01:00
Fabien O'Carroll
d9f716f13a
💡 Bumped minimum node v8.x version to v8.10.0
...
no-issue
This is to keep it in sync with Ghost
2019-07-15 19:41:08 +08:00
Renovate Bot
b1662073ee
Update dependency walk-sync to v2.0.2
2019-07-15 03:25:18 +00:00
Renovate Bot
8e1252aae9
Update dependency markdown-it-footnote to v3.0.2
2019-07-15 02:16:13 +00:00
Renovate Bot
b6c6d5bd18
Update dependency ember-power-datepicker to v0.6.1
2019-07-15 01:25:05 +00:00
Rish
13399d9564
Version bump to 2.25.6
2019-07-11 15:46:12 +05:30
Rish
0d3c5a9323
Version bump to 2.25.5
2019-07-09 18:39:18 +05:30
Renovate Bot
7353975453
Update dependency ember-power-select to v2.3.5
2019-07-08 02:08:26 +00:00
Renovate Bot
61d3a81d90
Update dependency autoprefixer to v9.6.1
2019-07-08 01:25:26 +00:00
Kevin Ansfield
46d5b779ae
🐛 Fixed unexpected image positions when re-ordering gallery images
...
no issue
- the position that images were inserted did not always match the position indicator because of errors in the insert index calculations
2019-07-05 14:54:22 +01:00
Kevin Ansfield
526c94d954
✨ Added ability to drag images in and out of galleries
...
no issue
- adjust drag handlers in the editor and gallery card to handle drag/drop of image cards as well as straight images
- adjust drag handlers in the gallery card to handle image inserts as well as re-orders
- add `onDragEnd` event/action to the Koenig drag-n-drop handler so that containers can perform cleanup if one of their draggables was successfully dropped into a different container
- change ghost element when dragging an image card to be an image rather than a card icon
- allow `createGhostElement` function passed in when registering a drag-n-drop container to fall back to the default behaviour by returning a falsy value
2019-07-05 14:54:22 +01:00
Kevin Ansfield
7b3f5deb11
Updated Twitter username in nav menu
2019-07-02 13:13:01 +01:00
Kevin Ansfield
6ac1480ffc
Removed and disabled use of Ember.js function prototype extensions
...
no issue
- Function prototype extensions are being deprecated in Ember 3.11
2019-07-01 15:53:58 +01:00
Kevin Ansfield
7210266ffe
Update dependency ember-in-viewport to v3.5.8
2019-07-01 09:58:18 +01:00
Renovate Bot
a1082ebfb6
Lock file maintenance
2019-07-01 09:43:24 +01:00
Renovate Bot
3e3bd97f3d
Update dependency walk-sync to v2
2019-07-01 09:16:37 +01:00
Renovate Bot
c1bd70c75c
Update ember addons
2019-07-01 09:16:01 +01:00
Renovate Bot
dc1767e344
Update dependency fs-extra to v8.1.0
2019-07-01 09:14:59 +01:00
Fabien O'Carroll
577db1bc2f
Version bump to 2.25.4
2019-07-01 13:31:22 +07:00
Renovate Bot
859e1c77fa
Update dependency walk-sync to v1.1.4
2019-07-01 01:28:29 +00:00
Kevin Ansfield
d436184106
Version bump to 2.25.3
2019-06-26 14:02:07 +01:00
Kevin Ansfield
83a5a54801
Removed "Unsupported browser" warning for Chromium-based Edge
...
no issue
- Edge is dropping it's own engine and switching to Chromium which has full support in the editor
2019-06-25 14:52:09 +01:00
Kevin Ansfield
dc57e6557b
Version bump to 2.25.2
2019-06-25 13:22:54 +01:00