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

Release 1.2.3 Preparations #995

Merged
merged 504 commits into from
Oct 16, 2022
Merged

Release 1.2.3 Preparations #995

merged 504 commits into from
Oct 16, 2022

Conversation

Danielku15
Copy link
Member

@Danielku15 Danielku15 commented Oct 2, 2022

This PR prepares all 1.2.3 relevant changes for the release.

Release Checklist:

  • Review Code Changes
  • Review Visual Changes
    • Full Notation Legend
    • Whammy and Bends
    • Fix cut tie on tap-riff-default.png
    • Fix trill alignment
  • Ensure no breaking changes on JavaScript Version
  • Ensure no breaking changes on .net
  • Double check dependencies
  • Release Testing
    • Absolute Positioning of items (unless reverted)
    • One time midi handling
    • Cursor and UI Interaction
    • Browser Support
    • Individual Issues Listed in Project
    • Very rare case: partials not cleared leading to disturbed UI
    • Very rare case: fonts not recognized as loaded
  • Update Website about version support of features
  • Prepare Release Notes

Danielku15 and others added 30 commits April 4, 2021 10:55
Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.4.5...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot and others added 13 commits October 3, 2022 09:27
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v17.3.1...v17.3.2)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ab (#998)

Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.7.10...v1.7.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Conflicts:
#	src.kotlin/alphaTab/alphaTab/build.gradle.kts
#	src.kotlin/alphaTab/alphaTab/src/androidMain/kotlin/alphaTab/platform/android/AndroidUiFacade.kt
#	src.kotlin/alphaTab/alphaTab/src/androidTest/kotlin/alphaTab/visualTests/VisualTestHelperPartials.kt
#	src.kotlin/alphaTab/alphaTab/src/commonMain/kotlin/alphaTab/collections/DoubleList.kt
#	src.kotlin/alphaTab/alphaTab/src/commonMain/kotlin/alphaTab/collections/List.kt
#	src.kotlin/alphaTab/alphaTab/src/commonMain/kotlin/alphaTab/core/ecmaScript/Math.kt
#	src.kotlin/alphaTab/build.gradle.kts
@Danielku15
Copy link
Member Author

Danielku15 commented Oct 9, 2022

Browser tests complete. Tested basic compat with:

iPad Pro iOS 16 (Beta) Safari ✅
iPad Pro iOS 15 Safari ✅
iPad Pro iOS 14 Safari ✅
iPad Pro iOS 13 Safari ✅
iPad Pro iOS 12 Safari ✅
iPad Pro iOS 11 Safari ✅

iPhone 13 iOS 15 Safari ✅
iPhone 12 iOS 14 Safari ✅
iPhone 11 Pro Max iOS 13 Safari ✅
iPhone XS iOS 12 Safari ✅
iPhone X iOS 11 Safari ✅

Mac Monterey Safari 15.3 ✅
Mac Monterey Firefox 105 ✅
Mac Monterey Chrome 105 ✅
Mac Monterey Opera 91 ✅
Mac Big Sur Safari 14.1 ✅
Mac Catalina Safari 13.1 ✅

Windows 11 Edge 105 ✅
Windows 11 Firefox 105 ✅
Windows 11 Chrome 105 ✅
Windows 11 Opera 91 ✅

Google Pixel 6 Android 13 Chrome ✅
Google Pixel 6 Android 13 Firefox ✅
Google Pixel 6 Android 12 Chrome ✅
Google Pixel 6 Android 12 Firefox ✅
Google Pixel 5 Android 11 Chrome ✅
Google Pixel 4XL Android 10 Chrome ✅
Google Pixel 3XL Android 9 Chrome ✅
Google Pixel 3XL Android 8 Chrome ✅

Samsung Galaxy S22 Android 12 Chrome ✅
Samsung Galaxy S21 Android 11 Chrome ✅
Samsung Galaxy S20 Android 10 Chrome ✅
Samsung Galaxy S22 Android 12 Samsung Browser ✅
Samsung Galaxy S21 Android 11 Samsung Browser ✅
Samsung Galaxy S20 Android 10 Samsung Browser ✅

Danielku15 and others added 12 commits October 9, 2022 17:23
Bumps [terser](https://github.com/terser/terser) from 5.15.0 to 5.15.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.15.0...v5.15.1)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/Swatinem/rollup-plugin-dts/releases)
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rollup-plugin-dts@v4.2.2...v4.2.3)

---
updated-dependencies:
- dependency-name: rollup-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 22.0.2 to 23.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v23.0.0/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [SkiaSharp](https://github.com/mono/SkiaSharp) from 2.88.2 to 2.88.3.
- [Release notes](https://github.com/mono/SkiaSharp/releases)
- [Commits](mono/SkiaSharp@v2.88.2...v2.88.3)

---
updated-dependencies:
- dependency-name: SkiaSharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [SkiaSharp.HarfBuzz](https://github.com/mono/SkiaSharp) from 2.88.2 to 2.88.3.
- [Release notes](https://github.com/mono/SkiaSharp/releases)
- [Commits](mono/SkiaSharp@v2.88.2...v2.88.3)

---
updated-dependencies:
- dependency-name: SkiaSharp.HarfBuzz
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Conflicts:
#	package-lock.json
#	package.json
@Danielku15 Danielku15 marked this pull request as ready for review October 16, 2022 13:28
@Danielku15 Danielku15 merged commit cae9f7e into main Oct 16, 2022
@Danielku15 Danielku15 deleted the release/1.2.3 branch October 16, 2022 13:31
ChiHoc pushed a commit to ChiHoc/alphaTab that referenced this pull request Nov 7, 2022
# Conflicts:
#	.github/dependabot.yml
#	package-lock.json
#	package.json
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.

4 participants