Skip to content

Fix all 10 open issues and bump to 0.2.0#62

Open
nanosani wants to merge 1 commit into
createwithrani:mainfrom
nanosani:fix/all-open-issues
Open

Fix all 10 open issues and bump to 0.2.0#62
nanosani wants to merge 1 commit into
createwithrani:mainfrom
nanosani:fix/all-open-issues

Conversation

@nanosani
Copy link
Copy Markdown

Bump plugin/package/readme version to 0.2.0 and add a changelog entry.

- createwithrani#60: Import the missing sprintf in superlist-item/edit.js (this caused
  the "block has encountered an error" message in the editor) and guard
  insertListItem against a null parent block.
- createwithrani#44: Replace the green-circle icons with simpler black-on-transparent
  glyphs that match the core block icon style.
- createwithrani#36: Rename "List Orientation" to "List Style" (vertical/horizontal)
  and the previous "List Style" (ul/ol/none) to "List Type"; replace
  the vague arrow icons with clearer row/stack glyphs and a
  ToggleGroupControl in the inspector.
- createwithrani#35: Enable the standard background image / size supports.
- createwithrani#25: Add `start` and `reversed` attributes for ordered lists, with
  matching inspector controls (only shown when listStyle === ol).
- createwithrani#13: Add a `caption` attribute. When set, the block renders inside a
  <figure> with a <figcaption>; backward compatible (no caption ⇒ same
  output as before).
- createwithrani#9: Surface the list-item max-width control on the list-item block as
  well; both controls update the parent's itemWidth attribute.
- createwithrani#7: Pressing Enter inside an empty trailing paragraph of a list-item
  now removes that paragraph and inserts a fresh list-item (prefilled
  with an empty paragraph for typing focus).
- createwithrani#3: Add a `customMarker` text attribute. When set, an unordered list
  is rendered with the user's character/emoji via a CSS ::before
  pseudo-element so any glyph (e.g. ★, →, •) works.
- createwithrani#54: Rewrite the core/list ⇆ superlist transforms to match the modern
  core/list shape (nested core/list-item + core/list inner blocks
  instead of the deprecated `values` HTML string), and add a `to`
  transform back to core/list (lossy: only paragraph/heading content
  is preserved per item).

Bump plugin/package/readme version to 0.2.0 and add a changelog entry.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant