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

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 +8 -42
  2. package/package.json +1 -1
@@ -19,46 +19,12 @@ 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.0 ![Release](https://img.shields.io/badge/release-production-blue)
23
23
 
24
- Documentation improvements
24
+ Enhanced task interactions with outputs, better navigation, and improved animations
25
25
 
26
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>
34
-
35
- ---
36
-
37
- ## Version 1.1.0-beta2 ![beta](https://img.shields.io/badge/release-beta-yellow)
38
-
39
- Enhanced documentation with practical examples
40
-
41
- <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>
27
+ <summary><strong>Details</strong> (2026 January 07)</summary>
62
28
 
63
29
  ### New Features
64
30
 
@@ -66,7 +32,6 @@ Show expected outputs and enjoy smoother interactions
66
32
  - New `:::output` directive displays expected command results or task outcomes
67
33
  - Helps learners verify they're on the right track
68
34
  - Consistent styling with hints and solutions
69
-
70
35
  - **Better Navigation**: Tasks now appear in your page's table of contents
71
36
  - Easier to jump between tasks in long tutorials
72
37
  - Improved document structure for better accessibility
@@ -76,15 +41,16 @@ Show expected outputs and enjoy smoother interactions
76
41
  - **Smoother Animations**: Polished panel transitions when revealing hints, solutions, and outputs
77
42
  - No more jarring layout shifts
78
43
  - More responsive and professional feel
44
+ - **Better Documentation**: Added new task examples with detailed output explanations
45
+ - Clearer demonstrations of plugin capabilities
46
+ - More practical usage examples for common scenarios
47
+ - **Edit URL Support**: Package documentation now includes "Edit this page" links that point to the correct source file in GitHub
48
+ - **Package Documentation**: Documentation is now bundled with the npm package, making it accessible during development and for offline reference
79
49
 
80
50
  ### Bug Fixes
81
51
 
82
52
  - Fixed compatibility issues with Docusaurus's markdown processing pipeline
83
53
 
84
- ### Package Documentation
85
-
86
- - Documentation is now bundled with the npm package, making it accessible during development and for offline reference
87
-
88
54
  </details>
89
55
 
90
56
  ---
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.0",
4
4
  "description": "A Docusaurus plugin for interactive task components with progress tracking",
5
5
  "repository": {
6
6
  "type": "git",