Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecate: edit row separator readme to deprecate it #1920

Merged

Conversation

johnnesky
Copy link
Member

@johnnesky johnnesky commented Sep 9, 2023

Resolves

Addresses part of: #1854

Proposed Changes

Updates the renderer-inline-row-separators plugin's readme to indicate that the plugin is deprecated, explains how to use the new alternative feature.

Reason for Changes

The plugin is made obsolete by a feature in an upcoming version of Blockly: google/blockly#6944

Additional Information

The new core Blockly feature is not actually available yet. These readme changes link to a release that has not been published yet, and to documentation that is not up to date yet. See associated documentation changes: cl/559132536 and google/blockly#7360

@johnnesky johnnesky requested a review from a team as a code owner September 9, 2023 00:17
@johnnesky johnnesky requested review from cpcallen and removed request for a team September 9, 2023 00:17
@BeksOmega BeksOmega assigned BeksOmega and unassigned cpcallen Sep 13, 2023
@BeksOmega BeksOmega requested review from BeksOmega and removed request for cpcallen September 13, 2023 16:02
@BeksOmega BeksOmega changed the base branch from master to 2023-q3-eq-release September 13, 2023 16:02
Copy link
Contributor

@BeksOmega BeksOmega left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnnesky Can you:

  1. Rebase this on the 2023-q3-eq-release branch so we can merge it but save it until EOQ?
  2. Mark the package as private so we don't publish further versions of it accidentally?

otherwise this LGTM!

@johnnesky johnnesky force-pushed the deprecate-inline-row-separators branch from 59792b5 to 98caaff Compare September 15, 2023 18:24
@johnnesky
Copy link
Member Author

Done!

@BeksOmega BeksOmega changed the title chore: edit row separator readme to deprecate it. deprecate: edit row separator readme to deprecate it Sep 18, 2023
@BeksOmega BeksOmega merged commit 266bd07 into google:2023-q3-eq-release Sep 18, 2023
8 checks passed
BeksOmega pushed a commit to BeksOmega/blockly-samples that referenced this pull request Sep 19, 2023
* chore: edit row separator readme to deprecate it.

* Mark deprecated package private to stop publishing
BeksOmega pushed a commit to BeksOmega/blockly-samples that referenced this pull request Sep 19, 2023
* chore: edit row separator readme to deprecate it.

* Mark deprecated package private to stop publishing
BeksOmega pushed a commit to BeksOmega/blockly-samples that referenced this pull request Sep 28, 2023
* chore: edit row separator readme to deprecate it.

* Mark deprecated package private to stop publishing
BeksOmega pushed a commit to BeksOmega/blockly-samples that referenced this pull request Sep 28, 2023
* chore: edit row separator readme to deprecate it.

* Mark deprecated package private to stop publishing
BeksOmega pushed a commit that referenced this pull request Sep 28, 2023
* chore: edit row separator readme to deprecate it.

* Mark deprecated package private to stop publishing
BeksOmega added a commit that referenced this pull request Sep 28, 2023
* fix: upgrade keyboard navigation to use new clipboard API (#1844)

* fix: upgrade keyboard navigation to use new clipboard API

* chore: reorganize test suites

* chore: fixup delete tests

* chore: work on fixing copy tests

* chore: finish fixing up copy tests

* chore: fix cut and paste tests

* chore: delete paste suite

* chore: delete unnecessary test helpers

* chore: fixup other tests

* chore: document why we're stubbing cancelAnimationFrame and add it to teardown

* fix: upgrade cross tab copy paste to use new clipboard API (#1845)

* fix: upgrade cross tab copy paste to use new clipboard API

* chore: update to beta

* fix: upgrade shareable procedures for new clipboard API (#1863)

* chore: fix tests

* fix: upgrade the shareable procedure blocks to use the new clipboard system

* chore: update blockly version

* chore: fix lint

* fix: serialization of dynamic if blocks (#1880)

* fix: normalize inputs

* fix: work on fixing serialization

* chore: remove inputCounts

* chore: fix tests

* fix: infinite loop

* fix: serialization of dynamic list blocks (#1885)

* fix: normalize inputs

* fix: serialization

* chore: remove inputCounter

* fix: normalize connections from load

* chore: switch tests to regexp

* chore: refactor tests

* fix: rebuilding behavior

* chore: revert changes to playground

* chore: format

* fix: fully tear down dynamic block before rebuilding (#1886)

* fix: dynamic text serialization (#1887)

* fix: normalize inputs

* fix: serialization

* chore: remove inputCounter

* fix: normalize connections from load

* chore: switch tests to regexp

* chore: refactor tests

* feat: dynamic json serialization (#1888)

* feat: add json serialization for text and list dynamic blocks

* chore: use helpers to append inputs

* chore: add json serialization to if blocks

* fix: support loading stringified XML from JSOn

* fix: dynamic connection plugin readme (#1919)

* chore: update readme and remove warning

* chore: add backticks

* deprecate: edit row separator readme to deprecate it (#1920)

* chore: edit row separator readme to deprecate it.

* Mark deprecated package private to stop publishing

* fix: unnamed callers for shareable procedures (#1983)

* fix: rendering dynamic connections (#1984)

* fix: migrating json for dynamic connections (#1985)

* chore: get tests to fail

* fix: round tripping old json to new json

* chore: fixup fixes

* chore: give up on getting tests to fail properly

* fix: fixup keyboard nav to remove blockly version check (#1991)

* fix: fixup keyboard nav to remove check

* chore: update beta version

* fix: bump blockly to v10.2.0

---------

Co-authored-by: John Nesky <[email protected]>
@johnnesky johnnesky deleted the deprecate-inline-row-separators branch February 2, 2024 19:21
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.

3 participants