bpm-core 0.0.123 → 0.0.124

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/README.md CHANGED
@@ -1,5 +1,10 @@
1
+ > ⚠️ **Important Notice**
2
+ > Starting from **`bpm-core@0.0.121`**, **Angular 19** is required.
3
+
4
+ > Ensure your project is updated to Angular 19 to avoid compatibility issues.
5
+
1
6
  ## Recently Added Features
2
- - ### Time Picker (Requires Angular Material 19.0.0 or Higher)
7
+ - ### Time Picker
3
8
  To use it, import `TimepickerComponent` in your TypeScript file and add `<app-timepicker>` to your template. For more information, hover over the selector after adding it to your template.
4
9
  - ### Summary Section / Stage
5
10
  This is a stage that appears before the request stage.
@@ -57,3 +62,11 @@
57
62
  }
58
63
  ```
59
64
  </details>
65
+
66
+ ## Changes Log
67
+
68
+ ### [bpm-core@0.0.124 — 2025-07-17](#bpm-core00124-2025-07-17)
69
+ <a id="bpm-core00124-2025-07-17"></a>
70
+ - Added default placeholders for all inputs.
71
+ - Ensured placeholders passed to inputs display correctly.
72
+