Skip to content

Commit

Permalink
v1.0.0-beta.7
Browse files Browse the repository at this point in the history
* slug-field :: ensure slug is lowercase when saved. (also fixed on create-article-modal)
* node-picker-field :: move sortable feature outside of the select.
* Add seo title field with custom warning component for seo recommended length.
  • Loading branch information
gdbrown authored Jul 31, 2024
1 parent f90d36f commit ebbea57
Show file tree
Hide file tree
Showing 36 changed files with 553 additions and 403 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# CHANGELOG


## v1.0.0-beta.7
* slug-field :: ensure slug is lowercase when saved. (also fixed on create-article-modal)
* node-picker-field :: move sortable feature outside of the select.
* Add seo title field with custom warning component for seo recommended length.


## v1.0.0-beta.6
* Blocksmith :: Add keyboard shortcut CMD+K to load link modal.
* Blocksmith :: fix tumblr-post-block-preview not showing its url.
Expand Down
16 changes: 8 additions & 8 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# TODO

* raven -- refactor and simplify! more can be done here, need to think more on this.
* add save and close and save and publish on article screen? does anyone even use this?
* lock node features?
* add presets to date picker field so user can have drop down of "+1 year, +5 year, etc."
* slug field :: auto sluggify on change? and show errors on change?
* ncr -- updateNode.js fix merging/state if updates occurred while editting, then restore expected_etag check
* review sortable on node picker, interaction is wonky af. does node picker need this? (redo this so the sorting is done outside of the picker, i absolute hate the way it is rn)
* blocksmith -- sometimes cursor disappears after drag/drop
* blocksmith -- copy / paste block (text already works)
* blocksmith -- sometimes cursor disappears after drag/drop
* blocksmith -- add emojis inserter thingy
* blocksmith -- fix bug in blocksmith/utils/blocksToEditor.js that isn't recognizing "<mark>"
* blocksmith -- send errors (see config) to raven errors endpoint.
* raven -- refactor and simplify! more can be done here, need to think more on this.
* * slug field :: auto sluggify on change? and show errors on change?
* with-form -- finish up this save dirty and handleRestore form when leaving page so we can restore it on mount again.
* add presets to date picker field so user can have drop down of "+1 year, +5 year, etc."
* add title length warning on article "title"
* Add node labels component (and maybe a batch operation?)
* review/simplify node history and reverting.
* lock node features?
* send purge cache command when asset variant is replaced.
* dynamically determine duration of uploaded video or audio (like image dimensions)?
* add save and close and save and publish on article screen? does anyone even use this?
* add alert when leaving gallery images tab with unsaved reordering
* can sortables with overlays be simplified? sortable node-picker works without overlay but sortable slots or poll answers doesn't, y tho?
136 changes: 68 additions & 68 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ebbea57

Please sign in to comment.