@purple/phoenix-components 5.6.0 → 5.8.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.
- package/CHANGELOG.md +24 -0
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/bundle.esm.js.map +1 -1
- package/dist/bundle.umd.js +1 -1
- package/dist/bundle.umd.js.map +1 -1
- package/dist/index.d.ts +4 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [5.8.0](https://github.com/purple-technology/phoenix-components/compare/v5.7.0...v5.8.0) (2023-05-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add csv preview for file upload ([3b77bb2](https://github.com/purple-technology/phoenix-components/commit/3b77bb253f0bc5631623899ee14633f22d9ef8c0))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* long text file preview and refactor ([c523a7f](https://github.com/purple-technology/phoenix-components/commit/c523a7f4d42332f49e79bd50efc5c0af5ae07ffb))
|
|
16
|
+
|
|
17
|
+
## [5.7.0](https://github.com/purple-technology/phoenix-components/compare/v5.6.0...v5.7.0) (2023-05-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* new icon - lightning ([312ca65](https://github.com/purple-technology/phoenix-components/commit/312ca650111a53a09b9ac494f1cca37f5454879b))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **LinkButton:** remove disabled prop from storybook ([7bec267](https://github.com/purple-technology/phoenix-components/commit/7bec267b656fbe396fd28778e6e82c73e2ccad90))
|
|
28
|
+
|
|
5
29
|
## [5.6.0](https://github.com/purple-technology/phoenix-components/compare/v5.5.1...v5.6.0) (2023-05-02)
|
|
6
30
|
|
|
7
31
|
|