@akinon/pz-akifast 1.48.0-rc.5 → 1.48.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -23
- package/README.md +1 -11
- package/package.json +1 -1
- package/src/views/QuickLoginButton.tsx +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,28 +1,6 @@
|
|
1
1
|
# @akinon/pz-akifast
|
2
2
|
|
3
|
-
## 1.48.0
|
4
|
-
|
5
|
-
## 1.48.0-rc.4
|
6
|
-
|
7
|
-
## 1.48.0-rc.3
|
8
|
-
|
9
|
-
### Minor Changes
|
10
|
-
|
11
|
-
- 50b9069: ZERO-2767: update plugin readme files
|
12
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
13
|
-
- 146ea39: ZERO-2774: Update imports
|
14
|
-
|
15
|
-
## 1.48.0-rc.2
|
16
|
-
|
17
|
-
## 1.48.0-rc.1
|
18
|
-
|
19
|
-
## 1.48.0-rc.0
|
20
|
-
|
21
|
-
### Minor Changes
|
22
|
-
|
23
|
-
- 50b9069: ZERO-2767: update plugin readme files
|
24
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
25
|
-
- 146ea39: ZERO-2774: Update imports
|
3
|
+
## 1.48.0
|
26
4
|
|
27
5
|
## 1.47.0
|
28
6
|
|
package/README.md
CHANGED
@@ -1,14 +1,4 @@
|
|
1
|
-
#
|
2
|
-
|
3
|
-
### Install the npm package
|
4
|
-
|
5
|
-
```bash
|
6
|
-
# For latest version
|
7
|
-
yarn add @akinon/pz-akifast
|
8
|
-
|
9
|
-
# Preferred installation method
|
10
|
-
npx @akinon/projectzero@latest --plugins
|
11
|
-
```
|
1
|
+
# pz-akifast
|
12
2
|
|
13
3
|
### Setting the Visibility of Buttons
|
14
4
|
(all buttons are visible by default)
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import { Button } from '
|
2
|
+
import { Button } from 'projectzeronext/src/components';
|
3
3
|
import { PluginModuleComponentProps } from '@akinon/next/types';
|
4
4
|
|
5
5
|
interface QuickLoginButtonProps extends PluginModuleComponentProps {
|