This repository was archived by the owner on Nov 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
This repository was archived by the owner on Nov 16, 2021. It is now read-only.
wg-bento Status Update 2021-03-01 #55
Copy link
Copy link
Closed
Labels
Description
What was accomplished ✅
Fix it week 🔨
amp-youtube
supportscurrentTime
andduration
in imperative API ✨ Youtube 1.0: get duration, currentTime amphtml#32804amp-selector
has stylistic support for hybriddisabled
+selected
state Bento Selector: Support hybrid selected/disabled state amphtml#32825amp-accordion
0.1
and1.0
respect pre-existingrole
attributes ✨ [bento][amp-accordion][fixit] Check for pre-existing role attribute before using default value amphtml#32915amp-timeago
0.1
and1.0
migrated to latesttimeago.js
library (fromthird_party/
tonode_modules
) and now have support for 7 more languages- e2e tests for
amp-sidebar
✅ [bento][amp-sidebar][fixit] Port sidebar e2e tests to from 0.1 to 1.0 amphtml#32837,amp-social-share
✅ [bento][amp-social-share][fixit] Add e2e tests for social-share amphtml#32881, andamp-accordion
✅ [bento][amp-accordion][fixit] Bento accordion e2e tests amphtml#32958 - Documented media-based attributes and enabled on
amp-fit-text
Enable media attributes for amp-fit-text:1.0 amphtml#32824 BaseElement['props']
refactor to simplify children configurations ♻️ Bento: BaseElement['props'] to include children, passthrough, passthroughNonEmpty amphtml#32936objstr
:- used in more components ♻️ Use objstr in Bento components amphtml#32893
- compiles down 🏗 Use babel-plugin-optimize-objstr amphtml#32872
- JSS:
- transform compiled output to
export const className
for filesize 🏗 Transform imported JSS properties into their resolved classnames amphtml#32888 - collect z-index 🏗 Collect z-index from JS files amphtml#32847
- transform compiled output to
- Shadow DOM polyfill Shadow DOM polyfill for elements that need it amphtml#32820
General 🍱
LightboxGallery
Preact implementation- component file restructuring for npm packaging
- NPM binary generation with ES build
- design review for deferred build and async pause systems
- Use
gulp get-zindex [--fix]
to make surecss/Z_INDEX.md
is up to date
Lessons learned 👩🎓
- We can stop prettier from exploding the boilerplate code on HTML documents by disabling prettier for the
<head>
node.
What's next ⏩
amp-lightbox-gallery
AMP layeramp-sidebar
active development- video docking active development
- Analysis of
amp-fit-text
0.1
->1.0
auto upgrade performance implications