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

AmplitudeJS v6.0.0 #514

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
6a108f7
Allow for user to define a config in a URL
danpastori Apr 29, 2022
4c58fdd
Working on allowing configs to be URLs Ref: #506
danpastori May 5, 2022
983c447
Merge branch 'master' into v6.0.0
danpastori May 5, 2022
2b0c051
Removed all dev dependencies and added webpack
danpastori May 5, 2022
b14efa8
Updated to Webpack 5, Babel 7 and restructured index.js. WIP
danpastori May 5, 2022
cc44b07
WIP exported default from library so we can call Amplitude directly
danpastori May 5, 2022
f168a2f
Made a controller and micro classes for play pause elements, scoped t…
danpastori May 9, 2022
7466e00
Prepared meta data
danpastori May 10, 2022
59c76bc
Configured Play and Pause Elements
danpastori May 10, 2022
f8128fb
Added next elements and classes
danpastori May 10, 2022
5bcb887
Previous elements handled
danpastori May 12, 2022
0abb69c
Added volume elements
danpastori May 13, 2022
8cfa42f
Added playback speed functionality
danpastori May 13, 2022
4959e76
Added stop element
danpastori May 13, 2022
fcce28a
Added Volume Down Element
danpastori May 13, 2022
ac546ef
Added volume Up elements
danpastori May 13, 2022
b331a80
Added shuffle element
danpastori May 16, 2022
8e6d626
Debugging just audio
danpastori May 17, 2022
063c37d
Added container elements, volume to array (#513) and fixed scoping bugs
danpastori May 18, 2022
92e2ccb
Added skip to and fixed out of sync with play pause elements
danpastori May 19, 2022
11594fd
Added audio tracker elements and time elements
danpastori Jun 3, 2022
8d9c256
Added progress elements
danpastori Jun 3, 2022
237984d
Added audio ended events and way to bind to native events
danpastori Jun 9, 2022
f134ae3
Migrated callbacks to new format
danpastori Jun 18, 2022
ff1b036
Before upgrading to Vite
danpastori Jul 17, 2022
b7defad
Reorganizing and refactoring collections
danpastori Jul 18, 2022
5092bbf
Upgraded to vite
danpastori Jul 19, 2022
a3717be
Moved visualizations outside of dist
danpastori Jul 19, 2022
a1408bf
Build dist for testing
danpastori Jul 19, 2022
b8efab0
Deleted a whole bunch of old code and tuned up some of the new
danpastori Jul 28, 2022
fd7bff3
Readded duration elements
danpastori Jul 29, 2022
b0f5555
About 3-5 days until beta!
danpastori Aug 4, 2022
f02eea3
Fixed scoping for collection pause element
danpastori Aug 6, 2022
8ac4216
Tested play elements
danpastori Aug 6, 2022
3f25269
Installed nuxt content and oulined docs for 6.0
danpastori Sep 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"presets": ["es2015"],
"plugins": ["babel-plugin-add-module-exports"]
"presets": ["@babel/preset-env"]
}
Loading