@simoncomputing/mui-bueno-v2 0.25.23 → 0.25.24
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 +12 -0
- package/dist/index.cjs.js +64 -64
- package/dist/index.es.js +1803 -1793
- package/dist/index.umd.js +60 -60
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,8 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
- Minor increment --> singlular/minor changes. Minimal breaking changes.
|
|
12
12
|
- Patch increment --> singlular/minor changes. Zero breaking changes.
|
|
13
13
|
|
|
14
|
+
## [0.25.24] - 2026-03-02
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- `CitationManager`, `SelectableCitationManager`, `CitationField`
|
|
19
|
+
- Fixed occasional infinite loop caued by the user changing their search criteria over and over during fetch
|
|
20
|
+
|
|
14
21
|
## [0.25.23] - 2026-03-02
|
|
15
22
|
|
|
23
|
+
### Added
|
|
24
|
+
|
|
25
|
+
- `LoadingOverlay`
|
|
26
|
+
- Wrap around components and set `isLoading=true` to show a semi-transparent overlay with a loading spinner
|
|
27
|
+
|
|
16
28
|
### Changed
|
|
17
29
|
|
|
18
30
|
- All Tables: `Table`, `PaginatedTable`, `CitationManager`, `SelectableCitationManager`, `CitationField`, `DiffTableView`, `DiffTable`
|