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

Bump jszip to ^3.10.1 #1255

Closed
wants to merge 1 commit into from
Closed

Conversation

NateRadebaugh
Copy link

@NateRadebaugh NateRadebaugh commented May 16, 2023

I'm not 100% sure how to test this or if other files need to be updated, but getting this PR out there.

JSZip changelog:

v3.10.1 2022-08-02

  • Add sponsorship files.
    • If you appreciate the time spent maintaining JSZip then I would really appreciate your sponsorship.
  • Consolidate metadata types and expose OnUpdateCallback #851 and #852
  • use const instead var in example from README.markdown #828
  • Switch manual download link to HTTPS #839

Internals:

  • Replace jshint with eslint #842
  • Add performance tests #834

v3.10.0 2022-05-20

v3.9.1 2022-04-06

  • Fix recursive definition of InputFileFormat introduced in 3.9.0.

v3.9.0 2022-04-04

  • Update types JSZip#loadAsync to accept a promise for data, and remove arguments from new JSZip() (see #752)
  • Update types for compressionOptions to JSZipFileOptions and JSZipGeneratorOptions (see #722)
  • Add types for generateInternalStream (see #774)

v3.8.0 2022-03-30

  • Santize filenames when files are loaded with loadAsync, to avoid "zip slip" attacks. The original filename is available on each zip entry as unsafeOriginalName. See the documentation. Many thanks to McCaulay Hudson for reporting.

--

Closes #1254

gitbrent added a commit that referenced this pull request May 20, 2023
@gitbrent gitbrent added this to the 3.13.0 milestone May 20, 2023
@gitbrent
Copy link
Owner

Thanks @NateRadebaugh !

@gitbrent gitbrent closed this May 20, 2023
chrisjm added a commit to Carevoyance/PptxGenJS that referenced this pull request Aug 7, 2023
commit 035cf6b26239e2ea1f27eefbcdb8134e504eb4f4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat May 20 00:07:50 2023 -0500

    updated jszip to latest (Pull #1255)

commit 120bf00de0dc49348ceaa20e3b2cc591560110fc
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 16 22:16:53 2023 -0500

    build for 3.13.0-beta.0

commit 7c778ecdc55a69bff446281c2b7de6c27387e001
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 16 22:15:16 2023 -0500

    added `textDirection` for text/table cells

commit 8c697bb9cc9dd9133a3aee16ffce87b1b9777a31
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 16 21:07:03 2023 -0500

    updated for v3.13.0-beta

commit 5a30b0f5c75a1b7495202155064e5b8595ecf8f8
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 22:42:55 2023 -0500

    new build

commit 5bedef952488d91f3c7b5030aee6a32168cdcd03
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 22:42:49 2023 -0500

    minor changes

commit 2d28f4d47532e08131e30b0d2255307a0bafe3b4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 22:42:41 2023 -0500

    updated youtube

commit 4630b93e969dce4137c7f6f5c537af58fc3b5d9a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 22:42:26 2023 -0500

    updated to release CDN

commit 5d0cbf0ae15db32f42e44a770a4f4f735a08208c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 22:42:11 2023 -0500

    added gulp

commit 0d863e65b93c39a7ddddfdfe853cf3712015d05e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 22:18:43 2023 -0500

    updated for version 3.12.0

commit ce08bdde0668f27b489d4dcc31f2d376bcd1c733
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:39:13 2023 -0500

    updated shadow images to avoid node issue

commit 45b2a2d46994e7604e91ea90753f43eec222d5cd
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:38:54 2023 -0500

    updated version to 3.12.0

commit c8d161e69b9c63ba8cc8802b457b77bad97a1286
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:29:48 2023 -0500

    updated date

commit 5c675424113b8a41e34c20f06d329b5c641589bb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:29:01 2023 -0500

    added types

commit cb8fad6646d61ff475c5cf337d700b8e79e190ba
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:28:53 2023 -0500

    updated styled/unstyled tables

commit 018ffde67e3eee5c11b9d240dae2982573ae597b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:20:18 2023 -0500

    updated version, minor text

commit 44b532632449425f3c0faf237b9c6d262733c109
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:10:03 2023 -0500

    updated to sync with core-interfaces

commit 75b22f4e225f87d82b4f48c947bce59785c2f421
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:07:53 2023 -0500

    minor

commit 040c0ac8b427b0807b05600bbfeb7ff303d73786
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 17:19:02 2023 -0500

    added Issue #1158

commit d1fa21c9e5f55e7147ab4c983004456e9549d4fd
Merge: 56df4e67 86415bf2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 17:15:47 2023 -0500

    Merge pull request #1232 from gitbrent/1158-feature-set-default-fontface-in-masters

    add feature - set default fontface in masters

commit 86415bf26bb93c47ffe7467b57ab881265bb73eb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 17:05:34 2023 -0500

    added default font comment (Issue #1158)

commit cc0546481aaba8a35131339a8ab85f803aeded1d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 02:05:34 2023 -0500

    finished work on theme fonts

commit 5ec3a9d9042d3568223cbe8f850bf9e498430651
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 02:05:11 2023 -0500

    minor

commit 4dfaf8fd15bb2a9078369cc33973167d5590ae0f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 01:49:41 2023 -0500

    added new Pres `theme` prop with default fonts

commit 413660bf6ef31598f93fe1187c565494afb6738c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 00:59:57 2023 -0500

    WIP

commit 56df4e67b1f0791a08e7ad508ef1ed4f3c92dd78
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 23:41:54 2023 -0500

    minor

commit d601c7220cd09b82889ff7af78153cc78f675ab4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 16:23:37 2023 -0500

    updated version

commit d11ce22082a3c2e51112c8b6456296b2ec5edf59
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 16:23:32 2023 -0500

    minor

commit 6bdb6fe095504b6c2b8fb1f9679c98fd7196bacb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 16:21:36 2023 -0500

    updated version

commit fbe2ca3023ae638d1458b368c5fa02e5934fa634
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 01:50:22 2023 -0500

    major update to slide layouts

commit 110b0090bc1588b9d14a9bb8380164347f1fb729
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 01:49:06 2023 -0500

    new version

commit 62932e964f1f9926468b42ee48366312536a63a1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 01:48:59 2023 -0500

    added check for `cover` is base64

commit 20a1b905e894d6784581a121e8dc150d504e0f57
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 01:48:40 2023 -0500

    new media

commit 1fb74c415cc0b020a57ae43bb5213554443eefdb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 00:30:45 2023 -0500

    minor

commit 146b675233fab070918e43f8c0dc77921187e0a4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 00:30:34 2023 -0500

    new sample mov

commit bc93db846f71e0eea89196c3d66c6bc3aa652107
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 00:17:58 2023 -0500

    new video thumbnail

commit 5ab5291f55a1f90a80fd86cc45a4b366a6611bfd
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Fri Mar 17 23:53:59 2023 -0500

    new `IMG_PLAYBTN`

commit 399028a1160e3f8f578968a53a672d4ccf5e148d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Mar 14 23:23:31 2023 -0500

    new AIFF sample

commit 1e6161f46f90c8f9ae92796ce9c300b0594cccf2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Mar 14 23:22:42 2023 -0500

    new sample

commit 8a6ea24df7506653441b6400299ed0a2671c1d56
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Mar 14 23:22:31 2023 -0500

    updated version

commit eff846ddd3c78c7e9332380ccc0408e5d23e35b2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Mar 14 23:22:11 2023 -0500

    updated Audio/Media tab, new content and UI

commit 5b467990f336845d061880b4b0d33a0f3ad23bb7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 27 23:01:17 2023 -0600

    Fixed Issue #1156 (YouTube broken)

commit 852ed2b570b67416c9cd28d502223cd2d97d414f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 27 22:59:34 2023 -0600

    added items from Images

commit 6722fe0fbdc6538478bb03f9e20ee4c215366d8b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 27 22:59:17 2023 -0600

    minor

commit 041b8ad05cdeb89a7cafb955fc00a45b4fb91f45
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Feb 22 23:01:58 2023 -0600

    added beta release notes

commit 9010ca0271054a34464d298134f9320174613817
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Feb 22 22:50:25 2023 -0600

    version `3.12.0-beta.0`

commit 25461e5236e4407f72162df97f52d283594a327f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Feb 9 21:28:54 2023 -0600

    new build

commit 0744e2e63988a82f17fdefe5ae4464fef17bf8f7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Feb 8 23:32:08 2023 -0600

    added issue #1139

commit 7306661e0ac75f7cd658af487424672e2b297e88
Merge: 1b2258ba caf99655
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Feb 8 23:29:03 2023 -0600

    Merge pull request #1140 from mikemeerschaert/fix

    fix #1139

commit 1b2258bad35a3ffb594ffd9a42620c096bd02ac5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Feb 8 00:06:47 2023 -0600

    added Pull #1133

commit fbcda3e31b99f2eb1c75d09ca091c6cc4f96da3a
Merge: dd88012f 910c4309
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Feb 8 00:03:49 2023 -0600

    Merge pull request #1218 from gitbrent/pr-1133

    Pr 1133

commit 910c43098a1f3a44f1f0dbcf0030a98fc6bc5f7c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Feb 7 23:57:28 2023 -0600

    updated version

commit b4cbb3faddc1c4c1185c299ebd63221fa45ec236
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Feb 7 23:57:20 2023 -0600

    added comments

commit 630b1f5c5b406d746a16cd6bf34c4ba8ccde986f
Merge: 371cc970 dd88012f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Feb 7 23:46:26 2023 -0600

    Merge branch 'master' into pr-1133

commit dd88012fd375fb85c6a560046d6c92a99a73befa
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Feb 7 23:45:41 2023 -0600

    new build

commit 90f40ea06d87e7dd21e6c9aeb1b6a820a1dd4528
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Feb 7 23:31:27 2023 -0600

    added issue #1150

commit fce08080fc12af0aaaee75e1cb1edd024ed42fe3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Feb 7 23:28:34 2023 -0600

    fixed Issue #1150

commit 19aada8c58d3c0df2d6cb6b54c183ddd4971ccc5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 6 22:21:34 2023 -0600

    npm updates

commit ef95fef16ba34ac8c97f6ec06f2c0a62c1eb3c48
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 6 22:21:17 2023 -0600

    updated all `let` to `const`; formatted

commit bc5ffca038ea2299e57b038f9f96da721f22adce
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 6 22:20:26 2023 -0600

    added demos

commit b57cd176845d2969195ec2c3d48d01c724055bfb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Jan 26 00:00:58 2023 -0600

    updated build

commit 9ea113a9e36992d7a52ef28df866e428c94236e6
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 25 23:57:39 2023 -0600

    added Pull #1147

commit 9772f7ef8e764a7c2fc1dbe6c23a96cbd2c9d8ed
Merge: 2ecde8bc 4301b14e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 25 23:55:09 2023 -0600

    Merge pull request #1215 from gitbrent/pr-1147

    Pr 1147

commit 4301b14e22519f6e36177b2b4298bb7519205df0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 25 23:49:23 2023 -0600

    re-ordered Image slides for new layout

commit 27302d8ad73f74d32ff57b15bbacb86a973c8d67
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 25 23:46:57 2023 -0600

    fixed XML string issue

commit 21d253df8d01aa0bffe8af7891ea3268cf51f51a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 25 23:26:49 2023 -0600

    updated rotate slide

commit 7213e26872995c5ac0a2d9046a4ffbbc29187603
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 25 23:15:10 2023 -0600

    finished new shadow slide

commit a88dd06d5cf321961abd2bf4c208c2ca0d3b2d26
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jan 24 23:55:00 2023 -0600

    updated shadow slide

commit 75132729affd52fdf41498ed88ea24e1eb9b0da2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 23:39:41 2023 -0600

    WIP

commit 5bc815acc78e82b2bb1dd29b29374cbafbfb2b22
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 23:22:18 2023 -0600

    new build

commit ea817a0d2055f466cf25d6329daf017308c76f9c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 23:22:10 2023 -0600

    fixed code folding issue

commit e57942a7472c26c7e241a03001cec1ce06722118
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 23:19:41 2023 -0600

    minor reorder

commit 881e9596eb1029fdecf582fc9e76026a641eb791
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 23:16:26 2023 -0600

    added new `shadow` prop to Image

commit 09507130b548cf77b0115c147b1ddee48177bf1a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 23:01:43 2023 -0600

    formatted

commit a86bf32e63b32d82d917e6e299b674557d4ea4b2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 22:56:10 2023 -0600

    added demos mjs fields to ignore

commit 4c2eae39942341025430aaac2c917f977c93391a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 22:53:25 2023 -0600

    updated correctShadowOptions

commit 92f76c5180d92e4d47de420e6c0a787352379a26
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 22:52:49 2023 -0600

    removed unused ref

commit 1490efc526574e1002c8b3862d776d4fb1d4d7f5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 22:52:17 2023 -0600

    eslint/tsconfig updates

commit 1c4289a5c3b0e958058a95692b414dce1e016d6a
Merge: d3c211d6 2ecde8bc
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 21:49:26 2023 -0600

    Merge branch 'master' into pr-1147

commit 2ecde8bcfe980642540bac2659c01ba3e596b5da
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 21:31:38 2023 -0600

    added Pull #1180

commit 99a16e790b1b495fb98f4556f384b30e1f53a440
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 21:30:12 2023 -0600

    new build

commit a09cdb9d9de9e08be548eadfdeb84343bfd7a9ad
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 21:29:42 2023 -0600

    eslint fix

commit bdfbfa8b32544b90d0dc6fe7f676b0109b2076ce
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 21:27:43 2023 -0600

    fix previous patch

commit 1dea36e6f8708349d9b480453988bbf5349a4a4f
Merge: c7a10b95 2dcf8ccf
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 21:15:33 2023 -0600

    Merge pull request #1180 from spinozapps/bugfix/full-doughnut

    bugfix: handle holeSize=0 for doughnut chart

commit c7a10b9530564769ff112bf89665134dce89fcd1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 19:54:52 2023 -0600

    Added Pull #1126

commit 2355df189cd40d0374764dc75b6be1f965d9f03e
Merge: 4bd4fdc5 7f1090a5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 19:49:58 2023 -0600

    Merge pull request #1214 from gitbrent/pr-1126

    Pr-1126

commit 7f1090a50b1456b1e76cbd10a034957949e29be4
Merge: ec96a37a 4bd4fdc5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 19:45:03 2023 -0600

    Merge branch 'master' into pr-1126

commit ec96a37ab00e76295f7651ba93d35d72799868c1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 19:38:17 2023 -0600

    added new `cap` & `lineCap` props

commit 4e9b72c4875e6f69d6904a3aaee6ef42e5e2349a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 19:23:09 2023 -0600

    updated new defs; formatted

commit 3d473288e27d0e63831b7f20b81ea1506df4a179
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 18:30:57 2023 -0600

    updated version

commit 4bd4fdc5c127c4ee928c672d3571a09426ea293d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 18 22:15:07 2023 -0600

    new build

commit c292ee091e31edcc285c631a5b267e697f174a11
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jan 16 17:39:18 2023 -0600

    new build

commit 82c15e32d17f7d982b7eb39c13ca89c9f06ed919
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jan 16 17:27:38 2023 -0600

    setting default error to warn

commit 63228fd9d763184af72cfafb2d93d59ed0e8cbc1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jan 16 17:21:43 2023 -0600

    npm updates

commit 2dcf8ccfccb2c5dc44e5a9c46bbe12475297abcb
Author: Mathieu Bruyen <mathieu.bruyen@gpulse.fr>
Date:   Mon Nov 7 16:55:28 2022 +0100

    bugfix: handle holeSize=0 for doughnut chart

    Doughnut chart ignores holeSize=0 as a falsy value and takes is default
    of 50.

    Code now checks the type of holeSize to treat 0 as a number and display
    doughnuts with no hole at all.

    This leads to a chart very similar to a pie chart, but means that we do
    not have to change chart type for the 0 special case.

commit 220ec2b5566289802e11b8dae299bfeaef51143a
Author: Mathieu Bruyen <mathieu.bruyen@gpulse.fr>
Date:   Wed Jun 29 16:02:57 2022 +0200

    feature: allow selecting round or square line cap on line charts

commit caf99655013be85270b42ab05c3c7d5d6459cb62
Merge: 405721ea a18a36a1
Author: Mike Meerschaert <michaelmeerschaert@gmail.com>
Date:   Tue Oct 25 15:01:29 2022 -0700

    Merge branch 'master' into fix

commit 371cc9709594012b69b69dc659758657f43d8b19
Merge: 47c481d2 a18a36a1
Author: Mike Meerschaert <michaelmeerschaert@gmail.com>
Date:   Tue Oct 25 15:01:14 2022 -0700

    Merge branch 'master' into add-reference-to-new-slides-created-by-table-auto-paging

commit a18a36a1a597e1130417741ea4d8d9363f7f5b48
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Sep 8 22:12:35 2022 -0500

    new build

commit 569156bb3474b109be96a24837daf6e3bdf36adb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Sep 8 22:11:56 2022 -0500

    eslint fixes

commit 402a4804ae7fdface8c383314b1eacaa5ae4bd0b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Sep 8 22:11:20 2022 -0500

    npm update

commit 7544488b9394cd116b014707052bf67e14f3a0db
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 18:17:36 2022 -0500

    minor

commit 2b8304172cd318903af71e436df3b39b0995da73
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 18:14:25 2022 -0500

    added new template

commit f0f9e60f73ab06f36e987c97aa4aeed7f89981b6
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 18:14:15 2022 -0500

    removed old file

commit 384257fd9e6f0410bcdd286cc6ef07c8a6febb1e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 18:14:06 2022 -0500

    updated style and format

commit 6a83e3af677037aaaa84cf63ead98f39da5bdf25
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 17:10:29 2022 -0500

    added Pull #1153

commit d127b7b66cdfa517ecfc50805a4468ad1277aabc
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 17:07:01 2022 -0500

    added 3.12.0

commit 0a6ded075ab93a8de1d7c0d7a718709c1587388f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 17:06:44 2022 -0500

    npm update

commit bf143e6145c9d5e618d9c7b23a0ec96263bc590e
Merge: 13a18c1a 9768351f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 17:03:11 2022 -0500

    Merge pull request #1155 from gitbrent/eslint

    Migrate project source from tslint to eslint

commit 9768351f8fcf6f9fcfbed5299453eca28de6f829
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 17:00:16 2022 -0500

    minor

commit a9de8f08c90992a4ea914d63dd4940a24bd96fe4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 16:58:59 2022 -0500

    updated version

commit e15f66000e32bae3f233a8eff757b5fe004eb77d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 16:58:31 2022 -0500

    updated all eslint issues

commit 23ad31bafadad0838598699cd287e50843abb929
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 15:42:59 2022 -0500

    removed temp rule

commit 35f434c6da717752f16188d3a0d994fbe1a77efa
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 15:37:08 2022 -0500

    fixed eslint issues

commit 4c0340173ec2f12eea4131801c41cb4f99ed8dc0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 15:34:13 2022 -0500

    completed eslint fixes

commit d00694e7478f780aaa3e8bf9835dcbdca7e8ecce
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 15:32:06 2022 -0500

    removed temp rule override

commit 9b43d6d4e77822436566f4e92d66eb61fee928d0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 23:52:25 2022 -0500

    WIP on + strings

commit 9a9b4d505d8e8e6f379344775f9fdd707b40c629
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 23:51:14 2022 -0500

    fixed catAxisMinorUnit

commit 25af0237aff4574ffa86f71e567cf1b83e6f7540
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 22:52:20 2022 -0500

    eslint fixes for "no-tabs"

commit 96cf6ecfb2bd1f224760be9de5daed6b6d4c6745
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 22:23:31 2022 -0500

    remove old file

commit 8b1ab5d4784462c79fc07c06a838ef57b5f5e7c2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 22:12:04 2022 -0500

    fixed image placeholder size

commit 87e84f0fbc3225ea8729ef3c610e9e9b7838ab69
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 21:51:47 2022 -0500

    fixed crashing bug

commit 6ba5a90af9c29af7460647c97fdec057d4dce7f1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 21:38:36 2022 -0500

    fixed convertRotationDegrees output

commit d29572e0c703ea99548fcb4251cc2e196243f33b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 21:36:54 2022 -0500

    minor

commit 98666998e970fcd0f57804a2249ba365cd3da836
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 00:07:49 2022 -0500

    fixed image sizing bug

commit 61f4f38d20044bb473e65b7779768204ea2125fb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:44:42 2022 -0500

    new build

commit 35993f9c6037be556773375b253d79784c91adc9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:44:35 2022 -0500

    added more 3D props

commit 12e1b5cd9cae9ef37ad0f4814c9b4792d3994fc1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:44:20 2022 -0500

    added 3D docs

commit f54d87eaa400be05fa4bbae239ea6fc3ab6878a7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:25:23 2022 -0500

    eslint fixes

commit 522112ef05f0f6b31dd6cd6a5d0a3005a8f046c1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:21:49 2022 -0500

    temp rule

commit b2f46aa1486b8771305f6d1dba3ad989ac38b64c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:14:07 2022 -0500

    properly handling defaults

commit ed263c5adb5677ffdb5640caee201d98f9df9b54
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:13:46 2022 -0500

    added new

commit ad3415e383203c032e2bf5c4a0a4686c95f0f2b7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 22:38:08 2022 -0500

    WIP

commit dcbe8b714632de3550085eacdb5292b88c2bd82f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 00:13:22 2022 -0500

    eslint fixes

commit a2ef85600af8fb3a273e8031ad2e0cc30f48812e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 23:34:56 2022 -0500

    added temp rule

commit 54d3eb98e623132679ee34fa03431558f77189aa
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 23:34:49 2022 -0500

    eslint fixes

commit fa7ee7fdcec3dc0c89acf6c380399fb38aa01e66
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 18:02:34 2022 -0500

    WIP

commit c78e0f83d08e83facb74affd68efef3d8f64face
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 17:54:27 2022 -0500

    eslint fixes

commit 00ca56c50f7a54ba3ee20e90344d057b086c05a9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 17:53:47 2022 -0500

    arg fixes

commit 6f3dbfbead20fffb9994753f248fa348daea5ed9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 17:53:29 2022 -0500

    fixed arg

commit aeb38dee2c1173843b9fda527f044304ccb9a037
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 17:41:37 2022 -0500

    eslint fixes

commit 7f3451d73603744972291b0f7da8cbfda1537070
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 17:00:40 2022 -0500

    replaced `getMix()` with es6 method

commit 64c4e5dc29fe86fdd8c414200a6d207c856b7111
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 16:33:11 2022 -0500

    WIP

commit 19cb2cf4da0de0f56101ae26aed16d03412bfdf5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 16:24:38 2022 -0500

    eslint fixes

commit 2d16a849e59932406aa6d78974b0babb6170cdd9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 15:07:43 2022 -0500

    eslint fixed

commit a0beb67aaeecc4453abfa0dc8de7c7a4d0091ff2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 14:57:03 2022 -0500

    resolved eslint issues

commit b74910c649d98fd13deb6a35d95f1b472079fa74
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 16 23:56:00 2022 -0500

    eslint fixes

commit 9003d4fd904d609dc2c81042bded7f8324512b3a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 16 23:50:33 2022 -0500

    updated rules

commit 23b253e4e8ba47b81a356f57cb8ddfd6d8813bfd
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 16 23:35:59 2022 -0500

    eslint fixes

commit 6891528a4268bf1ad1528ff1b363e6db572daa47
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 16 23:29:34 2022 -0500

    install eslint and config

commit 3f75cd7a70bb104bf30de411ed5f2721b02879a1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 16 23:29:14 2022 -0500

    removed tslint and prettier files

commit 13a18c1afe1565f0f9d12919ab7cbe672a025230
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 14 16:48:31 2022 -0500

    updated to v3.12.0-beta

commit a853d8e0cb7054de565f4f72c1fb2b19f97b61d7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 14 16:38:20 2022 -0500

    npm updates

commit d3c211d65b534c3076aa206270399b49e97ee4f1
Author: April Matias <april@pitch.io>
Date:   Thu Aug 11 11:16:09 2022 +0200

    Fix shadow bug for types 'inner' and 'none'

commit d04c5df93dfca98dc5d7afc9bcc19a5c6f353f76
Author: Mohit Thatte <mohit@pitch.io>
Date:   Tue Aug 2 17:23:53 2022 +0200

    Add optional shadow props to image

commit 47c481d2e31123efc9b20a9e3e5302fbbd468ccb
Merge: 91334ab3 555774df
Author: Mike Meerschaert <michaelmeerschaert@gmail.com>
Date:   Tue Aug 9 09:16:17 2022 -0700

    Merge branch 'add-reference-to-new-slides-created-by-table-auto-paging' of https://github.com/mikemeerschaert/PptxGenJS into add-reference-to-new-slides-created-by-table-auto-paging

commit 91334ab3a9cfc4ec02140762eb7dceffa7465e8a
Author: Mike Meerschaert <michaelmeerschaert@gmail.com>
Date:   Tue Aug 9 09:16:12 2022 -0700

    solution for issue #625

commit 405721ea0351be4a1bccf5525f4f1345659612dd
Author: Mike Meerschaert <michaelmeerschaert@gmail.com>
Date:   Tue Aug 9 09:11:57 2022 -0700

    fixed #1139

commit 555774df9100f7497192b364c8f41c0613b035b6
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 15:06:26 2022 -0500

    updated for v3.11.0 release

commit 5f1df2b7af7e0c58e236b45aef9b361dc732dd5c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 15:02:51 2022 -0500

    minor responsive design fix

commit feb2bef18e4a7566d32891e65e350720245221d8
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 15:02:29 2022 -0500

    minor

commit adc75c90ee1ea79cdf59cc306e6de878e81f4dbf
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 14:30:54 2022 -0500

    fix for node demo

commit 98c90655880be588d10bbbeef7ad365379132412
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 14:30:39 2022 -0500

    minor

commit 13a0aab3ae814b1b4c6cf3b2feabc799b122a4e3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 13:13:59 2022 -0500

    updated for new ignore rules

commit d0ff5abd91ab447cf55844bac14bcd95fad0a4f1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 13:13:09 2022 -0500

    updated for v3.11.0

commit 4eb0e46d3c7f3a32aa7c56d50008a94129751d50
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 13:03:12 2022 -0500

    formatted

commit 917ca7a181dda51ab3e1eb7f9f3c68c7085b2582
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 12:52:26 2022 -0500

    minor updates to chart order, colors

commit 80846c16056ad1d1eeaf761997cc6cb629400a1f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 12:10:18 2022 -0500

    added Pull #1100

commit 88b3515f8de4019796e1565d80227abe0674af7a
Merge: 79d19581 2ef6125d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 12:03:29 2022 -0500

    Merge pull request #1144 from gitbrent/pr-1100

    Pr 1100

commit 2ef6125d2df78ff73f35f698154a603824356012
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 11:58:37 2022 -0500

    final build

commit ebc5872ee83d7f40b2f707ea93501f9250407f84
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jul 25 22:38:37 2022 -0500

    build RC1

commit feee9626124f01d50d99f0aeb5c18107675c2eb2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jul 25 22:38:27 2022 -0500

    added props from Pull #1100

commit e39179aa7786f43fa75f4e2081fbb06adda43034
Merge: ef0f238d 79d19581
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 15:23:55 2022 -0500

    Merge branch 'master' into pr-1100

commit 79d195817d3102b039abace1a827fc44f8e9598c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 15:12:48 2022 -0500

    new build

commit 768527c19b2bd62b0ac4734e913f8bcd4f3f6905
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 15:10:51 2022 -0500

    added Issue #860

commit ae481273ce1830c8eb1edd4d150f612bddc3134a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 15:07:48 2022 -0500

    fixed Issue #860

commit e1d4e0c883680cf9572ad0537f7db75c8a7ebc75
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 14:56:16 2022 -0500

    minor

commit 48c83b257d795065824a220c31f432af2b926170
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 14:51:36 2022 -0500

    npm update

commit ba493d63aba2e4516032850c65babb350b0d8480
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 14:51:15 2022 -0500

    minor

commit bdf8ebacd8dccdfeea0081731a4e87e4f50a52d9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 14:50:42 2022 -0500

    minor

commit 56f406f1c0ccd92b16a4f3b024e41c93b32df500
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 16:01:26 2022 -0500

    new build

commit 1c5a4faeddf9483299137dd40c436729815e3e0e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 16:01:20 2022 -0500

    minor

commit a8e8cff0eefcaba891506bdbd1128c824077b54a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 15:56:11 2022 -0500

    updated 3D charts and more

commit 4296aa32558ad83b7c266652c60deaf9dcb0525f
Merge: a4d06f8a 00bad88a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 15:33:54 2022 -0500

    Merge branch 'master' of https://github.com/gitbrent/PptxGenJS

commit a4d06f8aebfd3020e4562ae41697d48daacd34ad
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 15:33:50 2022 -0500

    renamed `ACCENT_COLORS`

commit 00bad88a73115fe1b3b01694257929059bd0b833
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 15:05:21 2022 -0500

    Update user-template.md

    Minor updates to docs URL and verbiage; added browser question

commit 6210624f3829e93b4399680076e44386ec64c6dc
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 14:51:26 2022 -0500

    various updates to props etc

commit 9a9575447c2dec583550bb7a2d77ebc165cb62b0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 14:50:44 2022 -0500

    fixed issue with `titlePos`

commit d4da3844c1da41d90f20e5f7667614aae9c008d2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 19 23:10:59 2022 -0500

    new build

commit be4a1f194a38248aa7a6aea7fc38e2030168c5c8
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 19 23:10:50 2022 -0500

    updated charts

commit c1315a6e04633e3faac6524db4128320fdc5a0ac
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 19 22:27:48 2022 -0500

    updated `pt` to num; added new enum

commit 0e9b7ea158b1cb85b5268c8bb766b2999e688631
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 13 22:43:33 2022 -0500

    updated first slide

commit 86dc9ad618455a2dbddda3e29589f99f47fe7b7f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 13 22:43:12 2022 -0500

    added new data

commit 93f8f08cf17add953012f8bced068dc201d56214
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 12 11:01:30 2022 -0500

    added `roundedCorners` to IChartAreaProps

commit c34cc3b54351eb93752ca6aa8338fbbf68e21745
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 12 09:59:24 2022 -0500

    updated version

commit 0e7076c35ec87a2e04750ec929b7fee87342a6c0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 12 09:59:04 2022 -0500

    added new combo chart slide

commit d682682d37dff3428dd9d768140dfe0defa75b8b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 12 09:51:24 2022 -0500

    minor

commit 342218319b07b7533c268eb3ef8e9a5b6832833e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Jun 11 19:00:07 2022 -0500

    added Pull #1122

commit 792bb6fecf0d54ac98ef53cc800871f64629aa8e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Jun 11 18:59:56 2022 -0500

    fixed with code from Pull #1122

commit 4f4eb5e6c1e5b7a0416479600d0f8120a2bf6918
Merge: 8bfaffd6 6039513d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Jun 11 18:57:01 2022 -0500

    Merge pull request #1122 from spinozapps/bugfix/escape-object-name

    bugfix: escape object name in chart xml

commit 8bfaffd64dbf913156de6bb3121210324161a1d5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Jun 11 18:45:58 2022 -0500

    added new combo chart fix

commit 78119bb8dacd9c07d644665ed5767b343da8a71d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Jun 11 18:44:02 2022 -0500

    new build

commit e0f2f4d702f7358a59e496e7b31f96156aa4c18a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Jun 11 18:43:09 2022 -0500

    fixed combo chart secondary axis on wrong side

commit cba3cfb63aac0157c49eadd13460b8b7cfb3ed83
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jun 8 23:50:38 2022 -0500

    updated order of secondary cat/val axes

commit 850dcca2bb74d25233816e2c0985ab69d5de9013
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jun 8 23:40:34 2022 -0500

    minor update

commit 9e4d4046d9bf995742b2e9639bf85500bbe58402
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 23:28:02 2022 -0500

    fixed incorrect AXIS_ID method arg

commit ffd4b0d952b4e1b8a1c6e1bea6ea12e3a559dc3e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 23:01:57 2022 -0500

    updated docs

commit 4543f1b1e1bf8e78a5ebbaeea63250c0e26792cd
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 21:37:28 2022 -0500

    updated some `COLOR_` locations

commit b7c01d0958f6f47714de45d73fe15ce4d5ce5736
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 21:30:55 2022 -0500

    finished moving all enums

commit 67d2067a87a6cabccc75d7fb748670013c3d61eb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 21:30:37 2022 -0500

    renamed multi to combo chart

commit 6f62bb2bd1ec33239fdadbc341ad9e21a58873c7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 21:19:59 2022 -0500

    minor

commit 9d124a2d2fc79968b1a5cdb3b6d3e39aa12ad575
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 21:19:51 2022 -0500

    moved chart data and enums to new file

commit 6d148f255a12d08a961f443b71d480eb59b56ce3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 21:19:29 2022 -0500

    new enums file for chart data

commit 6039513dab858fceec94c0db4e868994ea76446c
Author: Mathieu Bruyen <mathieu.bruyen@gpulse.fr>
Date:   Tue Jun 7 08:02:13 2022 +0200

    bugfix: escape object name in chart xml

commit b46e3fc35e4bb200148bb4197d1db43eb61f82df
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 6 23:57:21 2022 -0500

    added more real data, updated multi-chart

commit d8b49112e9c52e76f89572b984a537f139242d80
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 6 23:57:04 2022 -0500

    added new item

commit 42160145e3633648ca1446f02f176d8d574fae51
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 6 23:56:55 2022 -0500

    fixed missing semicolon

commit cb8bbb62d60dea2d2ddca9745c3e28887858457a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 6 00:02:28 2022 -0500

    new build

commit 14f005454a178a3d9e1a4a56c40806d605a4f7b7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 6 00:02:18 2022 -0500

    tons of chart updates; new devtest slides

commit 09b60126516f75d97ee3ffd244bd650db67bdbed
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 5 15:04:33 2022 -0500

    updated `OptsChartData` prop docs

commit 2773976a25d26523c16fbea1680592156d8a5721
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 5 14:15:22 2022 -0500

    updated version

commit cec738fc33d26c790c7b877bd51bcd0a9535945a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 5 14:15:08 2022 -0500

    moved demo charts to new dev-test section

commit f6b48e68513c3f84b252af84f861cdf0cceff080
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 5 13:39:31 2022 -0500

    fixed layout

commit 73a558c94274ea0cea80f141540536f0da8ea898
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 5 12:19:56 2022 -0500

    updated sheet XML for multi-cat (some FIXME remains)

commit 76002a5b4068c518563031e036dbc5c61c7e0452
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Fri Jun 3 00:13:52 2022 -0500

    WIP

commit b08fed5828c7ac31115239ab16a791a48424e0c2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Jun 2 23:15:10 2022 -0500

    fixed `sharedStrings.xml` for multi-cat

commit e8b89bb81470418f4ca6c12d5231451011a73e12
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jun 1 23:41:46 2022 -0500

    WIP

commit f22670b02c222df68d93909e4557562735b98198
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 31 23:42:55 2022 -0500

    WIP

commit ab2e88b7a867aa796652937a7fa31af6a117abe2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 31 23:24:14 2022 -0500

    updated output code

commit 5f7cbeefaa5d65f0fff05ceac052a47352d4c2af
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 31 23:10:07 2022 -0500

    minor

commit 2a777fdb4730f73264a85388e0ecdd16ff0e638a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 31 23:06:50 2022 -0500

    added new `tools` dir with data2chart tool

commit 585a0084d58f7896519c1e9ff1351e3095db6587
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 31 00:22:33 2022 -0500

    added new data_convert tool

commit f37ef3363ef5e7e2642f29d02a43772907cb230c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon May 30 23:09:51 2022 -0500

    minor

commit 1a71017d265bff4ea06f3e4473522e374f039d59
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 29 19:10:04 2022 -0500

    updated strings

commit ed93e9444ce252ff7f5d760d67b2844b6930be1c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 29 19:03:39 2022 -0500

    updated strings

commit 1fe127cd4c1010fe95fb88d2c3c52e511cd2b999
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 29 18:46:04 2022 -0500

    fixed bubble chart `bubbleSize`

commit 5b75b62687b37735c2b472950aac7b491985e8f3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 29 18:35:46 2022 -0500

    fixed bubble chart XML

commit 14b1f07f94f59c3f324ad6fe8561d7d6bd67c087
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 29 17:53:05 2022 -0500

    new build

commit 41c46f56d5cf062f8ab9401157378c1aaa4b7394
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 29 17:52:58 2022 -0500

    fixed bubble chart XML

    fixes "Edit Data in Excel"

commit 525598ece53115a33268a33421ba413f5add6885
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat May 28 16:04:56 2022 -0500

    fixed scatter chart axes

    fixes Edit Data in Excel

commit d5fd8311276a025026fe6a2126f6b2d3fc28e9fe
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat May 28 15:29:29 2022 -0500

    fix for scatter charts XML (fix Edit Data in Excel)

commit 907a25aaebca97da3dc68421fae2a5b1013a2ab7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 24 22:26:18 2022 -0500

    minor verbiage

commit a123d5926a454728e0a91f12402735582e8012ab
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 24 22:18:03 2022 -0500

    new build

commit 48661d7eba8afea07d8872e2300a3605f3c56ea7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 24 22:17:56 2022 -0500

    fixes for "Edit Data in Excel"

    all but bubble and 1 other type work now

commit 9b5c7c625129fe380369becc25721bf011d5aec6
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 24 22:16:39 2022 -0500

    new demo with 3 series

commit a51ba33bcc6285de043f5f4241372eaeb16057aa
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon May 23 23:06:50 2022 -0500

    more template literals

commit d51804d8fefc1af462d16db5c56d1a06eb1d7142
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon May 23 22:59:31 2022 -0500

    added chart fixes

commit 77d9b4cf2c3c5d34124b29c9574a257bb812ff3a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon May 23 22:59:20 2022 -0500

    BIG: lots of XML code fix "Edit Data in Excel"

commit a1bfbb6b07a3bdf901de5f990d45ca8c06466889
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon May 23 21:07:32 2022 -0500

    added new image for case testing

commit c4ac04d8b39fe5b0848d7a5df1e4f4eb819206d0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon May 23 21:05:49 2022 -0500

    new file for case testing

commit 371a645746384a3b1c502f25ed98764a63d5afd0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 18:04:10 2022 -0500

    fixed issue with `strSheetXml` wrong <c r=""> values

    also: updated several str to template-literals

commit 0801bc2222a4196df0b607d1bab9a3106e54b2d4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 17:12:53 2022 -0500

    added Issue #1076

commit c25111b12103da0002a34054deb831f204dbe3d5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 17:10:44 2022 -0500

    fixed Issue #1076 and `getExcelColName()` fixes

    replaced `LETTERS[]` usage with `getExcelColName()`

commit 855c1b3523564d422693182ebf05a80ed2bcbe91
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 14:10:56 2022 -0500

    new build

commit b680811273ba5f2bd3e9cd0177c06d55d4be805d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 14:09:34 2022 -0500

    added Pull #1012

commit 1865e69584fa48faa3ac093b173cbab7a73dccc6
Merge: 08e90f3a 87f14cd5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 14:02:56 2022 -0500

    Merge pull request #1112 from gitbrent/pr-1012

    Pr 1012

commit 87f14cd562b285909dcf3797ceb72f4ebd71676f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 13:58:39 2022 -0500

    minor

commit 128089ba749e861b5f12039241dad8f4b49a52d0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 13:30:16 2022 -0500

    updated version

commit d45e984df94d0de33bd9b2111cd66a49268dabb3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 13:25:43 2022 -0500

    formatted

commit 27dd6b20f03b0e86373c9b07ca356d398288008a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 13:19:03 2022 -0500

    renamed `OptsChartData.index` to `_dataIndex`

commit bfaba33a9067642e447e1c0548cd34b08ce799c3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 13:13:09 2022 -0500

    minor verbiage update

commit ea99de970de6d281ef5f57e078c01a2b59c5a632
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 11:38:41 2022 -0500

    added 2 new slides for multi-level cat axes

commit b330fbbaf8e735df4daa88cd0532e003ff9b8d74
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 11:34:56 2022 -0500

    updated version

commit 17f010d9faf2645fa7eb420309ed6f35d2477bc8
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 11:34:48 2022 -0500

    updated verbiage and slide order

commit d5edd05f14ecbf5c8302fade97c93f5426f76684
Merge: 59f23968 08e90f3a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 18:02:34 2022 -0500

    Merge branch 'master' into pr-1012

commit 08e90f3a169786dcd7a3fc99e4295523ffae1d79
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:59:43 2022 -0500

    added Pull #966

commit 1df5920f84db5a6be8505a6ff8db04b9c7f3bf66
Merge: cd9458c5 09574374
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:55:34 2022 -0500

    Merge pull request #1111 from gitbrent/pr-966

    Pr 966

commit 0957437432862e0cd60b21d5e5dd6ccdcb0b0bc7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:54:26 2022 -0500

    minor

commit da457f6d232332da371cb09b2a22a159f428d78d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:42:29 2022 -0500

    updated default for *AxisCrossesAt

commit 4e2601c8c0b7411848db2801036d8c9a6054d840
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:41:37 2022 -0500

    updated *AxisCrossesAt

commit 7ac8a33c0c4a9ed0c26f3d4f084753a23704a550
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:33:09 2022 -0500

    updated `catAxisCrossesAt` & `valAxisCrossesAt` props

commit 7141e07890175fe87af204627b6529ca6dfa01ad
Merge: 4cff663b cd9458c5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:29:08 2022 -0500

    Merge branch 'master' into pr-966

commit cd9458c5c8839d5a62cc693771770bad9481738b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:03:59 2022 -0500

    updated design on multi-chart slide

commit f9a95cb8d2652d62e90396d300bd99b855b6c2a3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:50:14 2022 -0500

    updated all Slide 5 charts to dark

commit fea880a45f92f8eac820930c2e8466b59c71348a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:28:45 2022 -0500

    updated bubble chart to dark mode

commit dfc7d9c2e3074ed9561fc1f7a2e34533c7bbaffa
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:20:47 2022 -0500

    added Issue #1015

commit ef71542d1f857d5b26131080675d7a45a4c1eeb7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:17:14 2022 -0500

    new build

commit a1c90dff47a349349aa7d67a16777d48bd14d474
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:16:55 2022 -0500

    added `bubble3d` from Pull #1108

commit f6dccd2ae80ce888b63909f11b0b89299457b466
Merge: 8b7c0d19 48618bc1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:09:43 2022 -0500

    Merge pull request #1110 from gitbrent/1015-chart-area-fill-color

    1015 chart area fill color

commit 48618bc138319a45471bdf440b9cf700dc0d9e50
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:07:19 2022 -0500

    updated border prop init

commit f1cfd3e34270579a641953b5e0cac01bac9da764
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:06:48 2022 -0500

    minor added more demos

commit 62a6b03cb2a64a4cebbce83fcaa5c45c906e4a79
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:50:04 2022 -0500

    added border example

commit d96ecf28d1f0cef734607c3a3de090543615112c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:40:54 2022 -0500

    minor formatting

commit 46fa08d74dcb6e5f5df4e30bcdd3a8e29f09efa2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:39:36 2022 -0500

    added legacy test for `fill` and `border`

commit 51c1f2ad842590817dbecdb73af746469b298896
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:26:13 2022 -0500

    added Theme color example

commit 4c1c84ad63fe28b2b2690e25f6dd7267baae8977
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:25:56 2022 -0500

    added docs for Theme color

commit 183dbd0145f96e2f9674d747f514a65cb18b82a9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:15:06 2022 -0500

    updated `chartArea` and `plotArea`

commit a7c7700d544d9d621662f6c593ed7af17e67d90b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:12:38 2022 -0500

    updated version

commit 0208ce241d84b605c162eaf1a6fa6c223bc8044f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:12:22 2022 -0500

    updated `fill` & `border` with `plotArea`; replaced old `addText` with `chartArea.fill`

commit 3891a1a1b4345c7bfd63a32ea89cdad28ac8f457
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 14:54:08 2022 -0500

    added `plotArea` and `chartArea`

commit 7bd865ef2bae1709b48ead6b518ac92a1adf789e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 14:49:43 2022 -0500

    fixed issue with `isHexaRgb`

commit 67cf81166373de09c5cdf39a5545c80f59963e72
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 14:49:24 2022 -0500

    added `plotArea` and `chartArea`

commit 998f5e1c4ae2f4617cbcb8906b333be176dac22a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 14:44:08 2022 -0500

    updated docs

commit d5918d65fdc6a36d4b2a5afbf5d2ee9d68647904
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 14:43:30 2022 -0500

    added DEF_CHART_BORDER

commit 9f519e0f3678a7a1b3c3590ffa1500e5330ab59e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 13:32:16 2022 -0500

    WIP

commit 8b7c0d192c28caf1e9191e2c5445bf2bd79c1b72
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 12:36:45 2022 -0500

    added Pull #1108

commit 4eee7f81c293bf49d1939799bf0847d019832656
Merge: caa6a6c1 45354514
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 12:33:23 2022 -0500

    Merge pull request #1109 from gitbrent/pr-1108

    Pr 1108

commit 45354514ec3227b018a9d6d513c62ded4e626362
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 12:31:58 2022 -0500

    added BUBBLE3D demo

commit d6d9f22d2784750ae42fb7c354620a63846284bc
Merge: 80167470 caa6a6c1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 11:36:03 2022 -0500

    Merge branch 'master' into pr-1108

commit 801674704171004e80a34170f3f59563b694dad6
Author: Mathieu Bruyen <mathieu.bruyen@gpulse.fr>
Date:   Wed May 11 10:57:37 2022 +0200

    support bubble 3D chart type

commit 59f23968dc064c31c6c8f8e79d2673e53d161370
Author: MariusOpeepl <marius@opeepl.com>
Date:   Wed May 4 10:28:05 2022 +0200

    added demo slides with multi-level cat axes

commit e0a1d7c3759016d87dec9b25636f3661ad03224a
Author: MariusOpeepl <marius@opeepl.com>
Date:   Mon May 2 10:33:42 2022 +0200

    cleaned up dist files

commit 5bb1217082211efac4e5c2ae6808ee91af766476
Merge: eb5abf4b caa6a6c1
Author: MariusOpeepl <marius@opeepl.com>
Date:   Mon May 2 09:30:48 2022 +0200

    Merge branch 'master' into cat-axis-multi-level

commit caa6a6c1a3ec5292fd11460f2ec75b9385ff58d3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 23:26:44 2022 -0500

    minor

commit 0e536c8e2b4a929db563c7556915833d140f9ef4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 16:11:41 2022 -0500

    new build

commit eec9fb0b39c76835abde927fa816680630d59717
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 16:11:34 2022 -0500

    npm audit fix

commit 01e5064171b620f920ee48f5d20dbad19ec1681f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 16:11:19 2022 -0500

    Fixed Issue #1013

commit d25bf8251c672da2fd25ed6429c8af27f0d95ec4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 14:07:33 2022 -0500

    updated react-demo `react-scripts` to v5

commit e4cbae44164e01cc1d4374391d9846c128be5a2a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 14:04:22 2022 -0500

    updated to react-scripts v5.0.0

    npm install --save --save-exact react-scripts@5.0.0

commit 11332303676df3fd44cceee4b4c199589da9566f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 13:41:55 2022 -0500

    updated to v3.11.0-beta

commit 373dbaafd276f93d65e0cd79bbf2ab8db1277eb5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 13:41:42 2022 -0500

    Fixed tableToSlides addImage (Issue #1103)

commit ef0f238d8548652c9fb4d7c70e1d8743459d913a
Author: Mathieu Bruyen <mathieu.bruyen@gpulse.fr>
Date:   Wed Apr 13 15:27:00 2022 +0200

    serie name on bubble chart, category axis position, leader lines on bubble chart

commit b7d7af94a09dd4209156c710039492e05bd6d102
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 22:30:55 2022 -0500

    navbar updates

commit f84625f5ef849261a99ec0b5b6b84961e9a0dba5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 22:30:35 2022 -0500

    new (correct) logo

commit aacbcb74940963990c1eff01d30ed1514ffaa2ba
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 22:01:22 2022 -0500

    fixed `className`

commit 0066e31cb6162383b87b41d293f5bf114a169f47
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 22:01:02 2022 -0500

    updated to pptxgenjs v3.10.0

commit 06d793892a92eda861dc10fb613eeac21e0d8913
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 21:28:34 2022 -0500

    release v3.10.0

commit 581f66047ec6e979b09e1b01f42ba7f00f672367
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:39:31 2022 -0500

    new build

commit 0310ec06ca1ce332610f7f1563173f152c550d7f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:38:32 2022 -0500

    synced with `core-interfaces.ts`

commit de92c006ab89393a54a02d2e3cea2d055d993ecf
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:24:50 2022 -0500

    added Issue #987

commit d7c592666a48eaf2021d3f26593b98a475c91fe9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:21:03 2022 -0500

    new build

commit 0a6640c8c3e128ac654bd7807843c2a40f2f2adc
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:20:56 2022 -0500

    updated `PlaceholderProps` (Issue #987)

commit ae1b6743c87067b912b666fb23d4aa9d2d1e2feb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:20:03 2022 -0500

    added `testMethod_Masters` will all defs from demo

commit 09c8f43e9606a9ed55de075e98aabc52a8bc1607
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:19:30 2022 -0500

    added new image for Masters

commit 5b91242275868aef95ed745215b696e117ae6ce6
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:49:19 2022 -0500

    new build

commit 4c34cfea88e9559d8f87a6dfbf47b933ef9b8478
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:45:55 2022 -0500

    added Issue #1054

commit 314b64bb6113f29a5f848157f543c3a15a6d3fbf
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:44:52 2022 -0500

    added text `transparency` prop (Issue #1054)

commit ef3cb7406385fc1833854327a11cf06989a1ee9b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:31:20 2022 -0500

    added `transparency` example

commit e2bea929b6049fc64fc957667badeb0ddd95a868
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:19:29 2022 -0500

    minor comment

commit 6db652ef0832c3f98371458947d6ec86fd7d5ba7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:04:57 2022 -0500

    fixed comment `pptx.SchemeColor` example

commit c412844fdd26fdb0861852695beacc4ecc72a972
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:04:01 2022 -0500

    added TODO

commit 44eb0546e95dc06c90bbc80f8137dad05ca75058
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 14:39:30 2022 -0500

    minor comment

commit b02c44edc6b579c6a0fd8d34b0fbd83cc9f9b0db
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 14:39:20 2022 -0500

    updated colors on Slide 2; added `transparency` to some cells

commit e028444c48a6d3543353013e032577871564b817
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 13:45:35 2022 -0500

    new build

commit 136958530062c4b340ed8349592b0d60941ef6b5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 13:45:26 2022 -0500

    added Issue #1095

commit 45d14749a9c120aa4f9d026e52a23ffdb3140994
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 13:38:21 2022 -0500

    Fix for Issue #1095

commit 7b1cb4b0106a7e77bec9a44bb91dd3b5daf96011
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 27 16:39:15 2022 -0500

    new build

commit 6c20de5a54c60005a8ede613561e9c7852e633a4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 20 15:01:04 2022 -0500

    new build

commit 6e5d5a45e8e1e87e4264aa05a03d3fdd9fc550a4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:58:44 2022 -0600

    added Pull #1053

commit eed1e53b9aa563c0057a01d4e476dc2534f61ae4
Merge: 22ab6b1f e4519569
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:55:57 2022 -0600

    Merge pull request #1074 from gitbrent/pr-1053

    Pr 1053 - add image transparency

commit e45195693f0f582ff30e667fac757f6a23927c3a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:53:54 2022 -0600

    minor code update

commit fb5b4d5a6871d8c03a783280825b89ba1317af27
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:53:35 2022 -0600

    added new image

commit d4907a33139a69b10fbe398a0accede1022adef6
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:53:23 2022 -0600

    added new image

commit d64f61edff78bdb2473367dd95120457b137ffda
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:53:15 2022 -0600

    major updates to slide 1

commit 6c07c8032e0db5ffb1ff562e998f2f8129da7dd1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:39:07 2022 -0600

    added new image

commit c918157ad4bc5f0f47a0ec8cfd4182a746f3d7a4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 17:08:48 2022 -0600

    updated defs

commit 3e58d9442c70d2e165c1ebce8edcc358615cf117
Merge: 57b2d78b 22ab6b1f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:57:37 2022 -0600

    Merge branch 'master' into pr-1053

commit 22ab6b1ffe9f93d3350769ae03768648c6c91c18
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:52:48 2022 -0600

    added demo for `hyperlink` (Issue #1049)

commit 23a5e6eb8c6908c7a66f868895fa2f9988d9969a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:52:23 2022 -0600

    added demo for `hyperlink` (Issue #1049)

commit b61f2d335887074a622e4f07af706955b1a5ebea
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:48:46 2022 -0600

    added Issue #1049

commit d6f05055902dcb7d27ecd95a5fc23d1d463196f0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:47:28 2022 -0600

    added missing `hyperlink` prop to `TableCellProps` (Issue #1049)

commit ea353bdd9addb5958eee01ccd10853cd24eb6f90
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:32:01 2022 -0600

    added Pull #1019

commit 6b8f9b5de7358a02873cf1487382bf154bc88463
Merge: fda49196 2e6223df
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:28:31 2022 -0600

    Merge pull request #1073 from gitbrent/pr-1019

    Pr 1019

commit 2e6223dfa698d1f5473194b88566ac3a967e59c4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:24:33 2022 -0600

    updated version

commit 1fb8c0e28207f921de8085fb06d606bd22f06086
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:24:20 2022 -0600

    added `objectName` to demo

commit 18e420b1cbb393f85f5e3539c5e939197400b8b2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:24:05 2022 -0600

    fixed objectName numbering

commit 8ce4528062d11c62faa7fec217182ce15d8c6a2b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:23:34 2022 -0600

    minor update to Slide Number name

commit db740e3760014c83ae5f353685640ddfe34d3aca
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 15:39:57 2022 -0600

    fixed broken XML

commit 295b9b349cb17f9686dd894915527ea313f13a9f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 15:31:51 2022 -0600

    fixed ts error with `itemOpts.line`; added `objectName`

commit 621ce91c9d8a4b65cdaf33837063e223361e3912
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 15:29:48 2022 -0600

    minor

commit 0ac0454a3e0542dbd3522bfcb3269a9c7fefb2e5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 15:06:15 2022 -0600

    updated all types to use new `objectName`

commit 82020695ed20c13a575834adf233e4aafd00119c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 15:00:46 2022 -0600

    updated all "name=" refs to use new `options.objectName`

commit d3d1ab88c8b71ebfe8c0fb7a6a2a91ad41cea6c8
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 14:04:43 2022 -0600

    renamed `CommonProps` to `ObjectNameProps`

commit 03738b28f9ac6e2fcd43ac6ed6841c85f2809c6b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 13:18:54 2022 -0600

    reverted to pre-patch version

commit 718ecea4cbbfbb11f3405f9392918ecfd658ed5c
Merge: 68ad3089 fda49196
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 13:16:02 2022 -0600

    Merge branch 'master' into pr-1019

commit fda491963eb8d35fcce761f6e4fd2d6262d95b7e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 13:10:00 2022 -0600

    new build

commit 470611771ca930fd8104455fd463a3094d549581
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 13:09:03 2022 -0600

    added Issue #1020

commit 8f0d18e88119c8aa62cf35944cc22b66abb00879
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 13:05:19 2022 -0600

    fixed duplicate `rId` with charts/media (Issue #1020)

commit 8bd3904e169763dd089ec5ab23fa4f9b9b32ce97
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 12:15:54 2022 -0600

    new buld

commit a0de0319024f63e25157bc2378afcd60a703508f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 12:13:41 2022 -0600

    npm updates

commit 075c9b2d757aa4b5d7a5d0d8f774e9aef78359d1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Feb 24 21:08:56 2022 -0600

    npm audit fix

commit 53f0d32a1acf6d6a7f38ac9ba688cc1d14a7204f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Feb 24 21:03:52 20…
chrisjm added a commit to Carevoyance/PptxGenJS that referenced this pull request Aug 10, 2023
commit 035cf6b26239e2ea1f27eefbcdb8134e504eb4f4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat May 20 00:07:50 2023 -0500

    updated jszip to latest (Pull #1255)

commit 120bf00de0dc49348ceaa20e3b2cc591560110fc
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 16 22:16:53 2023 -0500

    build for 3.13.0-beta.0

commit 7c778ecdc55a69bff446281c2b7de6c27387e001
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 16 22:15:16 2023 -0500

    added `textDirection` for text/table cells

commit 8c697bb9cc9dd9133a3aee16ffce87b1b9777a31
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 16 21:07:03 2023 -0500

    updated for v3.13.0-beta

commit 5a30b0f5c75a1b7495202155064e5b8595ecf8f8
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 22:42:55 2023 -0500

    new build

commit 5bedef952488d91f3c7b5030aee6a32168cdcd03
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 22:42:49 2023 -0500

    minor changes

commit 2d28f4d47532e08131e30b0d2255307a0bafe3b4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 22:42:41 2023 -0500

    updated youtube

commit 4630b93e969dce4137c7f6f5c537af58fc3b5d9a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 22:42:26 2023 -0500

    updated to release CDN

commit 5d0cbf0ae15db32f42e44a770a4f4f735a08208c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 22:42:11 2023 -0500

    added gulp

commit 0d863e65b93c39a7ddddfdfe853cf3712015d05e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 22:18:43 2023 -0500

    updated for version 3.12.0

commit ce08bdde0668f27b489d4dcc31f2d376bcd1c733
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:39:13 2023 -0500

    updated shadow images to avoid node issue

commit 45b2a2d46994e7604e91ea90753f43eec222d5cd
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:38:54 2023 -0500

    updated version to 3.12.0

commit c8d161e69b9c63ba8cc8802b457b77bad97a1286
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:29:48 2023 -0500

    updated date

commit 5c675424113b8a41e34c20f06d329b5c641589bb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:29:01 2023 -0500

    added types

commit cb8fad6646d61ff475c5cf337d700b8e79e190ba
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:28:53 2023 -0500

    updated styled/unstyled tables

commit 018ffde67e3eee5c11b9d240dae2982573ae597b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:20:18 2023 -0500

    updated version, minor text

commit 44b532632449425f3c0faf237b9c6d262733c109
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:10:03 2023 -0500

    updated to sync with core-interfaces

commit 75b22f4e225f87d82b4f48c947bce59785c2f421
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 19:07:53 2023 -0500

    minor

commit 040c0ac8b427b0807b05600bbfeb7ff303d73786
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 17:19:02 2023 -0500

    added Issue #1158

commit d1fa21c9e5f55e7147ab4c983004456e9549d4fd
Merge: 56df4e67 86415bf2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 17:15:47 2023 -0500

    Merge pull request #1232 from gitbrent/1158-feature-set-default-fontface-in-masters

    add feature - set default fontface in masters

commit 86415bf26bb93c47ffe7467b57ab881265bb73eb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 17:05:34 2023 -0500

    added default font comment (Issue #1158)

commit cc0546481aaba8a35131339a8ab85f803aeded1d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 02:05:34 2023 -0500

    finished work on theme fonts

commit 5ec3a9d9042d3568223cbe8f850bf9e498430651
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 02:05:11 2023 -0500

    minor

commit 4dfaf8fd15bb2a9078369cc33973167d5590ae0f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 01:49:41 2023 -0500

    added new Pres `theme` prop with default fonts

commit 413660bf6ef31598f93fe1187c565494afb6738c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 19 00:59:57 2023 -0500

    WIP

commit 56df4e67b1f0791a08e7ad508ef1ed4f3c92dd78
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 23:41:54 2023 -0500

    minor

commit d601c7220cd09b82889ff7af78153cc78f675ab4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 16:23:37 2023 -0500

    updated version

commit d11ce22082a3c2e51112c8b6456296b2ec5edf59
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 16:23:32 2023 -0500

    minor

commit 6bdb6fe095504b6c2b8fb1f9679c98fd7196bacb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 16:21:36 2023 -0500

    updated version

commit fbe2ca3023ae638d1458b368c5fa02e5934fa634
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 01:50:22 2023 -0500

    major update to slide layouts

commit 110b0090bc1588b9d14a9bb8380164347f1fb729
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 01:49:06 2023 -0500

    new version

commit 62932e964f1f9926468b42ee48366312536a63a1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 01:48:59 2023 -0500

    added check for `cover` is base64

commit 20a1b905e894d6784581a121e8dc150d504e0f57
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 01:48:40 2023 -0500

    new media

commit 1fb74c415cc0b020a57ae43bb5213554443eefdb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 00:30:45 2023 -0500

    minor

commit 146b675233fab070918e43f8c0dc77921187e0a4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 00:30:34 2023 -0500

    new sample mov

commit bc93db846f71e0eea89196c3d66c6bc3aa652107
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Mar 18 00:17:58 2023 -0500

    new video thumbnail

commit 5ab5291f55a1f90a80fd86cc45a4b366a6611bfd
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Fri Mar 17 23:53:59 2023 -0500

    new `IMG_PLAYBTN`

commit 399028a1160e3f8f578968a53a672d4ccf5e148d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Mar 14 23:23:31 2023 -0500

    new AIFF sample

commit 1e6161f46f90c8f9ae92796ce9c300b0594cccf2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Mar 14 23:22:42 2023 -0500

    new sample

commit 8a6ea24df7506653441b6400299ed0a2671c1d56
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Mar 14 23:22:31 2023 -0500

    updated version

commit eff846ddd3c78c7e9332380ccc0408e5d23e35b2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Mar 14 23:22:11 2023 -0500

    updated Audio/Media tab, new content and UI

commit 5b467990f336845d061880b4b0d33a0f3ad23bb7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 27 23:01:17 2023 -0600

    Fixed Issue #1156 (YouTube broken)

commit 852ed2b570b67416c9cd28d502223cd2d97d414f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 27 22:59:34 2023 -0600

    added items from Images

commit 6722fe0fbdc6538478bb03f9e20ee4c215366d8b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 27 22:59:17 2023 -0600

    minor

commit 041b8ad05cdeb89a7cafb955fc00a45b4fb91f45
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Feb 22 23:01:58 2023 -0600

    added beta release notes

commit 9010ca0271054a34464d298134f9320174613817
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Feb 22 22:50:25 2023 -0600

    version `3.12.0-beta.0`

commit 25461e5236e4407f72162df97f52d283594a327f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Feb 9 21:28:54 2023 -0600

    new build

commit 0744e2e63988a82f17fdefe5ae4464fef17bf8f7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Feb 8 23:32:08 2023 -0600

    added issue #1139

commit 7306661e0ac75f7cd658af487424672e2b297e88
Merge: 1b2258ba caf99655
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Feb 8 23:29:03 2023 -0600

    Merge pull request #1140 from mikemeerschaert/fix

    fix #1139

commit 1b2258bad35a3ffb594ffd9a42620c096bd02ac5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Feb 8 00:06:47 2023 -0600

    added Pull #1133

commit fbcda3e31b99f2eb1c75d09ca091c6cc4f96da3a
Merge: dd88012f 910c4309
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Feb 8 00:03:49 2023 -0600

    Merge pull request #1218 from gitbrent/pr-1133

    Pr 1133

commit 910c43098a1f3a44f1f0dbcf0030a98fc6bc5f7c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Feb 7 23:57:28 2023 -0600

    updated version

commit b4cbb3faddc1c4c1185c299ebd63221fa45ec236
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Feb 7 23:57:20 2023 -0600

    added comments

commit 630b1f5c5b406d746a16cd6bf34c4ba8ccde986f
Merge: 371cc970 dd88012f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Feb 7 23:46:26 2023 -0600

    Merge branch 'master' into pr-1133

commit dd88012fd375fb85c6a560046d6c92a99a73befa
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Feb 7 23:45:41 2023 -0600

    new build

commit 90f40ea06d87e7dd21e6c9aeb1b6a820a1dd4528
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Feb 7 23:31:27 2023 -0600

    added issue #1150

commit fce08080fc12af0aaaee75e1cb1edd024ed42fe3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Feb 7 23:28:34 2023 -0600

    fixed Issue #1150

commit 19aada8c58d3c0df2d6cb6b54c183ddd4971ccc5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 6 22:21:34 2023 -0600

    npm updates

commit ef95fef16ba34ac8c97f6ec06f2c0a62c1eb3c48
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 6 22:21:17 2023 -0600

    updated all `let` to `const`; formatted

commit bc5ffca038ea2299e57b038f9f96da721f22adce
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 6 22:20:26 2023 -0600

    added demos

commit b57cd176845d2969195ec2c3d48d01c724055bfb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Jan 26 00:00:58 2023 -0600

    updated build

commit 9ea113a9e36992d7a52ef28df866e428c94236e6
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 25 23:57:39 2023 -0600

    added Pull #1147

commit 9772f7ef8e764a7c2fc1dbe6c23a96cbd2c9d8ed
Merge: 2ecde8bc 4301b14e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 25 23:55:09 2023 -0600

    Merge pull request #1215 from gitbrent/pr-1147

    Pr 1147

commit 4301b14e22519f6e36177b2b4298bb7519205df0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 25 23:49:23 2023 -0600

    re-ordered Image slides for new layout

commit 27302d8ad73f74d32ff57b15bbacb86a973c8d67
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 25 23:46:57 2023 -0600

    fixed XML string issue

commit 21d253df8d01aa0bffe8af7891ea3268cf51f51a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 25 23:26:49 2023 -0600

    updated rotate slide

commit 7213e26872995c5ac0a2d9046a4ffbbc29187603
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 25 23:15:10 2023 -0600

    finished new shadow slide

commit a88dd06d5cf321961abd2bf4c208c2ca0d3b2d26
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jan 24 23:55:00 2023 -0600

    updated shadow slide

commit 75132729affd52fdf41498ed88ea24e1eb9b0da2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 23:39:41 2023 -0600

    WIP

commit 5bc815acc78e82b2bb1dd29b29374cbafbfb2b22
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 23:22:18 2023 -0600

    new build

commit ea817a0d2055f466cf25d6329daf017308c76f9c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 23:22:10 2023 -0600

    fixed code folding issue

commit e57942a7472c26c7e241a03001cec1ce06722118
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 23:19:41 2023 -0600

    minor reorder

commit 881e9596eb1029fdecf582fc9e76026a641eb791
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 23:16:26 2023 -0600

    added new `shadow` prop to Image

commit 09507130b548cf77b0115c147b1ddee48177bf1a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 23:01:43 2023 -0600

    formatted

commit a86bf32e63b32d82d917e6e299b674557d4ea4b2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 22:56:10 2023 -0600

    added demos mjs fields to ignore

commit 4c2eae39942341025430aaac2c917f977c93391a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 22:53:25 2023 -0600

    updated correctShadowOptions

commit 92f76c5180d92e4d47de420e6c0a787352379a26
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 22:52:49 2023 -0600

    removed unused ref

commit 1490efc526574e1002c8b3862d776d4fb1d4d7f5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 22:52:17 2023 -0600

    eslint/tsconfig updates

commit 1c4289a5c3b0e958058a95692b414dce1e016d6a
Merge: d3c211d6 2ecde8bc
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 21:49:26 2023 -0600

    Merge branch 'master' into pr-1147

commit 2ecde8bcfe980642540bac2659c01ba3e596b5da
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 21:31:38 2023 -0600

    added Pull #1180

commit 99a16e790b1b495fb98f4556f384b30e1f53a440
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 21:30:12 2023 -0600

    new build

commit a09cdb9d9de9e08be548eadfdeb84343bfd7a9ad
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 21:29:42 2023 -0600

    eslint fix

commit bdfbfa8b32544b90d0dc6fe7f676b0109b2076ce
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 21:27:43 2023 -0600

    fix previous patch

commit 1dea36e6f8708349d9b480453988bbf5349a4a4f
Merge: c7a10b95 2dcf8ccf
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 21:15:33 2023 -0600

    Merge pull request #1180 from spinozapps/bugfix/full-doughnut

    bugfix: handle holeSize=0 for doughnut chart

commit c7a10b9530564769ff112bf89665134dce89fcd1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 19:54:52 2023 -0600

    Added Pull #1126

commit 2355df189cd40d0374764dc75b6be1f965d9f03e
Merge: 4bd4fdc5 7f1090a5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 19:49:58 2023 -0600

    Merge pull request #1214 from gitbrent/pr-1126

    Pr-1126

commit 7f1090a50b1456b1e76cbd10a034957949e29be4
Merge: ec96a37a 4bd4fdc5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 19:45:03 2023 -0600

    Merge branch 'master' into pr-1126

commit ec96a37ab00e76295f7651ba93d35d72799868c1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 19:38:17 2023 -0600

    added new `cap` & `lineCap` props

commit 4e9b72c4875e6f69d6904a3aaee6ef42e5e2349a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 19:23:09 2023 -0600

    updated new defs; formatted

commit 3d473288e27d0e63831b7f20b81ea1506df4a179
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jan 22 18:30:57 2023 -0600

    updated version

commit 4bd4fdc5c127c4ee928c672d3571a09426ea293d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jan 18 22:15:07 2023 -0600

    new build

commit c292ee091e31edcc285c631a5b267e697f174a11
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jan 16 17:39:18 2023 -0600

    new build

commit 82c15e32d17f7d982b7eb39c13ca89c9f06ed919
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jan 16 17:27:38 2023 -0600

    setting default error to warn

commit 63228fd9d763184af72cfafb2d93d59ed0e8cbc1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jan 16 17:21:43 2023 -0600

    npm updates

commit 2dcf8ccfccb2c5dc44e5a9c46bbe12475297abcb
Author: Mathieu Bruyen <mathieu.bruyen@gpulse.fr>
Date:   Mon Nov 7 16:55:28 2022 +0100

    bugfix: handle holeSize=0 for doughnut chart

    Doughnut chart ignores holeSize=0 as a falsy value and takes is default
    of 50.

    Code now checks the type of holeSize to treat 0 as a number and display
    doughnuts with no hole at all.

    This leads to a chart very similar to a pie chart, but means that we do
    not have to change chart type for the 0 special case.

commit 220ec2b5566289802e11b8dae299bfeaef51143a
Author: Mathieu Bruyen <mathieu.bruyen@gpulse.fr>
Date:   Wed Jun 29 16:02:57 2022 +0200

    feature: allow selecting round or square line cap on line charts

commit caf99655013be85270b42ab05c3c7d5d6459cb62
Merge: 405721ea a18a36a1
Author: Mike Meerschaert <michaelmeerschaert@gmail.com>
Date:   Tue Oct 25 15:01:29 2022 -0700

    Merge branch 'master' into fix

commit 371cc9709594012b69b69dc659758657f43d8b19
Merge: 47c481d2 a18a36a1
Author: Mike Meerschaert <michaelmeerschaert@gmail.com>
Date:   Tue Oct 25 15:01:14 2022 -0700

    Merge branch 'master' into add-reference-to-new-slides-created-by-table-auto-paging

commit a18a36a1a597e1130417741ea4d8d9363f7f5b48
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Sep 8 22:12:35 2022 -0500

    new build

commit 569156bb3474b109be96a24837daf6e3bdf36adb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Sep 8 22:11:56 2022 -0500

    eslint fixes

commit 402a4804ae7fdface8c383314b1eacaa5ae4bd0b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Sep 8 22:11:20 2022 -0500

    npm update

commit 7544488b9394cd116b014707052bf67e14f3a0db
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 18:17:36 2022 -0500

    minor

commit 2b8304172cd318903af71e436df3b39b0995da73
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 18:14:25 2022 -0500

    added new template

commit f0f9e60f73ab06f36e987c97aa4aeed7f89981b6
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 18:14:15 2022 -0500

    removed old file

commit 384257fd9e6f0410bcdd286cc6ef07c8a6febb1e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 18:14:06 2022 -0500

    updated style and format

commit 6a83e3af677037aaaa84cf63ead98f39da5bdf25
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 17:10:29 2022 -0500

    added Pull #1153

commit d127b7b66cdfa517ecfc50805a4468ad1277aabc
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 17:07:01 2022 -0500

    added 3.12.0

commit 0a6ded075ab93a8de1d7c0d7a718709c1587388f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 17:06:44 2022 -0500

    npm update

commit bf143e6145c9d5e618d9c7b23a0ec96263bc590e
Merge: 13a18c1a 9768351f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 17:03:11 2022 -0500

    Merge pull request #1155 from gitbrent/eslint

    Migrate project source from tslint to eslint

commit 9768351f8fcf6f9fcfbed5299453eca28de6f829
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 17:00:16 2022 -0500

    minor

commit a9de8f08c90992a4ea914d63dd4940a24bd96fe4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 16:58:59 2022 -0500

    updated version

commit e15f66000e32bae3f233a8eff757b5fe004eb77d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 16:58:31 2022 -0500

    updated all eslint issues

commit 23ad31bafadad0838598699cd287e50843abb929
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 15:42:59 2022 -0500

    removed temp rule

commit 35f434c6da717752f16188d3a0d994fbe1a77efa
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 15:37:08 2022 -0500

    fixed eslint issues

commit 4c0340173ec2f12eea4131801c41cb4f99ed8dc0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 15:34:13 2022 -0500

    completed eslint fixes

commit d00694e7478f780aaa3e8bf9835dcbdca7e8ecce
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 28 15:32:06 2022 -0500

    removed temp rule override

commit 9b43d6d4e77822436566f4e92d66eb61fee928d0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 23:52:25 2022 -0500

    WIP on + strings

commit 9a9b4d505d8e8e6f379344775f9fdd707b40c629
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 23:51:14 2022 -0500

    fixed catAxisMinorUnit

commit 25af0237aff4574ffa86f71e567cf1b83e6f7540
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 22:52:20 2022 -0500

    eslint fixes for "no-tabs"

commit 96cf6ecfb2bd1f224760be9de5daed6b6d4c6745
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 22:23:31 2022 -0500

    remove old file

commit 8b1ab5d4784462c79fc07c06a838ef57b5f5e7c2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 22:12:04 2022 -0500

    fixed image placeholder size

commit 87e84f0fbc3225ea8729ef3c610e9e9b7838ab69
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 21:51:47 2022 -0500

    fixed crashing bug

commit 6ba5a90af9c29af7460647c97fdec057d4dce7f1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 21:38:36 2022 -0500

    fixed convertRotationDegrees output

commit d29572e0c703ea99548fcb4251cc2e196243f33b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 21:36:54 2022 -0500

    minor

commit 98666998e970fcd0f57804a2249ba365cd3da836
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 23 00:07:49 2022 -0500

    fixed image sizing bug

commit 61f4f38d20044bb473e65b7779768204ea2125fb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:44:42 2022 -0500

    new build

commit 35993f9c6037be556773375b253d79784c91adc9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:44:35 2022 -0500

    added more 3D props

commit 12e1b5cd9cae9ef37ad0f4814c9b4792d3994fc1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:44:20 2022 -0500

    added 3D docs

commit f54d87eaa400be05fa4bbae239ea6fc3ab6878a7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:25:23 2022 -0500

    eslint fixes

commit 522112ef05f0f6b31dd6cd6a5d0a3005a8f046c1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:21:49 2022 -0500

    temp rule

commit b2f46aa1486b8771305f6d1dba3ad989ac38b64c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:14:07 2022 -0500

    properly handling defaults

commit ed263c5adb5677ffdb5640caee201d98f9df9b54
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 23:13:46 2022 -0500

    added new

commit ad3415e383203c032e2bf5c4a0a4686c95f0f2b7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 22:38:08 2022 -0500

    WIP

commit dcbe8b714632de3550085eacdb5292b88c2bd82f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Aug 22 00:13:22 2022 -0500

    eslint fixes

commit a2ef85600af8fb3a273e8031ad2e0cc30f48812e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 23:34:56 2022 -0500

    added temp rule

commit 54d3eb98e623132679ee34fa03431558f77189aa
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 23:34:49 2022 -0500

    eslint fixes

commit fa7ee7fdcec3dc0c89acf6c380399fb38aa01e66
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 18:02:34 2022 -0500

    WIP

commit c78e0f83d08e83facb74affd68efef3d8f64face
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 17:54:27 2022 -0500

    eslint fixes

commit 00ca56c50f7a54ba3ee20e90344d057b086c05a9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 17:53:47 2022 -0500

    arg fixes

commit 6f3dbfbead20fffb9994753f248fa348daea5ed9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 17:53:29 2022 -0500

    fixed arg

commit aeb38dee2c1173843b9fda527f044304ccb9a037
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 17:41:37 2022 -0500

    eslint fixes

commit 7f3451d73603744972291b0f7da8cbfda1537070
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 17:00:40 2022 -0500

    replaced `getMix()` with es6 method

commit 64c4e5dc29fe86fdd8c414200a6d207c856b7111
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 16:33:11 2022 -0500

    WIP

commit 19cb2cf4da0de0f56101ae26aed16d03412bfdf5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 16:24:38 2022 -0500

    eslint fixes

commit 2d16a849e59932406aa6d78974b0babb6170cdd9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 15:07:43 2022 -0500

    eslint fixed

commit a0beb67aaeecc4453abfa0dc8de7c7a4d0091ff2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 21 14:57:03 2022 -0500

    resolved eslint issues

commit b74910c649d98fd13deb6a35d95f1b472079fa74
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 16 23:56:00 2022 -0500

    eslint fixes

commit 9003d4fd904d609dc2c81042bded7f8324512b3a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 16 23:50:33 2022 -0500

    updated rules

commit 23b253e4e8ba47b81a356f57cb8ddfd6d8813bfd
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 16 23:35:59 2022 -0500

    eslint fixes

commit 6891528a4268bf1ad1528ff1b363e6db572daa47
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 16 23:29:34 2022 -0500

    install eslint and config

commit 3f75cd7a70bb104bf30de411ed5f2721b02879a1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Aug 16 23:29:14 2022 -0500

    removed tslint and prettier files

commit 13a18c1afe1565f0f9d12919ab7cbe672a025230
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 14 16:48:31 2022 -0500

    updated to v3.12.0-beta

commit a853d8e0cb7054de565f4f72c1fb2b19f97b61d7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Aug 14 16:38:20 2022 -0500

    npm updates

commit d3c211d65b534c3076aa206270399b49e97ee4f1
Author: April Matias <april@pitch.io>
Date:   Thu Aug 11 11:16:09 2022 +0200

    Fix shadow bug for types 'inner' and 'none'

commit d04c5df93dfca98dc5d7afc9bcc19a5c6f353f76
Author: Mohit Thatte <mohit@pitch.io>
Date:   Tue Aug 2 17:23:53 2022 +0200

    Add optional shadow props to image

commit 47c481d2e31123efc9b20a9e3e5302fbbd468ccb
Merge: 91334ab3 555774df
Author: Mike Meerschaert <michaelmeerschaert@gmail.com>
Date:   Tue Aug 9 09:16:17 2022 -0700

    Merge branch 'add-reference-to-new-slides-created-by-table-auto-paging' of https://github.com/mikemeerschaert/PptxGenJS into add-reference-to-new-slides-created-by-table-auto-paging

commit 91334ab3a9cfc4ec02140762eb7dceffa7465e8a
Author: Mike Meerschaert <michaelmeerschaert@gmail.com>
Date:   Tue Aug 9 09:16:12 2022 -0700

    solution for issue #625

commit 405721ea0351be4a1bccf5525f4f1345659612dd
Author: Mike Meerschaert <michaelmeerschaert@gmail.com>
Date:   Tue Aug 9 09:11:57 2022 -0700

    fixed #1139

commit 555774df9100f7497192b364c8f41c0613b035b6
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 15:06:26 2022 -0500

    updated for v3.11.0 release

commit 5f1df2b7af7e0c58e236b45aef9b361dc732dd5c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 15:02:51 2022 -0500

    minor responsive design fix

commit feb2bef18e4a7566d32891e65e350720245221d8
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 15:02:29 2022 -0500

    minor

commit adc75c90ee1ea79cdf59cc306e6de878e81f4dbf
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 14:30:54 2022 -0500

    fix for node demo

commit 98c90655880be588d10bbbeef7ad365379132412
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 14:30:39 2022 -0500

    minor

commit 13a0aab3ae814b1b4c6cf3b2feabc799b122a4e3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 13:13:59 2022 -0500

    updated for new ignore rules

commit d0ff5abd91ab447cf55844bac14bcd95fad0a4f1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 13:13:09 2022 -0500

    updated for v3.11.0

commit 4eb0e46d3c7f3a32aa7c56d50008a94129751d50
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 13:03:12 2022 -0500

    formatted

commit 917ca7a181dda51ab3e1eb7f9f3c68c7085b2582
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 12:52:26 2022 -0500

    minor updates to chart order, colors

commit 80846c16056ad1d1eeaf761997cc6cb629400a1f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 12:10:18 2022 -0500

    added Pull #1100

commit 88b3515f8de4019796e1565d80227abe0674af7a
Merge: 79d19581 2ef6125d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 12:03:29 2022 -0500

    Merge pull request #1144 from gitbrent/pr-1100

    Pr 1100

commit 2ef6125d2df78ff73f35f698154a603824356012
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Aug 6 11:58:37 2022 -0500

    final build

commit ebc5872ee83d7f40b2f707ea93501f9250407f84
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jul 25 22:38:37 2022 -0500

    build RC1

commit feee9626124f01d50d99f0aeb5c18107675c2eb2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jul 25 22:38:27 2022 -0500

    added props from Pull #1100

commit e39179aa7786f43fa75f4e2081fbb06adda43034
Merge: ef0f238d 79d19581
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 15:23:55 2022 -0500

    Merge branch 'master' into pr-1100

commit 79d195817d3102b039abace1a827fc44f8e9598c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 15:12:48 2022 -0500

    new build

commit 768527c19b2bd62b0ac4734e913f8bcd4f3f6905
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 15:10:51 2022 -0500

    added Issue #860

commit ae481273ce1830c8eb1edd4d150f612bddc3134a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 15:07:48 2022 -0500

    fixed Issue #860

commit e1d4e0c883680cf9572ad0537f7db75c8a7ebc75
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 14:56:16 2022 -0500

    minor

commit 48c83b257d795065824a220c31f432af2b926170
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 14:51:36 2022 -0500

    npm update

commit ba493d63aba2e4516032850c65babb350b0d8480
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 14:51:15 2022 -0500

    minor

commit bdf8ebacd8dccdfeea0081731a4e87e4f50a52d9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jul 24 14:50:42 2022 -0500

    minor

commit 56f406f1c0ccd92b16a4f3b024e41c93b32df500
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 16:01:26 2022 -0500

    new build

commit 1c5a4faeddf9483299137dd40c436729815e3e0e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 16:01:20 2022 -0500

    minor

commit a8e8cff0eefcaba891506bdbd1128c824077b54a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 15:56:11 2022 -0500

    updated 3D charts and more

commit 4296aa32558ad83b7c266652c60deaf9dcb0525f
Merge: a4d06f8a 00bad88a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 15:33:54 2022 -0500

    Merge branch 'master' of https://github.com/gitbrent/PptxGenJS

commit a4d06f8aebfd3020e4562ae41697d48daacd34ad
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 15:33:50 2022 -0500

    renamed `ACCENT_COLORS`

commit 00bad88a73115fe1b3b01694257929059bd0b833
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 15:05:21 2022 -0500

    Update user-template.md

    Minor updates to docs URL and verbiage; added browser question

commit 6210624f3829e93b4399680076e44386ec64c6dc
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 14:51:26 2022 -0500

    various updates to props etc

commit 9a9575447c2dec583550bb7a2d77ebc165cb62b0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 26 14:50:44 2022 -0500

    fixed issue with `titlePos`

commit d4da3844c1da41d90f20e5f7667614aae9c008d2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 19 23:10:59 2022 -0500

    new build

commit be4a1f194a38248aa7a6aea7fc38e2030168c5c8
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 19 23:10:50 2022 -0500

    updated charts

commit c1315a6e04633e3faac6524db4128320fdc5a0ac
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 19 22:27:48 2022 -0500

    updated `pt` to num; added new enum

commit 0e9b7ea158b1cb85b5268c8bb766b2999e688631
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 13 22:43:33 2022 -0500

    updated first slide

commit 86dc9ad618455a2dbddda3e29589f99f47fe7b7f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 13 22:43:12 2022 -0500

    added new data

commit 93f8f08cf17add953012f8bced068dc201d56214
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 12 11:01:30 2022 -0500

    added `roundedCorners` to IChartAreaProps

commit c34cc3b54351eb93752ca6aa8338fbbf68e21745
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 12 09:59:24 2022 -0500

    updated version

commit 0e7076c35ec87a2e04750ec929b7fee87342a6c0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 12 09:59:04 2022 -0500

    added new combo chart slide

commit d682682d37dff3428dd9d768140dfe0defa75b8b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 12 09:51:24 2022 -0500

    minor

commit 342218319b07b7533c268eb3ef8e9a5b6832833e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Jun 11 19:00:07 2022 -0500

    added Pull #1122

commit 792bb6fecf0d54ac98ef53cc800871f64629aa8e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Jun 11 18:59:56 2022 -0500

    fixed with code from Pull #1122

commit 4f4eb5e6c1e5b7a0416479600d0f8120a2bf6918
Merge: 8bfaffd6 6039513d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Jun 11 18:57:01 2022 -0500

    Merge pull request #1122 from spinozapps/bugfix/escape-object-name

    bugfix: escape object name in chart xml

commit 8bfaffd64dbf913156de6bb3121210324161a1d5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Jun 11 18:45:58 2022 -0500

    added new combo chart fix

commit 78119bb8dacd9c07d644665ed5767b343da8a71d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Jun 11 18:44:02 2022 -0500

    new build

commit e0f2f4d702f7358a59e496e7b31f96156aa4c18a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Jun 11 18:43:09 2022 -0500

    fixed combo chart secondary axis on wrong side

commit cba3cfb63aac0157c49eadd13460b8b7cfb3ed83
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jun 8 23:50:38 2022 -0500

    updated order of secondary cat/val axes

commit 850dcca2bb74d25233816e2c0985ab69d5de9013
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jun 8 23:40:34 2022 -0500

    minor update

commit 9e4d4046d9bf995742b2e9639bf85500bbe58402
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 23:28:02 2022 -0500

    fixed incorrect AXIS_ID method arg

commit ffd4b0d952b4e1b8a1c6e1bea6ea12e3a559dc3e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 23:01:57 2022 -0500

    updated docs

commit 4543f1b1e1bf8e78a5ebbaeea63250c0e26792cd
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 21:37:28 2022 -0500

    updated some `COLOR_` locations

commit b7c01d0958f6f47714de45d73fe15ce4d5ce5736
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 21:30:55 2022 -0500

    finished moving all enums

commit 67d2067a87a6cabccc75d7fb748670013c3d61eb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 21:30:37 2022 -0500

    renamed multi to combo chart

commit 6f62bb2bd1ec33239fdadbc341ad9e21a58873c7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 21:19:59 2022 -0500

    minor

commit 9d124a2d2fc79968b1a5cdb3b6d3e39aa12ad575
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 21:19:51 2022 -0500

    moved chart data and enums to new file

commit 6d148f255a12d08a961f443b71d480eb59b56ce3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue Jun 7 21:19:29 2022 -0500

    new enums file for chart data

commit 6039513dab858fceec94c0db4e868994ea76446c
Author: Mathieu Bruyen <mathieu.bruyen@gpulse.fr>
Date:   Tue Jun 7 08:02:13 2022 +0200

    bugfix: escape object name in chart xml

commit b46e3fc35e4bb200148bb4197d1db43eb61f82df
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 6 23:57:21 2022 -0500

    added more real data, updated multi-chart

commit d8b49112e9c52e76f89572b984a537f139242d80
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 6 23:57:04 2022 -0500

    added new item

commit 42160145e3633648ca1446f02f176d8d574fae51
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 6 23:56:55 2022 -0500

    fixed missing semicolon

commit cb8bbb62d60dea2d2ddca9745c3e28887858457a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 6 00:02:28 2022 -0500

    new build

commit 14f005454a178a3d9e1a4a56c40806d605a4f7b7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Jun 6 00:02:18 2022 -0500

    tons of chart updates; new devtest slides

commit 09b60126516f75d97ee3ffd244bd650db67bdbed
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 5 15:04:33 2022 -0500

    updated `OptsChartData` prop docs

commit 2773976a25d26523c16fbea1680592156d8a5721
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 5 14:15:22 2022 -0500

    updated version

commit cec738fc33d26c790c7b877bd51bcd0a9535945a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 5 14:15:08 2022 -0500

    moved demo charts to new dev-test section

commit f6b48e68513c3f84b252af84f861cdf0cceff080
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 5 13:39:31 2022 -0500

    fixed layout

commit 73a558c94274ea0cea80f141540536f0da8ea898
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Jun 5 12:19:56 2022 -0500

    updated sheet XML for multi-cat (some FIXME remains)

commit 76002a5b4068c518563031e036dbc5c61c7e0452
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Fri Jun 3 00:13:52 2022 -0500

    WIP

commit b08fed5828c7ac31115239ab16a791a48424e0c2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Thu Jun 2 23:15:10 2022 -0500

    fixed `sharedStrings.xml` for multi-cat

commit e8b89bb81470418f4ca6c12d5231451011a73e12
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Wed Jun 1 23:41:46 2022 -0500

    WIP

commit f22670b02c222df68d93909e4557562735b98198
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 31 23:42:55 2022 -0500

    WIP

commit ab2e88b7a867aa796652937a7fa31af6a117abe2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 31 23:24:14 2022 -0500

    updated output code

commit 5f7cbeefaa5d65f0fff05ceac052a47352d4c2af
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 31 23:10:07 2022 -0500

    minor

commit 2a777fdb4730f73264a85388e0ecdd16ff0e638a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 31 23:06:50 2022 -0500

    added new `tools` dir with data2chart tool

commit 585a0084d58f7896519c1e9ff1351e3095db6587
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 31 00:22:33 2022 -0500

    added new data_convert tool

commit f37ef3363ef5e7e2642f29d02a43772907cb230c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon May 30 23:09:51 2022 -0500

    minor

commit 1a71017d265bff4ea06f3e4473522e374f039d59
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 29 19:10:04 2022 -0500

    updated strings

commit ed93e9444ce252ff7f5d760d67b2844b6930be1c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 29 19:03:39 2022 -0500

    updated strings

commit 1fe127cd4c1010fe95fb88d2c3c52e511cd2b999
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 29 18:46:04 2022 -0500

    fixed bubble chart `bubbleSize`

commit 5b75b62687b37735c2b472950aac7b491985e8f3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 29 18:35:46 2022 -0500

    fixed bubble chart XML

commit 14b1f07f94f59c3f324ad6fe8561d7d6bd67c087
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 29 17:53:05 2022 -0500

    new build

commit 41c46f56d5cf062f8ab9401157378c1aaa4b7394
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 29 17:52:58 2022 -0500

    fixed bubble chart XML

    fixes "Edit Data in Excel"

commit 525598ece53115a33268a33421ba413f5add6885
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat May 28 16:04:56 2022 -0500

    fixed scatter chart axes

    fixes Edit Data in Excel

commit d5fd8311276a025026fe6a2126f6b2d3fc28e9fe
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat May 28 15:29:29 2022 -0500

    fix for scatter charts XML (fix Edit Data in Excel)

commit 907a25aaebca97da3dc68421fae2a5b1013a2ab7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 24 22:26:18 2022 -0500

    minor verbiage

commit a123d5926a454728e0a91f12402735582e8012ab
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 24 22:18:03 2022 -0500

    new build

commit 48661d7eba8afea07d8872e2300a3605f3c56ea7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 24 22:17:56 2022 -0500

    fixes for "Edit Data in Excel"

    all but bubble and 1 other type work now

commit 9b5c7c625129fe380369becc25721bf011d5aec6
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Tue May 24 22:16:39 2022 -0500

    new demo with 3 series

commit a51ba33bcc6285de043f5f4241372eaeb16057aa
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon May 23 23:06:50 2022 -0500

    more template literals

commit d51804d8fefc1af462d16db5c56d1a06eb1d7142
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon May 23 22:59:31 2022 -0500

    added chart fixes

commit 77d9b4cf2c3c5d34124b29c9574a257bb812ff3a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon May 23 22:59:20 2022 -0500

    BIG: lots of XML code fix "Edit Data in Excel"

commit a1bfbb6b07a3bdf901de5f990d45ca8c06466889
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon May 23 21:07:32 2022 -0500

    added new image for case testing

commit c4ac04d8b39fe5b0848d7a5df1e4f4eb819206d0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon May 23 21:05:49 2022 -0500

    new file for case testing

commit 371a645746384a3b1c502f25ed98764a63d5afd0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 18:04:10 2022 -0500

    fixed issue with `strSheetXml` wrong <c r=""> values

    also: updated several str to template-literals

commit 0801bc2222a4196df0b607d1bab9a3106e54b2d4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 17:12:53 2022 -0500

    added Issue #1076

commit c25111b12103da0002a34054deb831f204dbe3d5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 17:10:44 2022 -0500

    fixed Issue #1076 and `getExcelColName()` fixes

    replaced `LETTERS[]` usage with `getExcelColName()`

commit 855c1b3523564d422693182ebf05a80ed2bcbe91
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 14:10:56 2022 -0500

    new build

commit b680811273ba5f2bd3e9cd0177c06d55d4be805d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 14:09:34 2022 -0500

    added Pull #1012

commit 1865e69584fa48faa3ac093b173cbab7a73dccc6
Merge: 08e90f3a 87f14cd5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 14:02:56 2022 -0500

    Merge pull request #1112 from gitbrent/pr-1012

    Pr 1012

commit 87f14cd562b285909dcf3797ceb72f4ebd71676f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 13:58:39 2022 -0500

    minor

commit 128089ba749e861b5f12039241dad8f4b49a52d0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 13:30:16 2022 -0500

    updated version

commit d45e984df94d0de33bd9b2111cd66a49268dabb3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 13:25:43 2022 -0500

    formatted

commit 27dd6b20f03b0e86373c9b07ca356d398288008a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 13:19:03 2022 -0500

    renamed `OptsChartData.index` to `_dataIndex`

commit bfaba33a9067642e447e1c0548cd34b08ce799c3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 13:13:09 2022 -0500

    minor verbiage update

commit ea99de970de6d281ef5f57e078c01a2b59c5a632
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 11:38:41 2022 -0500

    added 2 new slides for multi-level cat axes

commit b330fbbaf8e735df4daa88cd0532e003ff9b8d74
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 11:34:56 2022 -0500

    updated version

commit 17f010d9faf2645fa7eb420309ed6f35d2477bc8
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 22 11:34:48 2022 -0500

    updated verbiage and slide order

commit d5edd05f14ecbf5c8302fade97c93f5426f76684
Merge: 59f23968 08e90f3a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 18:02:34 2022 -0500

    Merge branch 'master' into pr-1012

commit 08e90f3a169786dcd7a3fc99e4295523ffae1d79
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:59:43 2022 -0500

    added Pull #966

commit 1df5920f84db5a6be8505a6ff8db04b9c7f3bf66
Merge: cd9458c5 09574374
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:55:34 2022 -0500

    Merge pull request #1111 from gitbrent/pr-966

    Pr 966

commit 0957437432862e0cd60b21d5e5dd6ccdcb0b0bc7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:54:26 2022 -0500

    minor

commit da457f6d232332da371cb09b2a22a159f428d78d
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:42:29 2022 -0500

    updated default for *AxisCrossesAt

commit 4e2601c8c0b7411848db2801036d8c9a6054d840
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:41:37 2022 -0500

    updated *AxisCrossesAt

commit 7ac8a33c0c4a9ed0c26f3d4f084753a23704a550
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:33:09 2022 -0500

    updated `catAxisCrossesAt` & `valAxisCrossesAt` props

commit 7141e07890175fe87af204627b6529ca6dfa01ad
Merge: 4cff663b cd9458c5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:29:08 2022 -0500

    Merge branch 'master' into pr-966

commit cd9458c5c8839d5a62cc693771770bad9481738b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 17:03:59 2022 -0500

    updated design on multi-chart slide

commit f9a95cb8d2652d62e90396d300bd99b855b6c2a3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:50:14 2022 -0500

    updated all Slide 5 charts to dark

commit fea880a45f92f8eac820930c2e8466b59c71348a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:28:45 2022 -0500

    updated bubble chart to dark mode

commit dfc7d9c2e3074ed9561fc1f7a2e34533c7bbaffa
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:20:47 2022 -0500

    added Issue #1015

commit ef71542d1f857d5b26131080675d7a45a4c1eeb7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:17:14 2022 -0500

    new build

commit a1c90dff47a349349aa7d67a16777d48bd14d474
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:16:55 2022 -0500

    added `bubble3d` from Pull #1108

commit f6dccd2ae80ce888b63909f11b0b89299457b466
Merge: 8b7c0d19 48618bc1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:09:43 2022 -0500

    Merge pull request #1110 from gitbrent/1015-chart-area-fill-color

    1015 chart area fill color

commit 48618bc138319a45471bdf440b9cf700dc0d9e50
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:07:19 2022 -0500

    updated border prop init

commit f1cfd3e34270579a641953b5e0cac01bac9da764
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 16:06:48 2022 -0500

    minor added more demos

commit 62a6b03cb2a64a4cebbce83fcaa5c45c906e4a79
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:50:04 2022 -0500

    added border example

commit d96ecf28d1f0cef734607c3a3de090543615112c
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:40:54 2022 -0500

    minor formatting

commit 46fa08d74dcb6e5f5df4e30bcdd3a8e29f09efa2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:39:36 2022 -0500

    added legacy test for `fill` and `border`

commit 51c1f2ad842590817dbecdb73af746469b298896
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:26:13 2022 -0500

    added Theme color example

commit 4c1c84ad63fe28b2b2690e25f6dd7267baae8977
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:25:56 2022 -0500

    added docs for Theme color

commit 183dbd0145f96e2f9674d747f514a65cb18b82a9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:15:06 2022 -0500

    updated `chartArea` and `plotArea`

commit a7c7700d544d9d621662f6c593ed7af17e67d90b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:12:38 2022 -0500

    updated version

commit 0208ce241d84b605c162eaf1a6fa6c223bc8044f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 15:12:22 2022 -0500

    updated `fill` & `border` with `plotArea`; replaced old `addText` with `chartArea.fill`

commit 3891a1a1b4345c7bfd63a32ea89cdad28ac8f457
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 14:54:08 2022 -0500

    added `plotArea` and `chartArea`

commit 7bd865ef2bae1709b48ead6b518ac92a1adf789e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 14:49:43 2022 -0500

    fixed issue with `isHexaRgb`

commit 67cf81166373de09c5cdf39a5545c80f59963e72
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 14:49:24 2022 -0500

    added `plotArea` and `chartArea`

commit 998f5e1c4ae2f4617cbcb8906b333be176dac22a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 14:44:08 2022 -0500

    updated docs

commit d5918d65fdc6a36d4b2a5afbf5d2ee9d68647904
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 14:43:30 2022 -0500

    added DEF_CHART_BORDER

commit 9f519e0f3678a7a1b3c3590ffa1500e5330ab59e
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 13:32:16 2022 -0500

    WIP

commit 8b7c0d192c28caf1e9191e2c5445bf2bd79c1b72
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 12:36:45 2022 -0500

    added Pull #1108

commit 4eee7f81c293bf49d1939799bf0847d019832656
Merge: caa6a6c1 45354514
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 12:33:23 2022 -0500

    Merge pull request #1109 from gitbrent/pr-1108

    Pr 1108

commit 45354514ec3227b018a9d6d513c62ded4e626362
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 12:31:58 2022 -0500

    added BUBBLE3D demo

commit d6d9f22d2784750ae42fb7c354620a63846284bc
Merge: 80167470 caa6a6c1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 15 11:36:03 2022 -0500

    Merge branch 'master' into pr-1108

commit 801674704171004e80a34170f3f59563b694dad6
Author: Mathieu Bruyen <mathieu.bruyen@gpulse.fr>
Date:   Wed May 11 10:57:37 2022 +0200

    support bubble 3D chart type

commit 59f23968dc064c31c6c8f8e79d2673e53d161370
Author: MariusOpeepl <marius@opeepl.com>
Date:   Wed May 4 10:28:05 2022 +0200

    added demo slides with multi-level cat axes

commit e0a1d7c3759016d87dec9b25636f3661ad03224a
Author: MariusOpeepl <marius@opeepl.com>
Date:   Mon May 2 10:33:42 2022 +0200

    cleaned up dist files

commit 5bb1217082211efac4e5c2ae6808ee91af766476
Merge: eb5abf4b caa6a6c1
Author: MariusOpeepl <marius@opeepl.com>
Date:   Mon May 2 09:30:48 2022 +0200

    Merge branch 'master' into cat-axis-multi-level

commit caa6a6c1a3ec5292fd11460f2ec75b9385ff58d3
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 23:26:44 2022 -0500

    minor

commit 0e536c8e2b4a929db563c7556915833d140f9ef4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 16:11:41 2022 -0500

    new build

commit eec9fb0b39c76835abde927fa816680630d59717
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 16:11:34 2022 -0500

    npm audit fix

commit 01e5064171b620f920ee48f5d20dbad19ec1681f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 16:11:19 2022 -0500

    Fixed Issue #1013

commit d25bf8251c672da2fd25ed6429c8af27f0d95ec4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 14:07:33 2022 -0500

    updated react-demo `react-scripts` to v5

commit e4cbae44164e01cc1d4374391d9846c128be5a2a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 14:04:22 2022 -0500

    updated to react-scripts v5.0.0

    npm install --save --save-exact react-scripts@5.0.0

commit 11332303676df3fd44cceee4b4c199589da9566f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 13:41:55 2022 -0500

    updated to v3.11.0-beta

commit 373dbaafd276f93d65e0cd79bbf2ab8db1277eb5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun May 1 13:41:42 2022 -0500

    Fixed tableToSlides addImage (Issue #1103)

commit ef0f238d8548652c9fb4d7c70e1d8743459d913a
Author: Mathieu Bruyen <mathieu.bruyen@gpulse.fr>
Date:   Wed Apr 13 15:27:00 2022 +0200

    serie name on bubble chart, category axis position, leader lines on bubble chart

commit b7d7af94a09dd4209156c710039492e05bd6d102
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 22:30:55 2022 -0500

    navbar updates

commit f84625f5ef849261a99ec0b5b6b84961e9a0dba5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 22:30:35 2022 -0500

    new (correct) logo

commit aacbcb74940963990c1eff01d30ed1514ffaa2ba
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 22:01:22 2022 -0500

    fixed `className`

commit 0066e31cb6162383b87b41d293f5bf114a169f47
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 22:01:02 2022 -0500

    updated to pptxgenjs v3.10.0

commit 06d793892a92eda861dc10fb613eeac21e0d8913
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 21:28:34 2022 -0500

    release v3.10.0

commit 581f66047ec6e979b09e1b01f42ba7f00f672367
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:39:31 2022 -0500

    new build

commit 0310ec06ca1ce332610f7f1563173f152c550d7f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:38:32 2022 -0500

    synced with `core-interfaces.ts`

commit de92c006ab89393a54a02d2e3cea2d055d993ecf
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:24:50 2022 -0500

    added Issue #987

commit d7c592666a48eaf2021d3f26593b98a475c91fe9
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:21:03 2022 -0500

    new build

commit 0a6640c8c3e128ac654bd7807843c2a40f2f2adc
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:20:56 2022 -0500

    updated `PlaceholderProps` (Issue #987)

commit ae1b6743c87067b912b666fb23d4aa9d2d1e2feb
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:20:03 2022 -0500

    added `testMethod_Masters` will all defs from demo

commit 09c8f43e9606a9ed55de075e98aabc52a8bc1607
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 20:19:30 2022 -0500

    added new image for Masters

commit 5b91242275868aef95ed745215b696e117ae6ce6
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:49:19 2022 -0500

    new build

commit 4c34cfea88e9559d8f87a6dfbf47b933ef9b8478
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:45:55 2022 -0500

    added Issue #1054

commit 314b64bb6113f29a5f848157f543c3a15a6d3fbf
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:44:52 2022 -0500

    added text `transparency` prop (Issue #1054)

commit ef3cb7406385fc1833854327a11cf06989a1ee9b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:31:20 2022 -0500

    added `transparency` example

commit e2bea929b6049fc64fc957667badeb0ddd95a868
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:19:29 2022 -0500

    minor comment

commit 6db652ef0832c3f98371458947d6ec86fd7d5ba7
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:04:57 2022 -0500

    fixed comment `pptx.SchemeColor` example

commit c412844fdd26fdb0861852695beacc4ecc72a972
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 15:04:01 2022 -0500

    added TODO

commit 44eb0546e95dc06c90bbc80f8137dad05ca75058
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 14:39:30 2022 -0500

    minor comment

commit b02c44edc6b579c6a0fd8d34b0fbd83cc9f9b0db
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 14:39:20 2022 -0500

    updated colors on Slide 2; added `transparency` to some cells

commit e028444c48a6d3543353013e032577871564b817
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 13:45:35 2022 -0500

    new build

commit 136958530062c4b340ed8349592b0d60941ef6b5
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 13:45:26 2022 -0500

    added Issue #1095

commit 45d14749a9c120aa4f9d026e52a23ffdb3140994
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Apr 10 13:38:21 2022 -0500

    Fix for Issue #1095

commit 7b1cb4b0106a7e77bec9a44bb91dd3b5daf96011
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 27 16:39:15 2022 -0500

    new build

commit 6c20de5a54c60005a8ede613561e9c7852e633a4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sun Mar 20 15:01:04 2022 -0500

    new build

commit 6e5d5a45e8e1e87e4264aa05a03d3fdd9fc550a4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:58:44 2022 -0600

    added Pull #1053

commit eed1e53b9aa563c0057a01d4e476dc2534f61ae4
Merge: 22ab6b1f e4519569
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:55:57 2022 -0600

    Merge pull request #1074 from gitbrent/pr-1053

    Pr 1053 - add image transparency

commit e45195693f0f582ff30e667fac757f6a23927c3a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:53:54 2022 -0600

    minor code update

commit fb5b4d5a6871d8c03a783280825b89ba1317af27
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:53:35 2022 -0600

    added new image

commit d4907a33139a69b10fbe398a0accede1022adef6
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:53:23 2022 -0600

    added new image

commit d64f61edff78bdb2473367dd95120457b137ffda
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:53:15 2022 -0600

    major updates to slide 1

commit 6c07c8032e0db5ffb1ff562e998f2f8129da7dd1
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Mon Feb 28 20:39:07 2022 -0600

    added new image

commit c918157ad4bc5f0f47a0ec8cfd4182a746f3d7a4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 17:08:48 2022 -0600

    updated defs

commit 3e58d9442c70d2e165c1ebce8edcc358615cf117
Merge: 57b2d78b 22ab6b1f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:57:37 2022 -0600

    Merge branch 'master' into pr-1053

commit 22ab6b1ffe9f93d3350769ae03768648c6c91c18
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:52:48 2022 -0600

    added demo for `hyperlink` (Issue #1049)

commit 23a5e6eb8c6908c7a66f868895fa2f9988d9969a
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:52:23 2022 -0600

    added demo for `hyperlink` (Issue #1049)

commit b61f2d335887074a622e4f07af706955b1a5ebea
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:48:46 2022 -0600

    added Issue #1049

commit d6f05055902dcb7d27ecd95a5fc23d1d463196f0
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:47:28 2022 -0600

    added missing `hyperlink` prop to `TableCellProps` (Issue #1049)

commit ea353bdd9addb5958eee01ccd10853cd24eb6f90
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:32:01 2022 -0600

    added Pull #1019

commit 6b8f9b5de7358a02873cf1487382bf154bc88463
Merge: fda49196 2e6223df
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:28:31 2022 -0600

    Merge pull request #1073 from gitbrent/pr-1019

    Pr 1019

commit 2e6223dfa698d1f5473194b88566ac3a967e59c4
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:24:33 2022 -0600

    updated version

commit 1fb8c0e28207f921de8085fb06d606bd22f06086
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:24:20 2022 -0600

    added `objectName` to demo

commit 18e420b1cbb393f85f5e3539c5e939197400b8b2
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:24:05 2022 -0600

    fixed objectName numbering

commit 8ce4528062d11c62faa7fec217182ce15d8c6a2b
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 16:23:34 2022 -0600

    minor update to Slide Number name

commit db740e3760014c83ae5f353685640ddfe34d3aca
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 15:39:57 2022 -0600

    fixed broken XML

commit 295b9b349cb17f9686dd894915527ea313f13a9f
Author: Brent Ely <gitbrent@users.noreply.github.com>
Date:   Sat Feb 26 15:31:51 2022 -0600

    fixed ts error with `itemOpts.line`; added `objectName`

commit 621c…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants