@sp-days-framework/docusaurus-plugin-interactive-tasks 1.1.0-beta3 → 1.1.1-beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/docs/changelog.mdx +10 -38
  2. package/package.json +1 -1
@@ -19,46 +19,18 @@ All packages within `@sp-days-framework` use the same version number. In some ca
19
19
 
20
20
  ---
21
21
 
22
- ## Version 1.1.0-beta3 ![beta](https://img.shields.io/badge/release-beta-yellow)
22
+ ## Version 1.1.1-beta1 ![Sync](https://img.shields.io/badge/sync-version--bump-lightgrey)
23
23
 
24
- Documentation improvements
25
-
26
- <details>
27
- <summary><strong>Beta Details</strong> (2025 December 12)</summary>
28
-
29
- ### Improvements
30
-
31
- - **Edit URL Support**: Package documentation now includes "Edit this page" links that point to the correct source file in GitHub
32
-
33
- </details>
24
+ Version bump to match other packages in the framework
34
25
 
35
26
  ---
36
27
 
37
- ## Version 1.1.0-beta2 ![beta](https://img.shields.io/badge/release-beta-yellow)
28
+ ## Version 1.1.0 ![Release](https://img.shields.io/badge/release-production-blue)
38
29
 
39
- Enhanced documentation with practical examples
30
+ Enhanced task interactions with outputs, better navigation, and improved animations
40
31
 
41
32
  <details>
42
- <summary><strong>Beta Details</strong> (2025 December 09)</summary>
43
-
44
- ### Improvements
45
-
46
- - **Better Documentation**: Added new task examples with detailed output explanations
47
- - Clearer demonstrations of plugin capabilities
48
- - More practical usage examples for common scenarios
49
- - **Improved Structure**: Updated sidebar positions and added known issues documentation
50
- - **Visual Refinements**: Enhanced sidebar and navbar logo handling
51
-
52
- </details>
53
-
54
- ---
55
-
56
- ## Version 1.1.0-beta1 ![beta](https://img.shields.io/badge/release-beta-yellow)
57
-
58
- Show expected outputs and enjoy smoother interactions
59
-
60
- <details>
61
- <summary><strong>Beta Details</strong> (2025 December 08)</summary>
33
+ <summary><strong>Details</strong> (2026 January 07)</summary>
62
34
 
63
35
  ### New Features
64
36
 
@@ -66,7 +38,6 @@ Show expected outputs and enjoy smoother interactions
66
38
  - New `:::output` directive displays expected command results or task outcomes
67
39
  - Helps learners verify they're on the right track
68
40
  - Consistent styling with hints and solutions
69
-
70
41
  - **Better Navigation**: Tasks now appear in your page's table of contents
71
42
  - Easier to jump between tasks in long tutorials
72
43
  - Improved document structure for better accessibility
@@ -76,15 +47,16 @@ Show expected outputs and enjoy smoother interactions
76
47
  - **Smoother Animations**: Polished panel transitions when revealing hints, solutions, and outputs
77
48
  - No more jarring layout shifts
78
49
  - More responsive and professional feel
50
+ - **Better Documentation**: Added new task examples with detailed output explanations
51
+ - Clearer demonstrations of plugin capabilities
52
+ - More practical usage examples for common scenarios
53
+ - **Edit URL Support**: Package documentation now includes "Edit this page" links that point to the correct source file in GitHub
54
+ - **Package Documentation**: Documentation is now bundled with the npm package, making it accessible during development and for offline reference
79
55
 
80
56
  ### Bug Fixes
81
57
 
82
58
  - Fixed compatibility issues with Docusaurus's markdown processing pipeline
83
59
 
84
- ### Package Documentation
85
-
86
- - Documentation is now bundled with the npm package, making it accessible during development and for offline reference
87
-
88
60
  </details>
89
61
 
90
62
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sp-days-framework/docusaurus-plugin-interactive-tasks",
3
- "version": "1.1.0-beta3",
3
+ "version": "1.1.1-beta1",
4
4
  "description": "A Docusaurus plugin for interactive task components with progress tracking",
5
5
  "repository": {
6
6
  "type": "git",