Skip to content

Commit 6aba5ec

Browse files
Merge pull request #106 from mediamonks/feature/update-docs-animation-controls
Feature/update docs animation controls | bump version to 11.8
2 parents b02aa96 + 5030811 commit 6aba5ec

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [11.8.0] - 2024-09-10
4+
5+
### Added
6+
- Enhanced animation control features:
7+
- Keyboard shortcuts for play/pause (Space)
8+
- Reload functionality (R key)
9+
- Skip to end (Right arrow)
10+
- Forward 250ms (. key)
11+
- Mouse click controls
12+
- Animation time tracker
13+
- New configuration option `controlsOff` to toggle visual controls
14+
15+
### Changed
16+
- Improved animation control accessibility for non-technical users
17+
- Enhanced preview interface with time tracking display
18+
319
## [11.7.0] - 2024-03-27
420

521
### Added

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,24 @@ The easiest way to get started is by using the yeoman template [@mediamonks/gene
3333

3434
View the [documentation](https://mediamonks.github.io/display-advertising-docs/).
3535

36+
## 🆕 Latest Updates (v11.8.0)
37+
### Enhanced Animation Controls
38+
- ⌨️ Keyboard Controls
39+
- `Space` - Play/Pause animations
40+
- `R` - Reload all visible banners
41+
- `` - Skip to end frame
42+
- `.` - Forward 250ms
43+
- 🖱 Mouse click support for play/pause
44+
- ⏱ Animation time tracker
45+
- ⚙️ Configurable controls visibility via `controlsOff` setting
46+
47+
### Configuration
48+
```javascript
49+
{
50+
// Hide visual controls while maintaining keyboard shortcuts
51+
controlsOff: false
52+
}
53+
3654
## Contribute
3755

3856
View [CONTRIBUTING.md](./CONTRIBUTING.md)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mediamonks/display-dev-server",
3-
"version": "11.7.0",
3+
"version": "11.8.0",
44
"description": "This is the Display.Monks development server, which handles previewing and compiling ads via webpack.",
55
"scripts": {
66
"preview-dev": "cd ./src/preview && npm run dev",

0 commit comments

Comments
 (0)