v11 Release notes #264
phun-ky
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
11.0.0 (2024-08-28)
Changelog
v11 released 28th of August 2024, and here are the release notes, and any notable changes are described.
The release includes, but not limited to features, documentation, refactoring and bug fixes. For any questions, please contact me!
Note
Release notes are only given for major, breaking changes.
Keywords
The SPECCER v11 release includes an updated documentation, some changes to the API, with a minor design change regarding the
measure
feature.Overview
SPECCER v11 focuses on quality of life for devs (me), and the users of SPECCER. The API is more reflected to the usage of the features, with a nomenclature describing better what the feature does.
What’s new
measure
feature has changed, if you want the old look and feel, useslim
Commits
⚠ BREAKING CHANGES
slim
version if you want that instead of the new version.Tasks
Documentation
README.md
(367f4b8)Feature
isSlimArea
to help with the oldmeasure
feat (dd8e13b)slim
. (7c74c5e), closes #124Bug
form
(a8633a2)y
value withscrollTop
(dfeff17)Performance change
forEach
instead offor...of
for speedier render (6c3dda3)Refactoring
createA11yElement
function (8ba8591)--ph-speccer-line-width
(8fe180a)What’s not changing
measure
feature, or stick with theslim
feature.Release FAQs
What are the benefits of SPECCER v11 for me?
Do I need to update right away? If not, when will we need to update?
What will SPECCER support for v10?
What is the rule for supporting deprecated features?
How big is the expected effort to migrate code to v11?
option: SpeccerOptionsInterface
object instead of an area string.Beta Was this translation helpful? Give feedback.
All reactions