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

12 #1

Merged
merged 247 commits into from Dec 17, 2018
Merged

12 #1

merged 247 commits into from Dec 17, 2018

Conversation

kinoshnik2070
Copy link
Owner

Instructions:

  • Pick a meaningful title for your pull request. (Use sentence case.)
    • Prefix the title with an emoji to identify what is being done. (Copy-paste the emoji itself (not the :code:) from the list below.)
    • Do not overuse punctuation in the title (like (chore):).
    • If it is helpful, use a simple prefix (like ProjectX: Implement some feature).
  • Enter a succinct description that says why the PR is necessary, and what it does.
    • Mention the GitHub issue that is being addressed by the pull request.
    • The keywords Fixes, Closes, or Resolves followed the issue number will automatically close the issue.

Example of a good description:

  • Implement aspect X
  • Leave out feature Y because of A
  • Improve performance by B
  • Improve accessibility by C

Emojis for categorizing pull requests:

✨ New feature (:sparkles:)
🐛 Bug fix (:bug:)
🔥 P0 fix (:fire:)
✅ Tests (:white_check_mark:)
🚀 Performance improvements (:rocket:)
🖍 CSS / Styling (:crayon:)
♿ Accessibility (:wheelchair:)
🌐 Internationalization (:globe_with_meridians:)
📖 Documentation (:book:)
🏗 Infrastructure / Tooling / Builds / CI (:building_construction:)
⏪ Reverting a previous change (:rewind:)
♻️ Refactoring (like moving around code w/o any changes) (:recycle:)
🚮 Deleting code (:put_litter_in_its_place:)

William Chou and others added 30 commits November 20, 2018 21:35
* Disallow URL bindings in amp4email.

* Add bind-validator tests.

* Add integration tests.

* Fix tests.
* Fix element services and AMP.setState in FIE.

* Reference GH issue.

* Fix types.

* Fix tests.
* Fixed misleading 'yarn' error about 'gulp' on first install

* Fixed Lint issue with string

157:34  error  Strings must use singlequote  quotes

* Made 'list directory' command compatible with windows as well. Added note
about not importing node packages since they'll break 'yarn' on the
first-install use case.

* Changed note comment due to lint line length error

* Update check-package-manager.js

* Reverting to cleaner 'fs' implementation since 'existsSync' functionality it's available natively
* add analytics vendor keen.io

* fix analytics lint for vendor keen

* fix comment for Keen tracking example code

* fix tests for keen analytics vendor

* vendor keen analytics custom request test

* fix custom test unhandled variable

* fix test variable ending

* use xhr transport if beacon API is not available
* Add DomElement type

* Remove non-type/non-docs changes
* Added theme-color based on accent color for ampstory

* Added theme-color based on accent color for ampstory

* Updated JSDoc for method

* fixed lint errors and test errors

* fixed suggestions from code review

* use computed style helper instead of getComputedStyle

* fixed tests, implemented code review suggestions
…to amp-list for resizing (#19184)

* Add containerize action

* Add bindable attribute isContainer

* Remove auto-container behavior

* Update bindable attribute name

* Update examples

* Guard action registration behind experiment flag

* Call changeToLayoutContainer in mutate context only

* Rename functions and attributes correctly

* Add integration tests for amp-list resize functions

* Fix type check

* Add comment about adding is-layout-container to validator file

* Add documentation for changeToLayoutContainer

* Fix gulp lint warnings on bind-impl

* Add fall through comment

* Update documentation for is-layout-container

* Minor rename and testing fix

* Add square brackets around is-layout-container
* cl/221331004 Simplify FORM.

* cl/221678254 Relax attribute blacklisted_value_regex to only match values before urlescaping.

* cl/221691892 Media query spec for amp4email.

* cl/221808630 Revision bump for #18188

* cl/221824133 Remove validator support for the deprecated boilerplate CSS.

* cl/222112581 Revision bump for #19285
* introduce consentInfoDef

* fix tests address comments
…#19414)

* Add DomElement type

* Remove non-type/non-docs changes

* Loosen MediaPool placeholder type from HTMLMediaElement to Element
#19465)

* remove gen-codeowners which in turn allows us to remove gulp-intercept

see dominictarr/event-stream#116 for further
context

* remove loading of gen-codeowners
* clean up docs

* analytics

* comments

* fix dead link
erwinmombay and others added 29 commits December 12, 2018 13:29
* fix key issues

* temp

* add dompurifyconfigobject extern

* apply recs

* fix lint error

* make sure __AMP_TOP and __AMP_PARENT don't get obfuscated.

these properties are sometimes reached out to in other libraries not
compiled in single pass. ex. amp4ads-host,

* remove purifier changes. this is reviewed in separate PR
* Restore tests disabled on SauceLabs before #19832

* Re-skip tests in test-custom-element.js which still fail

* Remove TODO comment for unskipped test
- Check the index of the slide within all slides (rather than all
children) as the parent container may contain things other than slides.
- Get rid of `div` in the selector, it is overly specific.
* Implement maximum-nights feature in range amp-date-picker

* Refactor wrapper into wrapper folder

* Add validator rules for maximum-nights

* Add integration test 🤞 no flakes

* Add updated validator test out
* Removes code that forces fixed layout on multi-size slots.

* Trivial change to restart travis.

* Accidentally re-added code.
* fix key issues

* temp

* add dompurifyconfigobject extern

* apply recs

* fix lint error
* Remove ampdoc for getting FIE services.

* Remove deprecated service getter.

* Remove unused FIE window service getter and inlined helper fn.

* Simplify some comments.

* Fix test-url-replacements.js.

* Fix test-standard-actions.js.

* Fix several more tests.

* Fix lint.

* Fix test-amp-form and test-amp-gwd-animation.
* Hoist templates and ensure duplicates are not added to bundle

* Additional test cases for hoisting

* Only find program when hoisting

* Address PR feedback

* Updated to not use branching for html and htmlFor.
* Fix mask appearing on hover. Use patch pattern

* Add wildcard patch
…9690)

* adding babel plugin for const transformation

* adding test for transformer

* fixing the is fortesting condition

* fixing lints

* fixing lints

* fixing `is_minified` always true condition

* lint fixes

* fixing babel transformer

* fixes copyrights
* mock window.matchMedia call.

* fix test

* update comment

* address choumx comments

* lint
* remove wait for ini-load

* expr

* fix presubmit

* address comment
…19860)

* Refeactored consent ui api to match consent response

* FInished the consent ui api refactor
* Story supports-landscape attribute validation.

* A-Z
@kinoshnik2070 kinoshnik2070 merged commit 7c85bb9 into kinoshnik2070:master Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet