-
Notifications
You must be signed in to change notification settings - Fork 2
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
Vuepress docs #7
Commits on Jan 30, 2021
-
Fix/scatter tooltip mode (chartjs#8354)
* scatter tooltip should be point by default * edited mode on better level and updated docs to be bit more clear
Configuration menu - View commit details
-
Copy full SHA for b50fba3 - Browse repository at this point
Copy the full SHA b50fba3View commit details
Commits on Jan 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ad84d28 - Browse repository at this point
Copy the full SHA ad84d28View commit details -
align text inside chart for far-aligned labels passing test (chartjs#…
Configuration menu - View commit details
-
Copy full SHA for ae0c8dd - Browse repository at this point
Copy the full SHA ae0c8ddView commit details
Commits on Feb 1, 2021
-
Prevent test timeouts due to Chrome backgrounding (chartjs#8360)
* Prevent test timeouts due to Chrome backgrounding * Add karma.conf.js to test filters
Configuration menu - View commit details
-
Copy full SHA for 6e555e2 - Browse repository at this point
Copy the full SHA 6e555e2View commit details -
Update type map names (chartjs#8356)
* Rename ElementOptions to ElementOptionsByType * Rename CommonOptions to CommonElementOptions * Rename PluginOptions to PluginOptionsByType Add new PluginChartOptions and remove some duplicates * Rename ScaleOptions to ScaleOptionsByType * Use Partial where appropriate
Configuration menu - View commit details
-
Copy full SHA for 49b0916 - Browse repository at this point
Copy the full SHA 49b0916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2890b70 - Browse repository at this point
Copy the full SHA 2890b70View commit details -
Configuration menu - View commit details
-
Copy full SHA for df4cabd - Browse repository at this point
Copy the full SHA df4cabdView commit details -
Create a new hook to enable data decimation (chartjs#8255)
* Create a new hook to enable data decimation The `beforeElementUpdate` hook can be used to decimate data. The chart elements will not be created until after this hook has fired ensuring that if decimation occurs, only the needed elements will be created. * Address code review feedback * Rename hook to beforeElementsUpdate * Simplify parsing logic * Add decimation plugin to the core * Allow a dataset to specify a different data key * Decimation plugin uses the dataKey feature * Refactor the decimation plugin to support configurable algorithms * Lint the plugin changes * Tests for the dataKey feature * Convert test files to tabs * Standardize on tabs in ts files * Remove the dataKey feature * Replace dataKey usage in decimation plugin We define a new descriptor for the `data` key allowing the plugin to be simpler. * Disable decimation when indexAxis is Y * Simplify the decimation width approximation * Resolve the indexAxis correctly in all cases * Initial documentation * Reverse check * Update TS definitions for new plugin options * Move defineProperty after bailouts * Add destroy hook
Configuration menu - View commit details
-
Copy full SHA for 650956b - Browse repository at this point
Copy the full SHA 650956bView commit details
Commits on Feb 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4491732 - Browse repository at this point
Copy the full SHA 4491732View commit details
Commits on Feb 5, 2021
-
Improve radial gradient sample (chartjs#8383)
* Improve radial gradient sample * Add hover
Configuration menu - View commit details
-
Copy full SHA for 0955a25 - Browse repository at this point
Copy the full SHA 0955a25View commit details -
Add raw data to context and rename dataPoint to parsed (chartjs#8318)
* Make the raw data point available in scriptable context * Rename variables * Update samples
Configuration menu - View commit details
-
Copy full SHA for eb7ce4e - Browse repository at this point
Copy the full SHA eb7ce4eView commit details -
Update types for indexAxis (chartjs#8389)
* Add indexAxis to CoreChartOptions * Update types for indexAxis
Configuration menu - View commit details
-
Copy full SHA for 6e56ae6 - Browse repository at this point
Copy the full SHA 6e56ae6View commit details -
Fix element creation for large dataset (chartjs#8388)
* Fix element creation for large dataset * Fix syncing * Remove duplication
Configuration menu - View commit details
-
Copy full SHA for 505afa7 - Browse repository at this point
Copy the full SHA 505afa7View commit details
Commits on Feb 6, 2021
-
Fix/type dateadapter override (chartjs#8377)
* Not totally sure this is right , but since in core.adapters.js override is part of the dateadapter it seems logical it should be there. Should also fix chartjs#8369 * implemented feedback * Declare the dataAdapter since it will be available at runtime if someone overrides it * remove declaration. if this is giving problems in the future it might need te be added again
Configuration menu - View commit details
-
Copy full SHA for 22ca8af - Browse repository at this point
Copy the full SHA 22ca8afView commit details -
Update ScriptableContext, reduce warnings (chartjs#8390)
* Update ScriptableContext, reduce warnings * _parsed is unknown[] * Add defaults * static defaults. * review update * more cancelables
Configuration menu - View commit details
-
Copy full SHA for 9075895 - Browse repository at this point
Copy the full SHA 9075895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6737cb0 - Browse repository at this point
Copy the full SHA 6737cb0View commit details -
Remove options.scale, in favor of options.scales.r (chartjs#8393)
Remove options.scale, in favor of options.scales.r
Configuration menu - View commit details
-
Copy full SHA for ffe4ab1 - Browse repository at this point
Copy the full SHA ffe4ab1View commit details
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c280337 - Browse repository at this point
Copy the full SHA c280337View commit details
Commits on Feb 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8fa073a - Browse repository at this point
Copy the full SHA 8fa073aView commit details
Commits on Feb 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ddfbcf7 - Browse repository at this point
Copy the full SHA ddfbcf7View commit details -
Update chartjs-test-utils to v0.2.1 (chartjs#8407)
* Update chartjs-test-utils to v0.2.0 * to 0.2.1
Configuration menu - View commit details
-
Copy full SHA for a8329e4 - Browse repository at this point
Copy the full SHA a8329e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de5b3f - Browse repository at this point
Copy the full SHA 6de5b3fView commit details
Commits on Feb 14, 2021
-
Optimize context object construction (chartjs#8413)
* perf: context construction * avoid setPrototypeOf
Configuration menu - View commit details
-
Copy full SHA for 422d26d - Browse repository at this point
Copy the full SHA 422d26dView commit details -
infra: Bump CI to node 14 (chartjs#8426)
infra: Remove duplicated ES2019 plugin
Configuration menu - View commit details
-
Copy full SHA for d26172a - Browse repository at this point
Copy the full SHA d26172aView commit details
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b036b7b - Browse repository at this point
Copy the full SHA b036b7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f254f - Browse repository at this point
Copy the full SHA e1f254fView commit details -
Option resolution with proxies (chartjs#8374)
* Option resolution with proxies * Remove plugin fallback to root options/defaults * Update core plugins, reduntant font fallbacks * Add some notes
Configuration menu - View commit details
-
Copy full SHA for cfd9c98 - Browse repository at this point
Copy the full SHA cfd9c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4bc737 - Browse repository at this point
Copy the full SHA c4bc737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5baafac - Browse repository at this point
Copy the full SHA 5baafacView commit details -
Remove unused typedoc option that is deprecated (chartjs#8433)
* Remove unused typedoc option that is deprecated * Improved filtering for top level file changes
Configuration menu - View commit details
-
Copy full SHA for 19a91be - Browse repository at this point
Copy the full SHA 19a91beView commit details -
perf: resolveObjectKey (chartjs#8434)
* perf: resolveObjectKey * Fix tests * prevent string construction
Configuration menu - View commit details
-
Copy full SHA for 616a877 - Browse repository at this point
Copy the full SHA 616a877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e28c9 - Browse repository at this point
Copy the full SHA 81e28c9View commit details
Commits on Feb 16, 2021
-
Round canvas size to 0.1px resolution (chartjs#8437)
* Round canvas size to 0.1px resolution * Types + docs * typofix
Configuration menu - View commit details
-
Copy full SHA for 9fb87a4 - Browse repository at this point
Copy the full SHA 9fb87a4View commit details -
perf: resolver caching (chartjs#8435)
* perf: resolver caching * Fix plugin caching * resetCache * Reduce duplication, cache only by keys cached * Reduce lines * reduce more lines * Double plural, noop-caching of chart level options
Configuration menu - View commit details
-
Copy full SHA for b77f258 - Browse repository at this point
Copy the full SHA b77f258View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a1228 - Browse repository at this point
Copy the full SHA a6a1228View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e6a711 - Browse repository at this point
Copy the full SHA 7e6a711View commit details -
Configuration menu - View commit details
-
Copy full SHA for a73a8c4 - Browse repository at this point
Copy the full SHA a73a8c4View commit details
Commits on Feb 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c96c167 - Browse repository at this point
Copy the full SHA c96c167View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ecf8b - Browse repository at this point
Copy the full SHA d8ecf8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b468bff - Browse repository at this point
Copy the full SHA b468bffView commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ba99c41 - Browse repository at this point
Copy the full SHA ba99c41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5411be1 - Browse repository at this point
Copy the full SHA 5411be1View commit details -
Revert "Run compressed Size action on pull_request_target (chartjs#8440…
…)" (chartjs#8454) This reverts commit 7e6a711.
Configuration menu - View commit details
-
Copy full SHA for 46d567a - Browse repository at this point
Copy the full SHA 46d567aView commit details -
Add fixture for bar hide/show animation (chartjs#8453)
* Add fixture for bar hide/show animation * Cleanup * try using longer times
Configuration menu - View commit details
-
Copy full SHA for e2a4734 - Browse repository at this point
Copy the full SHA e2a4734View commit details -
Add tests for polarArea chart animations (chartjs#8455)
* Add tests for polarArea chart animations * Remove commented code
Configuration menu - View commit details
-
Copy full SHA for e6742e3 - Browse repository at this point
Copy the full SHA e6742e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f9542 - Browse repository at this point
Copy the full SHA e8f9542View commit details
Commits on Feb 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 850e6e4 - Browse repository at this point
Copy the full SHA 850e6e4View commit details -
add clarification about object data structure (chartjs#8447)
* add clarification about object data structure * improved description with feedback * fix push of wrong file
Configuration menu - View commit details
-
Copy full SHA for 0770e80 - Browse repository at this point
Copy the full SHA 0770e80View commit details -
Clarify options placement (chartjs#8427)
* improve clarity of docs by showing party qualified names in table and place of the namespace above * add missing line * remove partial qualified names, made some tables unusable and made it overall bit unclear. Added the namespace above each table * fix sidebars tabs to spaces * implement kurkles feedback
Configuration menu - View commit details
-
Copy full SHA for 4219001 - Browse repository at this point
Copy the full SHA 4219001View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0f7ff - Browse repository at this point
Copy the full SHA ce0f7ffView commit details -
Remove core plugin fallbacks to root options (chartjs#8462)
* Remove core plugin fallbacks to root options * Legend font color default fallbacks
Configuration menu - View commit details
-
Copy full SHA for aa5e0fe - Browse repository at this point
Copy the full SHA aa5e0feView commit details -
Fix/getRelativePosition NaN value with native event (chartjs#8459)
* fix bug where onClick value returned NaN because originalEvent does not exist * add test for this behaviour * test to async
Configuration menu - View commit details
-
Copy full SHA for d264672 - Browse repository at this point
Copy the full SHA d264672View commit details
Commits on Feb 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 284e357 - Browse repository at this point
Copy the full SHA 284e357View commit details -
Isolate properties / modes from animation options (chartjs#8332)
* Isolate properties / modes from animation options * tabs, something wrong with the linter * Update misleading variable name
Configuration menu - View commit details
-
Copy full SHA for 5d5e48d - Browse repository at this point
Copy the full SHA 5d5e48dView commit details -
Bump version to 3.0.0-beta.11 (chartjs#8441)
Co-authored-by: Evert Timberg <evert.timberg+github@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d63542c - Browse repository at this point
Copy the full SHA d63542cView commit details -
Only use Path2D caching when available (chartjs#8464)
* Only use Path2D caching when available * Try to make CC happy
Configuration menu - View commit details
-
Copy full SHA for b467c0d - Browse repository at this point
Copy the full SHA b467c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 329b826 - Browse repository at this point
Copy the full SHA 329b826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57c8027 - Browse repository at this point
Copy the full SHA 57c8027View commit details -
Decimation plugin fixes (chartjs#8467)
* fix: Decimation plugin no longer changes the data order fix: Decimation plugin no longer duplicates data points * Use nullOrUndef helper instead of direct check * Compute averageX value when decimating data using minMax decimation * Place last point of interval at real X This reduces the fuzziness on screens with devicePixelRatio > 1
Configuration menu - View commit details
-
Copy full SHA for 709dc3e - Browse repository at this point
Copy the full SHA 709dc3eView commit details
Commits on Feb 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9b214c0 - Browse repository at this point
Copy the full SHA 9b214c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b87c12e - Browse repository at this point
Copy the full SHA b87c12eView commit details -
Configuration menu - View commit details
-
Copy full SHA for def8d25 - Browse repository at this point
Copy the full SHA def8d25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c9e1d5 - Browse repository at this point
Copy the full SHA 5c9e1d5View commit details -
Update index.esm.d.ts (chartjs#8472)
* Update index.esm.d.ts tickValue is to my knowledge always a number or a string so this will make it so people wont have to parse it themselfs * Update core.scale.js Update typedef according to types update
Configuration menu - View commit details
-
Copy full SHA for 9f071b0 - Browse repository at this point
Copy the full SHA 9f071b0View commit details -
Added 'hidden: boolean' to ControllerDatasetOptions type and document…
…ed the field's usage in Dataset configuration section (chartjs#8478)
Configuration menu - View commit details
-
Copy full SHA for 832bf91 - Browse repository at this point
Copy the full SHA 832bf91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24fb77b - Browse repository at this point
Copy the full SHA 24fb77bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aa8840 - Browse repository at this point
Copy the full SHA 6aa8840View commit details -
Provide a chart-type specific definition for ParsedData (chartjs#8480)
* Provide a chart-type specific definition for ParsedData * Fix lint error * Code review feedback
Configuration menu - View commit details
-
Copy full SHA for aa69892 - Browse repository at this point
Copy the full SHA aa69892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5285735 - Browse repository at this point
Copy the full SHA 5285735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f0e795 - Browse repository at this point
Copy the full SHA 6f0e795View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27a460 - Browse repository at this point
Copy the full SHA b27a460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65bfacd - Browse repository at this point
Copy the full SHA 65bfacdView commit details
Commits on Feb 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8c4e862 - Browse repository at this point
Copy the full SHA 8c4e862View commit details -
Sample plugin in docs for canvas background (chartjs#8492)
* color done * add example inline plugins for background image and color * add link to css background * improve text bit * fix build error * implement kurkles feedback * fix indenting tab -> spaces
Configuration menu - View commit details
-
Copy full SHA for 0c1320c - Browse repository at this point
Copy the full SHA 0c1320cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 311292d - Browse repository at this point
Copy the full SHA 311292dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c1cca2 - Browse repository at this point
Copy the full SHA 8c1cca2View commit details
Commits on Feb 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 36966a4 - Browse repository at this point
Copy the full SHA 36966a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f147145 - Browse repository at this point
Copy the full SHA f147145View commit details -
Plugin options default scriptable/indexable=false (chartjs#8497)
* Plugin options default scriptable/indexable=false * Update test * Inherti desciptors * Remove unreachable code * remove unintentional change * remove double default
Configuration menu - View commit details
-
Copy full SHA for 4c960fb - Browse repository at this point
Copy the full SHA 4c960fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e55a12c - Browse repository at this point
Copy the full SHA e55a12cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 639c34f - Browse repository at this point
Copy the full SHA 639c34fView commit details -
data type is correct for all chart types (chartjs#8504)
* data type is correct for all chart types * implement feedback
Configuration menu - View commit details
-
Copy full SHA for 99ca833 - Browse repository at this point
Copy the full SHA 99ca833View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4207645 - Browse repository at this point
Copy the full SHA 4207645View commit details -
Add resizeDelay option (chartjs#8509)
* Add resizeDelay option * Extract helper
Configuration menu - View commit details
-
Copy full SHA for ee74dd6 - Browse repository at this point
Copy the full SHA ee74dd6View commit details
Commits on Feb 24, 2021
-
Remove debug option from animation (chartjs#8512)
* Remove debug option from animation * Add converage for visible animation * Update visible animation fn
Configuration menu - View commit details
-
Copy full SHA for 65a6014 - Browse repository at this point
Copy the full SHA 65a6014View commit details -
Configuration menu - View commit details
-
Copy full SHA for 692d8a4 - Browse repository at this point
Copy the full SHA 692d8a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab5552 - Browse repository at this point
Copy the full SHA 5ab5552View commit details -
Configuration menu - View commit details
-
Copy full SHA for b31352c - Browse repository at this point
Copy the full SHA b31352cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2edd07d - Browse repository at this point
Copy the full SHA 2edd07dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b06cd36 - Browse repository at this point
Copy the full SHA b06cd36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8796a1b - Browse repository at this point
Copy the full SHA 8796a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e9020 - Browse repository at this point
Copy the full SHA 12e9020View commit details -
Use null for skipped values instead of NaN (chartjs#8510)
* Use null for skipped values instead of NaN * Document skipped values when parsing is false * Update src/core/core.datasetController.js Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com> * Update src/core/core.datasetController.js Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com> * fix lint issue * use isFinite * revert change checking for pixel values * ternary readability * revert accidental paren movement * test with parsing: false Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7c75310 - Browse repository at this point
Copy the full SHA 7c75310View commit details -
Clean up easing functions (chartjs#8518)
* Clean up easing functions * Remove leftover comment
Configuration menu - View commit details
-
Copy full SHA for 53ea370 - Browse repository at this point
Copy the full SHA 53ea370View commit details
Commits on Feb 26, 2021
-
Update types so instance can be assigned to a variable of type Chart (c…
…hartjs#8525) * Update types * Remove outdated comments
Configuration menu - View commit details
-
Copy full SHA for bb82aaa - Browse repository at this point
Copy the full SHA bb82aaaView commit details -
Fix calling of onResize (chartjs#8529)
* Fix calling of onResize * Try to fix the bugging animation test * try again * and the actual fix * maybe now
Configuration menu - View commit details
-
Copy full SHA for 061e3db - Browse repository at this point
Copy the full SHA 061e3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd303f4 - Browse repository at this point
Copy the full SHA bd303f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3460ef1 - Browse repository at this point
Copy the full SHA 3460ef1View commit details
Commits on Feb 27, 2021
-
rename tooltip.custom property to tooltip.external (chartjs#8523)
* rename tooltip.custom property to tooltip.external * Implement feedback * missed 1
Configuration menu - View commit details
-
Copy full SHA for 9741942 - Browse repository at this point
Copy the full SHA 9741942View commit details -
Configuration menu - View commit details
-
Copy full SHA for f23807f - Browse repository at this point
Copy the full SHA f23807fView commit details
Commits on Feb 28, 2021
-
Clarify interaction docs to indicate they apply to all interactions (c…
…hartjs#8537) * Clarify interaction docs to indicate they apply to all interactions * Update note on modes documentation to indicate interaction options exist * Fix ytpo
Configuration menu - View commit details
-
Copy full SHA for d08eb14 - Browse repository at this point
Copy the full SHA d08eb14View commit details -
Configuration menu - View commit details
-
Copy full SHA for c040b82 - Browse repository at this point
Copy the full SHA c040b82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9043325 - Browse repository at this point
Copy the full SHA 9043325View commit details -
Configuration menu - View commit details
-
Copy full SHA for b795151 - Browse repository at this point
Copy the full SHA b795151View commit details -
Update chart extension docs + add samples (chartjs#8540)
* Update docs on chart extensions * Working sample for derived chart types * Add derived axis example * Remove duplicated line
Configuration menu - View commit details
-
Copy full SHA for c5dcf5a - Browse repository at this point
Copy the full SHA c5dcf5aView commit details -
Resolve to false only when _fallback is used (chartjs#8542)
* Resolve to false only when _fallback is used * Typo * 2nd part
Configuration menu - View commit details
-
Copy full SHA for 86b1892 - Browse repository at this point
Copy the full SHA 86b1892View commit details
Commits on Mar 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ae95a82 - Browse repository at this point
Copy the full SHA ae95a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc6ef46 - Browse repository at this point
Copy the full SHA bc6ef46View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a50b9 - Browse repository at this point
Copy the full SHA e2a50b9View commit details -
Fix normalize when null values at edge of dataset (chartjs#8547)
* Fix normalize when null values at edge of dataset * Fix test with mismatched number of points
Configuration menu - View commit details
-
Copy full SHA for 3214005 - Browse repository at this point
Copy the full SHA 3214005View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8e513 - Browse repository at this point
Copy the full SHA cc8e513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d3d30 - Browse repository at this point
Copy the full SHA 78d3d30View commit details
Commits on Mar 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 33ff1fe - Browse repository at this point
Copy the full SHA 33ff1feView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9a2f84 - Browse repository at this point
Copy the full SHA d9a2f84View commit details -
Types: Update ScriptableContext (chartjs#8556)
* Types: Update ScriptableContext * Add data array type test
Configuration menu - View commit details
-
Copy full SHA for 413b04f - Browse repository at this point
Copy the full SHA 413b04fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 118cff7 - Browse repository at this point
Copy the full SHA 118cff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b76b0 - Browse repository at this point
Copy the full SHA 08b76b0View commit details
Commits on Mar 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3e551d5 - Browse repository at this point
Copy the full SHA 3e551d5View commit details -
Tooltip specific scriptable context (chartjs#8561)
* Update plugin to use it's own tooltip context * Scriptable tooltip option types * Tests * Update types to use UnionToIntersection * Update TooltipItem to use UnionToIntersection
Configuration menu - View commit details
-
Copy full SHA for 91628c1 - Browse repository at this point
Copy the full SHA 91628c1View commit details
Commits on Mar 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 24b1419 - Browse repository at this point
Copy the full SHA 24b1419View commit details -
Fix layout refit logic (chartjs#8567)
* Fix layout refit logic * CC * Update fixture
Configuration menu - View commit details
-
Copy full SHA for bc8385e - Browse repository at this point
Copy the full SHA bc8385eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3cdd73 - Browse repository at this point
Copy the full SHA e3cdd73View commit details
Commits on Mar 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a23f1de - Browse repository at this point
Copy the full SHA a23f1deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 279b6ae - Browse repository at this point
Copy the full SHA 279b6aeView commit details -
Relocate chart type and dataset type defaults (chartjs#8563)
* Relocate chart type and dataset type defaults * Update types * Separate overrides and descriptors * Update derived sample, use merge for inherit * Don't merge overrides * Review update
Configuration menu - View commit details
-
Copy full SHA for 8d6e878 - Browse repository at this point
Copy the full SHA 8d6e878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e6a3fb - Browse repository at this point
Copy the full SHA 1e6a3fbView commit details -
Add
grace
option for linear scale (chartjs#8581)* Add `grace` option for linear scale * cc
Configuration menu - View commit details
-
Copy full SHA for 7ccf9e2 - Browse repository at this point
Copy the full SHA 7ccf9e2View commit details
Commits on Mar 7, 2021
-
Add
'single'
mode for stacking (chartjs#8586)* Add `'single'` mode for stacking * Update fixture
Configuration menu - View commit details
-
Copy full SHA for 160534f - Browse repository at this point
Copy the full SHA 160534fView commit details -
Update legend.md (chartjs#8582)
Noticed from chartjs#6185 (comment) that there is an option to get the legend in the chart, this was not documented. Only difference I noticed from kurkles screenshot is that the legend now shows in the middle instead of in the top corner. https://jsfiddle.net/Leelenaleee/wszdv8q0/2/
Configuration menu - View commit details
-
Copy full SHA for 5a48604 - Browse repository at this point
Copy the full SHA 5a48604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 275fdaf - Browse repository at this point
Copy the full SHA 275fdafView commit details
Commits on Mar 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7ec99c3 - Browse repository at this point
Copy the full SHA 7ec99c3View commit details
Commits on Mar 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b005143 - Browse repository at this point
Copy the full SHA b005143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a04267 - Browse repository at this point
Copy the full SHA 9a04267View commit details -
Scale: refactor drawTitle, add tests (chartjs#8598)
* Scale: refactor drawTitle, add tests * CC, lint * update
Configuration menu - View commit details
-
Copy full SHA for f7ebedc - Browse repository at this point
Copy the full SHA f7ebedcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c27c27a - Browse repository at this point
Copy the full SHA c27c27aView commit details
Commits on Mar 10, 2021
-
RadialLinear: add padding option for point labels (chartjs#8604)
* RadialLinear: add padding option for point labels * lint * only resolve padding once
Configuration menu - View commit details
-
Copy full SHA for 4c3e992 - Browse repository at this point
Copy the full SHA 4c3e992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dce94e - Browse repository at this point
Copy the full SHA 7dce94eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c83843 - Browse repository at this point
Copy the full SHA 0c83843View commit details -
Add backgroundColor for scales (chartjs#8606)
* Add backgroundColor for scales * Loosen the threshold
Configuration menu - View commit details
-
Copy full SHA for d48a62a - Browse repository at this point
Copy the full SHA d48a62aView commit details -
helpers.curve cleanup (chartjs#8608)
* helpers.curve cleanup * Use distanceBetweenPoints
Configuration menu - View commit details
-
Copy full SHA for a423148 - Browse repository at this point
Copy the full SHA a423148View commit details
Commits on Mar 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e513a90 - Browse repository at this point
Copy the full SHA e513a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e296cc - Browse repository at this point
Copy the full SHA 1e296ccView commit details -
Add rollup-plugin-size and shave couple of bytes (chartjs#8618)
* Add rollup-plugin-size * Shave couple of bytes
Configuration menu - View commit details
-
Copy full SHA for 7c8ee6e - Browse repository at this point
Copy the full SHA 7c8ee6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bedc3f1 - Browse repository at this point
Copy the full SHA bedc3f1View commit details -
Fix some animation issues (chartjs#8616)
* Fix some animation issues * Stop animating shared options on reset * cc
Configuration menu - View commit details
-
Copy full SHA for b98974f - Browse repository at this point
Copy the full SHA b98974fView commit details
Commits on Mar 13, 2021
-
Update v3-migration.md (chartjs#8622)
Add note in migration guide about ability to use the `auto` register path as a npm module
Configuration menu - View commit details
-
Copy full SHA for ec5fb6b - Browse repository at this point
Copy the full SHA ec5fb6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b902a - Browse repository at this point
Copy the full SHA 49b902aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aee979d - Browse repository at this point
Copy the full SHA aee979dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aae8a06 - Browse repository at this point
Copy the full SHA aae8a06View commit details -
Scale: autoSkip before fit (chartjs#8627)
Scale: autoSkip now occurs before fit in the update process
Configuration menu - View commit details
-
Copy full SHA for 9799dbd - Browse repository at this point
Copy the full SHA 9799dbdView commit details -
Rename scale
gridLines
options to be clearer (chartjs#8628)* Rename `options.gridLines` to `options.grid` * Rename `offsetGridLines` to `offset`
Configuration menu - View commit details
-
Copy full SHA for 6ac89cb - Browse repository at this point
Copy the full SHA 6ac89cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a026b60 - Browse repository at this point
Copy the full SHA a026b60View commit details -
Radial: min 1/2 of the max radius as chartArea (chartjs#8630)
* Radial: min 1/2 of the max radius as chartArea * Keep fooling TS
Configuration menu - View commit details
-
Copy full SHA for 32fd5af - Browse repository at this point
Copy the full SHA 32fd5afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bff4c1 - Browse repository at this point
Copy the full SHA 2bff4c1View commit details -
Use font lineHeight for tooltip alignment (chartjs#8631)
* Use font lineHeight for tooltip alignment * Remove toFontString usage from tooltip
Configuration menu - View commit details
-
Copy full SHA for 96f6b42 - Browse repository at this point
Copy the full SHA 96f6b42View commit details -
Radial scale point label backdrop color (chartjs#8633)
* Radial scale point label backdrop color * Update default tests * backdropPadding is a single setting * Up the tolerance a bit * Update tick backdrop padding options
Configuration menu - View commit details
-
Copy full SHA for d84db2c - Browse repository at this point
Copy the full SHA d84db2cView commit details
Commits on Mar 14, 2021
-
Add documentation on how plugin hooks interact with the chart (chartj…
…s#8634) * Add documentation on how plugin hooks interact with the chart * Add draw.io file for flowcharts
Configuration menu - View commit details
-
Copy full SHA for 1a2cc27 - Browse repository at this point
Copy the full SHA 1a2cc27View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4cf7b2 - Browse repository at this point
Copy the full SHA c4cf7b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b2345 - Browse repository at this point
Copy the full SHA 51b2345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 347353a - Browse repository at this point
Copy the full SHA 347353aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f744c3b - Browse repository at this point
Copy the full SHA f744c3bView commit details -
Add option to turn off grouping of bar datasets (chartjs#8641)
* Add option to turn off grouping of bar datasets * Disregard time offset
Configuration menu - View commit details
-
Copy full SHA for 85123ac - Browse repository at this point
Copy the full SHA 85123acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d173c6 - Browse repository at this point
Copy the full SHA 4d173c6View commit details
Commits on Mar 15, 2021
-
Linear Scale: Ability to specify a fixed number of ticks (chartjs#8643)
* Option to specify exact number of ticks on linear scale * Fix issue description in tests * Add tests for conditions where min/max do not align with niceMin/niceMax * Refactor linear tick generation algorithm * Add TS definitions * Update docs * Code review feedback + lint fixes
Configuration menu - View commit details
-
Copy full SHA for 1f6d0a2 - Browse repository at this point
Copy the full SHA 1f6d0a2View commit details
Commits on Mar 16, 2021
-
Fix tooltip positioning issues (chartjs#8646)
* Fix tooltip positioning issues * Update fixture, add npm run dev:ff * Refactor determineXAlign * Simplify more * remove unneeded change
Configuration menu - View commit details
-
Copy full SHA for a6b3b99 - Browse repository at this point
Copy the full SHA a6b3b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99596b0 - Browse repository at this point
Copy the full SHA 99596b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a579b6 - Browse repository at this point
Copy the full SHA 0a579b6View commit details -
Exclude base-line from bar size (chartjs#8648)
* Exclude base-line from bar size * lint * add to types
Configuration menu - View commit details
-
Copy full SHA for 420aa02 - Browse repository at this point
Copy the full SHA 420aa02View commit details -
Use maxOverflow as minimum layout padding (chartjs#8650)
* Use maxOverflow as minimum layout padding * fixes
Configuration menu - View commit details
-
Copy full SHA for 79cc6d3 - Browse repository at this point
Copy the full SHA 79cc6d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a9991 - Browse repository at this point
Copy the full SHA 34a9991View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6bb248 - Browse repository at this point
Copy the full SHA b6bb248View commit details
Commits on Mar 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cc7a3fd - Browse repository at this point
Copy the full SHA cc7a3fdView commit details -
Update tick positioning (chartjs#8657)
* Update tick positioning * Update tests
Configuration menu - View commit details
-
Copy full SHA for 416062b - Browse repository at this point
Copy the full SHA 416062bView commit details
Commits on Mar 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for da50c97 - Browse repository at this point
Copy the full SHA da50c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 282c858 - Browse repository at this point
Copy the full SHA 282c858View commit details -
Configuration menu - View commit details
-
Copy full SHA for f10b510 - Browse repository at this point
Copy the full SHA f10b510View commit details -
Add textAlign for legend labels (chartjs#8665)
* Add textAlign for legend labels * Update tests
Configuration menu - View commit details
-
Copy full SHA for 97136d0 - Browse repository at this point
Copy the full SHA 97136d0View commit details -
Fix category scale invalid data handling (chartjs#8668)
* Fix category scale invalid data handling * Fix NaN
Configuration menu - View commit details
-
Copy full SHA for 851861e - Browse repository at this point
Copy the full SHA 851861eView commit details -
Allow changing the aspect ratio (chartjs#8659)
* Allow changing the aspect ratio * Add test and require `resize()` call * Update to respect maintainAspectRatio
Configuration menu - View commit details
-
Copy full SHA for 4ef04a8 - Browse repository at this point
Copy the full SHA 4ef04a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b4eef5 - Browse repository at this point
Copy the full SHA 0b4eef5View commit details
Commits on Mar 19, 2021
-
Docs/licence year update (chartjs#8671)
* Update license year * Update docusaurus.config.js update license year * Update LICENSE.md
Configuration menu - View commit details
-
Copy full SHA for 180f1b9 - Browse repository at this point
Copy the full SHA 180f1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a0a509 - Browse repository at this point
Copy the full SHA 9a0a509View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81342d6 - Browse repository at this point
Copy the full SHA 81342d6View commit details
Commits on Mar 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 375d856 - Browse repository at this point
Copy the full SHA 375d856View commit details -
Configuration menu - View commit details
-
Copy full SHA for 537064b - Browse repository at this point
Copy the full SHA 537064bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e8e7f0 - Browse repository at this point
Copy the full SHA 7e8e7f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57301bb - Browse repository at this point
Copy the full SHA 57301bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 992cdec - Browse repository at this point
Copy the full SHA 992cdecView commit details -
Add typings for throttled and debounce (chartjs#8689)
* Add typings for throttled and debounce * Review feedback * args for fn too * one more
Configuration menu - View commit details
-
Copy full SHA for d79b5a3 - Browse repository at this point
Copy the full SHA d79b5a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1460477 - Browse repository at this point
Copy the full SHA 1460477View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd9bc69 - Browse repository at this point
Copy the full SHA bd9bc69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9499a1e - Browse repository at this point
Copy the full SHA 9499a1eView commit details
Commits on Mar 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e51a401 - Browse repository at this point
Copy the full SHA e51a401View commit details -
Allow
fill: true
andnull
inChartDataset.data
(chartjs#8700)* Handle `fill: true` * ChartDataset allow number/null data
Configuration menu - View commit details
-
Copy full SHA for 2fc98dd - Browse repository at this point
Copy the full SHA 2fc98ddView commit details
Commits on Mar 23, 2021
-
Add clarification that you can pass type and quality options
Configuration menu - View commit details
-
Copy full SHA for 8ed6898 - Browse repository at this point
Copy the full SHA 8ed6898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74f2f85 - Browse repository at this point
Copy the full SHA 74f2f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd26fa - Browse repository at this point
Copy the full SHA 4cd26faView commit details -
formatters.numeric: verify ticks length (chartjs#8705)
* formatters.numeric: verify ticks length * use tickValue as fallback delta, add tests * cc, chore
Configuration menu - View commit details
-
Copy full SHA for bbf298f - Browse repository at this point
Copy the full SHA bbf298fView commit details
Commits on Mar 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4d69a85 - Browse repository at this point
Copy the full SHA 4d69a85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39140cc - Browse repository at this point
Copy the full SHA 39140ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9583edd - Browse repository at this point
Copy the full SHA 9583eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fff21b - Browse repository at this point
Copy the full SHA 7fff21bView commit details
Commits on Mar 25, 2021
-
Minor type fixes (chartjs#8719)
* Update RadialLinearScaleOptions.pointLabels.callback type The code passes `index` as the second parameter, and one of the tests uses this. `@default true` doesn't seem to make sense. * Add types for additional documented parameters in tooltip callbacks
Configuration menu - View commit details
-
Copy full SHA for 9293dda - Browse repository at this point
Copy the full SHA 9293ddaView commit details -
Distribute types as is (chartjs#8720)
I had initially seen some oddities around type augmentation for type definitions in subdirectories of `types`, and using Rollup seemed to help with that. However, now that all of Chart.js's main types are directly under `types`, there seems to be no need for this. This simplifies the build process, since it no longer needs to use rollup-plugin-dts. It also improves some third-party tools. For example, I'm in the habit of using WebStorm's "Go To Declaration or Usages" hotkey with third-party TypeScript definitions as a quick way of getting more information about an API. With the Rollup-generate types, that works poorly; WebStorm goes to the imported-and-re-exported symbol within the barely-readable machine-generated dist/chart.esm.d.ts file, and I have to navigate two more hops to find the actual definitions.
Configuration menu - View commit details
-
Copy full SHA for 3671c01 - Browse repository at this point
Copy the full SHA 3671c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 499a71d - Browse repository at this point
Copy the full SHA 499a71dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 658749f - Browse repository at this point
Copy the full SHA 658749fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d67aa - Browse repository at this point
Copy the full SHA 04d67aaView commit details
Commits on Mar 26, 2021
-
Update v3-migration.md (chartjs#8725)
update sentece to make it read/sound better
Configuration menu - View commit details
-
Copy full SHA for cf39221 - Browse repository at this point
Copy the full SHA cf39221View commit details -
Update helper types location (chartjs#8729)
Comming from chartjs#8720 resolves chartjs#8728
Configuration menu - View commit details
-
Copy full SHA for 21aaa35 - Browse repository at this point
Copy the full SHA 21aaa35View commit details -
Add a convenience alias for scale options (chartjs#8732)
* Add a convenience alias for scale options Closes chartjs#8731 * Add an automated test * Use parameter for a more realistic test
Configuration menu - View commit details
-
Copy full SHA for 54c5b7a - Browse repository at this point
Copy the full SHA 54c5b7aView commit details -
Document install/start/stop plugin hooks (chartjs#8733)
* Add code comment to make searching easier * Update flowcharts * Comment added in separate MR
Configuration menu - View commit details
-
Copy full SHA for 671d6e0 - Browse repository at this point
Copy the full SHA 671d6e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37080c9 - Browse repository at this point
Copy the full SHA 37080c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 396cbcb - Browse repository at this point
Copy the full SHA 396cbcbView commit details
Commits on Mar 27, 2021
-
Avoid recursive event replay loops (chartjs#8738)
* chart._lastEvent = null while processing onHover * Pass replay flag to external tooltip * Add test for replay * cc
Configuration menu - View commit details
-
Copy full SHA for b2c7baf - Browse repository at this point
Copy the full SHA b2c7bafView commit details -
Improved alignment of pixels in scales at low widths (chartjs#8739)
* Improved alignment of pixels in scales at low widths * Undo scale changes
Configuration menu - View commit details
-
Copy full SHA for 0b21578 - Browse repository at this point
Copy the full SHA 0b21578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64593ed - Browse repository at this point
Copy the full SHA 64593edView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6972ab - Browse repository at this point
Copy the full SHA d6972abView commit details -
Configuration menu - View commit details
-
Copy full SHA for c76ee82 - Browse repository at this point
Copy the full SHA c76ee82View commit details
Commits on Mar 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fe406bf - Browse repository at this point
Copy the full SHA fe406bfView commit details
Commits on Mar 29, 2021
-
Scale: draw offset grid for labels before autoSkip (chartjs#8748)
* Scale: draw offset grid for labels before autoSkip * fix tests
Configuration menu - View commit details
-
Copy full SHA for cdba66c - Browse repository at this point
Copy the full SHA cdba66cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc9442 - Browse repository at this point
Copy the full SHA 8fc9442View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad2bf77 - Browse repository at this point
Copy the full SHA ad2bf77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15decb3 - Browse repository at this point
Copy the full SHA 15decb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdcc51a - Browse repository at this point
Copy the full SHA fdcc51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee62f29 - Browse repository at this point
Copy the full SHA ee62f29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d20b27 - Browse repository at this point
Copy the full SHA 8d20b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for f39777e - Browse repository at this point
Copy the full SHA f39777eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d259238 - Browse repository at this point
Copy the full SHA d259238View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8207879 - Browse repository at this point
Copy the full SHA 8207879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b56e4c - Browse repository at this point
Copy the full SHA 7b56e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9423895 - Browse repository at this point
Copy the full SHA 9423895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d9ba61 - Browse repository at this point
Copy the full SHA 5d9ba61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48053e6 - Browse repository at this point
Copy the full SHA 48053e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd2ffc - Browse repository at this point
Copy the full SHA 3bd2ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b6ece - Browse repository at this point
Copy the full SHA b8b6eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for b059e69 - Browse repository at this point
Copy the full SHA b059e69View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb9e263 - Browse repository at this point
Copy the full SHA cb9e263View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f01aa1 - Browse repository at this point
Copy the full SHA 0f01aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d97888a - Browse repository at this point
Copy the full SHA d97888aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6343dbb - Browse repository at this point
Copy the full SHA 6343dbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8292d70 - Browse repository at this point
Copy the full SHA 8292d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae79a6c - Browse repository at this point
Copy the full SHA ae79a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1040bc9 - Browse repository at this point
Copy the full SHA 1040bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bba545d - Browse repository at this point
Copy the full SHA bba545dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0500f35 - Browse repository at this point
Copy the full SHA 0500f35View commit details -
Configuration menu - View commit details
-
Copy full SHA for f069856 - Browse repository at this point
Copy the full SHA f069856View commit details -
Configuration menu - View commit details
-
Copy full SHA for c275e3f - Browse repository at this point
Copy the full SHA c275e3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfaa962 - Browse repository at this point
Copy the full SHA bfaa962View commit details -
Configuration menu - View commit details
-
Copy full SHA for afda155 - Browse repository at this point
Copy the full SHA afda155View commit details
Commits on Mar 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 276f4c3 - Browse repository at this point
Copy the full SHA 276f4c3View commit details