Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
c97e177
Pull in transcript
ashleykolodziej Apr 17, 2021
a02a570
Working out layout for desktop
ashleykolodziej Apr 17, 2021
8e48a28
Adds seek to caption functionality
ashleykolodziej Apr 17, 2021
d91ec21
Merge branch 'develop' into feature/video-transcript-block
ashleykolodziej Apr 17, 2021
235cfd9
Add some additional context
ashleykolodziej Apr 17, 2021
d3991ed
Update gitignore
ashleykolodziej Apr 26, 2021
67939cf
Code cleanup, migrate from prototype to block
ashleykolodziej Apr 26, 2021
219b284
Merge branch 'develop' into feature/video-transcript-block
ashleykolodziej Apr 26, 2021
79ea5b2
Rebuild after merge and update changelog
ashleykolodziej Apr 26, 2021
972afda
Cleanup javascript
ashleykolodziej Apr 26, 2021
7634a17
:package: restore version 2 package-lock
jdub233 May 4, 2021
4e5329a
editor for youtubeID block attribute
jdub233 May 4, 2021
135f06d
initial working player
jdub233 May 5, 2021
866234c
add caption component
jdub233 May 5, 2021
aeb41db
:art: code style fixes
jdub233 May 5, 2021
2e45c7a
:fire: remove moved code
jdub233 May 5, 2021
eecaea1
:package: commit package lock and compiled files
jdub233 May 5, 2021
eb80838
:sparkles: basic player seek control
jdub233 May 6, 2021
5158ce4
patch calculation
jdub233 May 6, 2021
9bcfbc8
add youtube player config
jdub233 May 6, 2021
d7228d5
:package: commit dev build files
jdub233 May 6, 2021
4134390
patch seek handling
jdub233 May 6, 2021
d197880
:package: commit dev build files
jdub233 May 6, 2021
e0deb98
:sunflower: change the root div class
jdub233 May 6, 2021
9d409f4
rename scss file and quote fixes
jdub233 May 6, 2021
704524b
:package: commit dev build files
jdub233 May 6, 2021
c39637c
:sparkles: fetch language code for captions first
jdub233 May 7, 2021
d111c80
:package: commit build files
jdub233 May 7, 2021
89ee180
spacing fixes and comments
jdub233 May 7, 2021
6124fd2
Merge pull request #121 from bu-ist/video-block-react
ashleykolodziej May 8, 2021
e5a00b4
Security updates
ashleykolodziej May 9, 2021
90df59e
Only hover on timestamp
ashleykolodziej May 9, 2021
4212540
Tidy up some styles on the transcripts
ashleykolodziej May 9, 2021
2f58e99
Styles for captions
ashleykolodziej May 9, 2021
e13e7ad
Responsive styles for full width
ashleykolodziej May 9, 2021
86e5099
Adds additional alignment options
ashleykolodziej May 9, 2021
2bafb85
Add new alignment options
ashleykolodziej May 9, 2021
6867a42
Update gitignore
ashleykolodziej May 11, 2021
271ab15
Update entry points and enqueue
ashleykolodziej May 11, 2021
0d9ee7a
Remove unnecessary thing
ashleykolodziej May 11, 2021
c11f29e
Default to center alignment
ashleykolodziej May 12, 2021
e335eb2
Change default alignment to center
ashleykolodziej May 12, 2021
a47fc7c
Minor refactor to account for no alignment
ashleykolodziej May 12, 2021
bcf57ca
I like this ID better!
ashleykolodziej May 12, 2021
0866072
Merge pull request #122 from bu-ist/feature/new-alignment-options
ashleykolodziej May 13, 2021
6aaad6e
Merge branch 'feature/video-transcript-block' into feature/webpack-co…
ashleykolodziej May 13, 2021
ccb5c0f
npm audit fix
ashleykolodziej May 13, 2021
285e6ca
Rebuild after merge
ashleykolodziej May 13, 2021
bf61775
Merge pull request #123 from bu-ist/feature/webpack-config
ashleykolodziej May 13, 2021
046b2e6
Update the changelog
ashleykolodziej May 13, 2021
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ node_modules/
composer.json
composer.lock
vendor/
/src/.DS_Store
sftp-config.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## Unreleased
- Adds a new block, BULB Video, which provides YouTube video embeds with a transcript interface - see #115
- Updates the webpack config to fix an issue with files getting deleted on build

## 1.1.3
- Adds a github action that publishes the plugin to wordpress.org when a new tag is pushed.
1 change: 1 addition & 0 deletions build/blocks.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'wp-components', 'wp-i18n', 'wp-polyfill'), 'version' => 'becf19cd8c47518e5ce58f6a2801e5ab');
3 changes: 3 additions & 0 deletions build/blocks.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/blocks.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/blocks/blocks.build.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion build/blocks/blocks.build.js

This file was deleted.

4 changes: 0 additions & 4 deletions build/blocks/blocks.css

This file was deleted.

1 change: 1 addition & 0 deletions build/frontend.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-element', 'wp-polyfill'), 'version' => '726e8271ba381ca028d15947ceb0f622');
4 changes: 4 additions & 0 deletions build/frontend.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/frontend.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/frontend/frontend.build.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion build/frontend/frontend.build.js

This file was deleted.

8 changes: 0 additions & 8 deletions build/frontend/frontend.css

This file was deleted.

Loading