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

Better logging #12

Merged
merged 2 commits into from
Sep 4, 2015
Merged

Better logging #12

merged 2 commits into from
Sep 4, 2015

Conversation

cramforce
Copy link
Member

No description provided.

Malte Ubl added 2 commits September 4, 2015 07:21
and friends. Also uses the right console function where possible.

Fixes #11
@dvoytenko
Copy link
Contributor

LGTM

@erwinmombay
Copy link
Member

closes: #11

cramforce added a commit that referenced this pull request Sep 4, 2015
@cramforce cramforce merged commit 796c063 into ampproject:master Sep 4, 2015
alabiaga pushed a commit that referenced this pull request Feb 28, 2019
* creating new amp-smartlinks extension

* BAM-2584 AMP-Smartlinks (#3)

* adding example page and amp-smartlinks to bundles.config

* creating amp-smartlinks scaffolding

* BAM-2584 adding hardcoded POC implementation of amp-smartlinks

* adding new constants file and linkmate file/class

* adding linkmate call and association working with link-rewrite service

* add amp config call and update workflow to use those values

* setup initial amp-smartlinks and linkmate workflow

* adding new config variables for link attribute and selector

* add tests for amp-smartlinks

* add test for linkmate.js

* add more thorough anchorList check in runSmartlinks

* adding code comments, new constants structure and better options validation

* update amp-smartlinks to have helpful information

* updating global vars and cleaning up main files

* clean up tests and add more explicit type assertions

* clean up jsdoc tags

* BAM-2585 Whitelist import, fix type errors, and replace user.assert with userAssert (#4)

* BAM-2585 whitelist navigation import and fix type errors

* replace user.assert with userAssert

* BAM-2585 fix validator and type check (#5)

* more validator fixes (#6)

* BAM-2585 Fix validator, copyright, and whitespace (#7)

* alphabetize validator, fix whitespace, and add valid tag

* update year in copyright statement

* BAM-2585 move `link-rewriter` to import statements and updating types (#8)

* BAM-2585 remove link-rewriter and switch to importing from skimlinks extension

* clean up promise chain and more descriptive API comments

* update xhr to pull from ampdoc.win and add types to constants.js

* fix type in buildPageImpressionPayload_

* update validator with new empty value check (#9)

* update validator for exclusive-links

* switch page-impression API request to customEventReporter (#11)

* BAM-2585 fix jsdoc in linkmate-options and unnecessary param in page_impression request (#12)

* fix jsdoc for linkmate params and make runLinkmate more readable (#13)

* add try/catch on amp_config fetch and updated constants.js

* remove bad type in constants.js and add check for existing shop-links (#14)

* add check for auction_id in mapLinks and add jsdoc for SMARTLINKS_REWRITER_ID

* fix type notation in constants.js and linkmate-options.js

* fix indentation in example file

* add note to README describing link-rewriter priority queue behavior (#15)

* add exception to compile.js for amp-skimlinks

* update validator to use empty value as indicator linkmate param

* fix validator and linkmate-options to use new config style (#16)

* updating tests for linkmate-options.js

* remove redundant userAssert in linkmate-options

* update tests to reflect config changes

* update tests to send accurate config params

* update readme to refelct config changes and more accurate function names in linkmate-options
noranazmy pushed a commit to noranazmy/amphtml that referenced this pull request Mar 22, 2019
* creating new amp-smartlinks extension

* BAM-2584 AMP-Smartlinks (#3)

* adding example page and amp-smartlinks to bundles.config

* creating amp-smartlinks scaffolding

* BAM-2584 adding hardcoded POC implementation of amp-smartlinks

* adding new constants file and linkmate file/class

* adding linkmate call and association working with link-rewrite service

* add amp config call and update workflow to use those values

* setup initial amp-smartlinks and linkmate workflow

* adding new config variables for link attribute and selector

* add tests for amp-smartlinks

* add test for linkmate.js

* add more thorough anchorList check in runSmartlinks

* adding code comments, new constants structure and better options validation

* update amp-smartlinks to have helpful information

* updating global vars and cleaning up main files

* clean up tests and add more explicit type assertions

* clean up jsdoc tags

* BAM-2585 Whitelist import, fix type errors, and replace user.assert with userAssert (ampproject#4)

* BAM-2585 whitelist navigation import and fix type errors

* replace user.assert with userAssert

* BAM-2585 fix validator and type check (ampproject#5)

* more validator fixes (ampproject#6)

* BAM-2585 Fix validator, copyright, and whitespace (ampproject#7)

* alphabetize validator, fix whitespace, and add valid tag

* update year in copyright statement

* BAM-2585 move `link-rewriter` to import statements and updating types (ampproject#8)

* BAM-2585 remove link-rewriter and switch to importing from skimlinks extension

* clean up promise chain and more descriptive API comments

* update xhr to pull from ampdoc.win and add types to constants.js

* fix type in buildPageImpressionPayload_

* update validator with new empty value check (ampproject#9)

* update validator for exclusive-links

* switch page-impression API request to customEventReporter (ampproject#11)

* BAM-2585 fix jsdoc in linkmate-options and unnecessary param in page_impression request (ampproject#12)

* fix jsdoc for linkmate params and make runLinkmate more readable (ampproject#13)

* add try/catch on amp_config fetch and updated constants.js

* remove bad type in constants.js and add check for existing shop-links (ampproject#14)

* add check for auction_id in mapLinks and add jsdoc for SMARTLINKS_REWRITER_ID

* fix type notation in constants.js and linkmate-options.js

* fix indentation in example file

* add note to README describing link-rewriter priority queue behavior (ampproject#15)

* add exception to compile.js for amp-skimlinks

* update validator to use empty value as indicator linkmate param

* fix validator and linkmate-options to use new config style (ampproject#16)

* updating tests for linkmate-options.js

* remove redundant userAssert in linkmate-options

* update tests to reflect config changes

* update tests to send accurate config params

* update readme to refelct config changes and more accurate function names in linkmate-options
bramanudom pushed a commit to bramanudom/amphtml that referenced this pull request Mar 22, 2019
* creating new amp-smartlinks extension

* BAM-2584 AMP-Smartlinks (ampproject#3)

* adding example page and amp-smartlinks to bundles.config

* creating amp-smartlinks scaffolding

* BAM-2584 adding hardcoded POC implementation of amp-smartlinks

* adding new constants file and linkmate file/class

* adding linkmate call and association working with link-rewrite service

* add amp config call and update workflow to use those values

* setup initial amp-smartlinks and linkmate workflow

* adding new config variables for link attribute and selector

* add tests for amp-smartlinks

* add test for linkmate.js

* add more thorough anchorList check in runSmartlinks

* adding code comments, new constants structure and better options validation

* update amp-smartlinks to have helpful information

* updating global vars and cleaning up main files

* clean up tests and add more explicit type assertions

* clean up jsdoc tags

* BAM-2585 Whitelist import, fix type errors, and replace user.assert with userAssert (ampproject#4)

* BAM-2585 whitelist navigation import and fix type errors

* replace user.assert with userAssert

* BAM-2585 fix validator and type check (ampproject#5)

* more validator fixes (ampproject#6)

* BAM-2585 Fix validator, copyright, and whitespace (ampproject#7)

* alphabetize validator, fix whitespace, and add valid tag

* update year in copyright statement

* BAM-2585 move `link-rewriter` to import statements and updating types (ampproject#8)

* BAM-2585 remove link-rewriter and switch to importing from skimlinks extension

* clean up promise chain and more descriptive API comments

* update xhr to pull from ampdoc.win and add types to constants.js

* fix type in buildPageImpressionPayload_

* update validator with new empty value check (ampproject#9)

* update validator for exclusive-links

* switch page-impression API request to customEventReporter (ampproject#11)

* BAM-2585 fix jsdoc in linkmate-options and unnecessary param in page_impression request (ampproject#12)

* fix jsdoc for linkmate params and make runLinkmate more readable (ampproject#13)

* add try/catch on amp_config fetch and updated constants.js

* remove bad type in constants.js and add check for existing shop-links (ampproject#14)

* add check for auction_id in mapLinks and add jsdoc for SMARTLINKS_REWRITER_ID

* fix type notation in constants.js and linkmate-options.js

* fix indentation in example file

* add note to README describing link-rewriter priority queue behavior (ampproject#15)

* add exception to compile.js for amp-skimlinks

* update validator to use empty value as indicator linkmate param

* fix validator and linkmate-options to use new config style (ampproject#16)

* updating tests for linkmate-options.js

* remove redundant userAssert in linkmate-options

* update tests to reflect config changes

* update tests to send accurate config params

* update readme to refelct config changes and more accurate function names in linkmate-options
dethstrobe added a commit that referenced this pull request Apr 12, 2022
* ✨ Initial Commit

* ♻️ Attributes mapped to props

* ♻️ Base skeleton with references

* ♻️ Added build functions and 🖍 CSS

* 🧪 Experimental commit for `Gesture` Service

* ♻️ Added `Gesture`, `Mouse` and `Keyboard` Service

`prettify` is also performed.

* Added `"npm": true` for build-system compilation config

Co-Authored-By: Caroline Liu <[email protected]>

* 🚮 Removed validator file until rules are added

Co-Authored-By: Caroline Liu <[email protected]>

* 🚮 Removed unnecessary example code

Co-Authored-By: Caroline Liu <[email protected]>

* 🚮 Removed `copyright` header from all files

Co-Authored-By: Caroline Liu <[email protected]>

* ♻️ Cleanup

* 🚮 Renoved `Services`

Services should not be used in the Preact component.

Co-Authored-By: Caroline Liu <[email protected]>

* 🧪 Experiment commit, 🚮 Remvoed test `console.log`

* 🖍 Added and Formatted `JSS` & `CSS`

Co-Authored-By: Caroline Liu <[email protected]>

* 🐛 Minor fixes for `JSS`

* ♻️ `shouldHintReappear` renamed to more precise name `repeatHint`

Co-Authored-By: Caroline Liu <[email protected]>

* 🧪 Experimental Test: `DOM` APIs to `JSX`

Preact component should not be creating any elements with DOM APIs. Preferring JSX instead. This is an experimental code for my storybook test.

* ♻️ Minor fixes and Cleanup

* ✨ Added `seekTo` API Function

* ♻️ Minor fix to initialise base class

* ♻️ Added classes on the JSX node

* ⏪ Removed `CSS`

Co-Authored-By: Caroline Liu <[email protected]>

* ♻️ `ActionTrust` set for only user interaction

`DEFAULT` is needed for user interaction whereas `LOW` events could include things like autoplaying carousels. Thus, `DEFAULT` is recommended!

Co-Authored-By: Caroline Liu <[email protected]>

* ♻️ Removed unnecessary initialisation and import

Co-Authored-By: Caroline Liu <[email protected]>

* ♻️ `ImageSlider` prefixed with `Bento`

The one exception that can stay `ImageSlider` is Storybooks. So, the Storybooks are still alphabetised and searchable without getting clogged up by the `Bento` prefix noise.

Co-Authored-By: Caroline Liu <[email protected]>

* ♻️ Preact storybook updated with new prefix `Bento`

Preact Storybook `title` should be left as `ImageSlider` so it is still alphabetised and searchable without getting clogged up by the `Bento` prefix noise.

Co-Authored-By: Caroline Liu <[email protected]>

* ♻️ `classList` changed with `class`

Always prefer `class` to `classList`.

Co-Authored-By: Caroline Liu <[email protected]>

* ♻️ `initial-slider-position` type corrected to `number`

Co-Authored-By: Caroline Liu <[email protected]>

* 🐛 Bug fix for `images` and `labels`

Co-Authored-By: Caroline Liu <[email protected]>

* ♻️ Updated storybook examples

Co-Authored-By: Caroline Liu <[email protected]>

* 🚮 Cleanup unnecessary storybook comment

* ♻️ `disable-hint-reappear` renamed as `display-hint-once` in Bento `1.0`

The intention is to not have an attribute with a negative name, since enabling or disabling it can be confusing to reason about. On second thought, `repeat-hint` is not a good alternative because it flips the default behaviour when omitted. Let's rename to `display-hint-once` or similar, which has the same default omitted/provided behaviour, but perhaps a clearer name.

Co-Authored-By: Caroline Liu <[email protected]>

* ⏪ Changes to markdown reverted and moved to `0.1`

Co-Authored-By: Caroline Liu <[email protected]>

* ✨ Added markdown for `1.0`

Co-Authored-By: Caroline Liu <[email protected]>

* 🐛 Fix for Preact Component API

Co-authored-by: Caroline Liu <[email protected]>

* 🐛 Minor bug fixes

Co-authored-by: Caroline Liu <[email protected]>

* ♻️ Validation check added for `percent` attribute

Co-authored-by: Caroline Liu <[email protected]>

* ♻️ Updated use of `DisplayAs` as a component

Co-Authored-By: Caroline Liu <[email protected]>

* ♻️ `BentoImageSliderApi` namespace renamed to `Api` for precise meaning

Co-Authored-By: Caroline Liu <[email protected]>

* 🖍 Added `css` for `1.0`, 🐛 Minor bug fixes and `prettify`

Co-Authored-By: Caroline Liu <[email protected]>

* ♻️ Minor fix for `percent` validation check

* ♻️ Removed superfluous trailing argument for `parseFloat`

* 🧪 Experimental Code: Image Reference Issue

This commit is intended to check and resolve image reference issue mentioned in discussion: #35783 (comment)

Use keyboard "left" & "right" arrow key to move bar and slide images. Also, focus on the container to enable keyboard input to the component.

* Fix ref issue in DisplayAsWithRef component (#5)

* tickevents: remove unused enum values (#36159)

* tickevents: remove unused enum values

* Remove dupe of CLS, fidv, lj1,lj2

* format

* 📦 Update cimg/openjdk Docker tag to v17 (#36172)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📦 Update dependency rollup to v2.57.0 (#36134)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📦 Update dependency @octokit/graphql to v4.7.0 (#35844)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* ♻️  Migrate `observeWithSharedInOb` to `observeIntersections` (#36106)

* 🏗 Make setup-node step consistent across gh actions (#36175)

* Partially revert "🏗 Parallelize `dist` steps (#35943)" (#36176)

* Revert "🏗 Parallelize `dist` steps (#35943)"

This reverts commit 1e2c808.

* Partially allow parallelization for smaller tasks

* Also include `compileAllJs` in the parallelized part

* (amp-lightbox-gallery): opens to selected image, resolve #35920 (#36103)

removed a unlayout call that would cause the image to default to the first slide

* ♻️  preact inob: small cleanup (#36177)

* preact inob: small cleanup

* also remove current

* build-system: only write version.txt once per dir (#36162)

* build-system: only write version.txt once

* output full set of

* sort the paths

* write files...not directories

* succinct format

* bind-impl: missing ampStateEl is a user error (#36113)

* Update Yandex & ADFOX amp-ad codes (#35442)

* 🧪Update OT token for attribution-reporting (#36181)

* 🏗  Add `exports` for stylesheets to `package.json` (#36027)

* Add styles.css export to package.json

* Conditionally add export

* Use `fast-glob`

* Add separate export entry for each stylesheet

* window support

* sort for lint

Co-authored-by: Jake Fried <[email protected]>

* ✨  [bento][amp-iframe] Add validator rules for 1.0 (#36182)

* 🚮 Sweep experiments older than 2021-02-01 (#35486)

Sweep experiments last flipped globally up to 2021-02-01:

- (2021-01-20, a9e2778) `adsense-ad-size-optimization`: 1

* UTF8 encoding/decoding library to deprecated utf8 functions in strings.h|cc (#36184)

library.

PiperOrigin-RevId: 398102411

Co-authored-by: Amaltas Bohra <[email protected]>

* Validator rollup (#36185)

* cl/398081751 Use the proto message number instead of index for enums.

* cl/398323481 Two-way sync for PR #36085. No-op, or fixes merge conflicts, if any.

Co-authored-by: honeybadgerdontcare <[email protected]>

* 📦 Update dependency @octokit/rest to v18.11.2 (#36180)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* deps: bump bento-compiler (#36191)

* 📦 Update dependency @jest/core to v27.2.3 (#36189)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📦 Update dependency esbuild to v0.12.25 (#35928)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📦 Update linting devDependencies (#36119)

* 📦 Update linting devDependencies

* Fix lint errors

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Raghu Simha <[email protected]>

* 📦 Update dependency axios to 0.21.2 [SECURITY] (#35999)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📦 Update dependency esbuild to v0.13.3 (#36198)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📦 Update dependency tar to v6.1.9 [SECURITY] (#35509)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* performance-impl: cant check ampdoc vis hidden while null (#36197)

* performance-impl: cant check ampdoc vis hidden before initted

* Add unit test

* 🏗  Add nice colors to release tagger logs (#36200)

* log

* comment

* 📦 Update core devDependencies (#36196)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📦 Update dependency @ampproject/worker-dom to v0.32.0 (#36138)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📦 Update dependency google-closure-library to v20210808 (#35617)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* SwG Release 0.1.22.186 (#36202)

* 📦 Update dependency chromedriver to v94 (#35951)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Raghu Simha <[email protected]>

* 📦 Update dependency tar to v6.1.11 (#36203)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📖 `bento-facebook` Documentation (#36038)

* [`bento-facebook`] Update the amp-facebook.md file for both 0.1 and 1.0.
Add a README.md for 1.0 bento mode.

* [`bento-facebook`] Add documentation to describe the amp-facebook  usage
outside of valid AMP docs.

* [`bento-facebook`] Add readme.md for BentoFacebook.

* [`bento-facebook`] Address PR comments to update some attribute names.

* [`bento-facebook`] Update CDN link to bento-facebook-1.0.js.

* [`bento-facebook`] Prettify amp-facebook.md.

* [`bento-facebook`] Update dead link to FB documentation to a real link.

* [`bento-facebook`] Update dead links to be valid.

* 🚮  Clean up dead amp-sidebar code within stories (#36178)

* Remove amp-sidebar code from extensions/amp-story

* Remove amp-sidebar visual tests from examples/visual-tests/amp-story

* Remove reference to amp-sidebar from amp-story-interactive README

* Remove remaining amp-sidebar logic from extensions/amp-story

* Remove amp-sidebar logic from amp-story-system-layer code

* Remove amp-sidebar code from amp-story-store-service.js

* Remove amp-sidebar storybook JS files

* A few missed deletions in test-amp-story and build-system/ caught by linter

* Revert extensions/amp-sidebar/*/storybook removal from forbidden terms

* Add back the amp-sidebar storybook files

* Add newline at end of each storybook file

* Run amp get-zindex --fix

* 🐛 [amp-story-panning-media] Set width on amp-img el (#36217)

* Set width on amp-img el.

* Add height

* 📦 Update dependency @octokit/rest to v18.11.3 (#36212)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📦 Update dependency eslint-plugin-react to v7.26.1 (#36214)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📦 Update dependency @ampproject/bento-compiler to v0.0.9 (#36225)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* ♻️Don't fetch crypto signature verifier in no-signing (#36187)

* 🐛 Force transfer of `amp-consent` element to the `FixedLayer` (#36223)

Fixes #36063

`amp-consent` explicitly adds itself to the `FixedLayer`, transferring itself before the iframe is loaded.

On a later pass, `FixedLayer` decides that `amp-consent` is not transferrable, so it returns it to the original `<body>` element.

Enabling `forceTransfer` causes the return reparenting to not occur, thus preventing the iframe from loading a second time.

* 📦 Update core dependencies (#35061)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📦 Update dependency rollup to v2.58.0 (#36232)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* 📦 Update dependency @octokit/rest to v18.11.4 (#36227)

Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* [bento][amp-iframe] Add README (#36210)

* [bento][amp-iframe] changes to publish to npm (#36190)

* 🐛 fix broken link to Preact/React component section in various README (#36222)

* 🏗 release: Update self-hosting support to use amp release (#36165)

* Update self-host to use amp release

`amp release` copies static files and downloaded resources to supplement
an `amp dist` runtime. Support custom release flavor definitions and
update the amp-framework-hosting documentation.

* Fix typo in documentation

* Prefer accessing argv instead of passing value

* Skip cleaning custom configs by default

* Review suggestions

* [amp-iframe] iframe viewability (#36131)

* bento amp-iframe: guard effect from running without a win (#36241)

* 🚀 babel/terser: rename all amp privates with sentinel suffix (#36143)

* configs: Separate user configs from output files (#36236)

Identify user configuration files under build-system/global-configs as
distinct from generated output. This will help avoid accidentally
including them in the cleanup script in the future.

* Fix ref issue in DisplayAsWithRef component

* Update the fix

Co-authored-by: Jake Fried <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: dmanek <[email protected]>
Co-authored-by: Esther Kim <[email protected]>
Co-authored-by: Daniel Rozenberg <[email protected]>
Co-authored-by: William Johnson <[email protected]>
Co-authored-by: Mikhail Troshev <[email protected]>
Co-authored-by: Caleb Cordry <[email protected]>
Co-authored-by: Pascal Birchler <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Allan Banaag <[email protected]>
Co-authored-by: Amaltas Bohra <[email protected]>
Co-authored-by: honeybadgerdontcare <[email protected]>
Co-authored-by: Raghu Simha <[email protected]>
Co-authored-by: qidonna <[email protected]>
Co-authored-by: rebeccanthomas <[email protected]>
Co-authored-by: Corey Masanto <[email protected]>
Co-authored-by: Philip Bell <[email protected]>
Co-authored-by: Alan Orozco <[email protected]>
Co-authored-by: Matt Mower <[email protected]>
Co-authored-by: Anurag Vasanwala <[email protected]>

* Fix bento slider issues (#12)

* Refactor bento amp image slider markup

* Fix label styling

* Fix hints and slider touch gestures

* Add storybook styling for custom label and hints

* Remove unneccesary code

* Add comments for `containerClass` and `initLogContructor`

* Update import path using alias

* ♻️ Update alias, update AMP example

* 🏗 Update compilation config

* 🖍 Fix for `amp-img` size

* ♻️ Update image `selector` order

* ♻️ Minor fix passing class name

* Fix bento image slider misc issues (#14)

* Add slot for custom hints and fix label markup

* Implement display-hint-once option and cleanup code

* Fix LGTM check

* Fix LGTM check

* Use ContainWrapper for component wrapper

* Fix circleCI checks

* Add unit test cases for amp-image-slider component

* Update initial position attribute in storybook

* Add unit test code coverage

* Fix flaky test cases

* Fix unit test cases

* Remove image slider 1.0 example file

* Remove unused code

* Remove unused code

* Fix unlisten event function logic

* ♻️ Minor fix, `lint` and `prettify`

* ♻️ Update derived class extends using `setSuperClass`

* ♻️ Correct dead links in `markdown`

* ♻️ Remove `@storybook/addon-knobs` dependency from storybook

* ♻️ Allow `src/service/timer-impl.js` dependency

* ♻️ Update `Z_INDEX.md`

* ♻️ Add check for `initialPosition` and `stepSize`

* 🐛 Update `isFiniteNumber` with `isNaN`

Co-authored-by: Caroline Liu <[email protected]>
Co-authored-by: Edi Amin <[email protected]>
Co-authored-by: Jake Fried <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: dmanek <[email protected]>
Co-authored-by: Esther Kim <[email protected]>
Co-authored-by: Daniel Rozenberg <[email protected]>
Co-authored-by: William Johnson <[email protected]>
Co-authored-by: Mikhail Troshev <[email protected]>
Co-authored-by: Caleb Cordry <[email protected]>
Co-authored-by: Pascal Birchler <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Allan Banaag <[email protected]>
Co-authored-by: Amaltas Bohra <[email protected]>
Co-authored-by: honeybadgerdontcare <[email protected]>
Co-authored-by: Raghu Simha <[email protected]>
Co-authored-by: qidonna <[email protected]>
Co-authored-by: rebeccanthomas <[email protected]>
Co-authored-by: Corey Masanto <[email protected]>
Co-authored-by: Philip Bell <[email protected]>
Co-authored-by: Alan Orozco <[email protected]>
Co-authored-by: Matt Mower <[email protected]>
Co-authored-by: Deepak Lalwani <[email protected]>
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.

3 participants