@microfox/remotion 1.0.0 → 1.0.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 4ab0a10: update dependencies
8
+
9
+ ## 1.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 14ea00b: Triggered by issue #2: release @microfox/remotion patch
14
+
3
15
  All notable changes to this project will be documented in this file.
4
16
 
5
17
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -11,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
23
 
12
24
  - **Complete recursive composition system** with unified component architecture
13
25
  - **Core Components**:
14
-
15
26
  - `Composition` - Main composition component
16
27
  - `SimpleComposition` - Simplified composition for quick setup
17
28
  - `SceneFrame` and `OverlayFrame` - Frame components
@@ -20,20 +31,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
31
  - `TextAtom`, `ImageAtom`, `VideoAtom`, `AudioAtom`, `ShapeAtom` - Atom components
21
32
 
22
33
  - **Core System**:
23
-
24
34
  - `RenderableComponentData` interface for recursive component structure
25
35
  - `RenderableContext` for boundary and timing management
26
36
  - Component registry system for extensibility
27
37
  - Context-driven rendering with automatic boundary calculation
28
38
 
29
39
  - **Hooks**:
30
-
31
40
  - `useRenderableContext` - Context and boundary management
32
41
  - `useComponentRegistry` - Registry management
33
42
  - `useBoundaryCalculation` - Boundary calculation utilities
34
43
 
35
44
  - **Utilities**:
36
-
37
45
  - `createCompositionBuilder` - Programmatic composition creation
38
46
  - `createSimpleComposition` - Quick composition setup
39
47
  - Context utilities for boundary and timing management