Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
TINY-10142: Removed support for TinyMCE 4.x (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmen-tiny authored Sep 4, 2023
1 parent 457c303 commit 98b5cfc
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 34 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Removed
- Removed support for TinyMCE 4.x. #TINY-10142

## 5.0.1 - 2022-06-29

### Changed
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinymce/miniature",
"version": "5.0.2-rc",
"version": "6.0.0-rc",
"description": "This library checks versions of TinyMCE.",
"scripts": {
"prepublishOnly": "tsc",
Expand Down Expand Up @@ -34,8 +34,6 @@
"fork-ts-checker-webpack-plugin": "^6.5.0",
"source-map-loader": "^3.0.0",
"tinymce": "^6.0.0",
"tinymce-4.5.x": "npm:[email protected]",
"tinymce-4.8.x": "npm:[email protected]",
"tinymce-5.0.x": "npm:[email protected]",
"tinymce-6.0.x": "npm:[email protected]",
"ts-loader": "^9.3.1",
Expand Down
17 changes: 0 additions & 17 deletions src/test/ts/browser/TinyVersionsTest.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/test/ts/browser/VersionHooksTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ describe('VersionHooksTest', () => {
});

Arr.each([
{ loadVersion: '4.5.x', major: 4, minor: 5 },
{ loadVersion: '4.8.x', major: 4, minor: 8 },
{ loadVersion: '5.0.x', major: 5, minor: 0 },
{ loadVersion: '6.0.x', major: 6, minor: 0 },
], (spec) => {
Expand Down
2 changes: 0 additions & 2 deletions src/test/ts/browser/VersionLoaderTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ const sTestVersion = (loadVersion: string, expectedMajor: number, expectedMinor:

UnitTest.asynctest('TinyLoaderVersionTest', (success, failure) => {
Pipeline.async({}, [
sTestVersion('4.5.x', 4, 5),
sTestVersion('4.8.x', 4, 8),
sTestVersion('5.0.x', 5, 0),
sTestVersion('6.0.x', 6, 0)
], success, failure);
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4931,16 +4931,6 @@ thunky@^1.0.2:
resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==

"tinymce-4.5.x@npm:[email protected]":
version "4.5.10"
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-4.5.10.tgz#724fd3a981b49ddd3833bfcca7afdb2b445671b0"
integrity sha512-mCvBBXkTfGxDCb1EUo6gKBeg0pz+pNHEhsJ4ZM1Hn0uovYxzNO/u6asmtpakfBAPnlCZGSqGp3XI8QfdDfSDrA==

"tinymce-4.8.x@npm:[email protected]":
version "4.8.5"
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-4.8.5.tgz#a80ea66c4f90078bd93625b0f0914a4f774e0af3"
integrity sha512-1V6+PxP5Kp8H/Kuf+EOe6vyrtj1Dlj98q33DgiKGoGPTmbcQaVZWiT+lhqj8ICXKVLV3YxAieOJyJXai4SLHQg==

"tinymce-5.0.x@npm:[email protected]":
version "5.0.16"
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-5.0.16.tgz#7cd34f1016d86fa281652ba02ca5026621dd7590"
Expand Down

0 comments on commit 98b5cfc

Please sign in to comment.