2023-02-08 12:19:55 +00:00
# @saleor/apps-shared
2023-06-06 10:59:16 +00:00
## 1.7.0
### Minor Changes
- b75a664: Disabled possibility to create logger if level is DEBUG or TRACE and NODE_ENV is production. This is an additional protection for logging sensitive data.
### Patch Changes
- 0c2fc65: Update dev dependencies - Vite and Vitest. These changes will not affect runtime Apps, but can affect tests and builds
2023-05-30 20:10:40 +00:00
## 1.6.1
### Patch Changes
- 6e69f4f: Update app-sdk to 0.39.1
2023-05-23 13:08:26 +00:00
## 1.6.0
### Minor Changes
- 23b5c70: Add SaleorCompatibilityValidator util that compares semver version of the app and Saleor's
2023-05-18 12:55:30 +00:00
## 1.5.1
### Patch Changes
- c406318: Updated dep @saleor/app -sdk to 0.38.0
2023-05-05 06:47:22 +00:00
## 1.5.0
### Minor Changes
- 830cfe9: Add Pino logger and renamed required env to be APP_LOG_LEVEL
2023-04-21 10:04:30 +00:00
## 1.4.0
### Minor Changes
- 2e51890: Added useDashboardNotification hook, that allows quick access to AppBridge.dispatch(Notification())
### Patch Changes
- 2c0df91: Added lint:fix script, so `eslint --fix` can be run deliberately
- e167e72: Update next.js to 13.3.0
- 74174c4: Updated @saleor/app -sdk to 0.37.3
- 2e51890: Update next.js to 13.3.0
- 2e51890: Update @saleor/app -sdk to 0.37.2
2023-03-02 10:53:58 +00:00
## 1.3.0
### Minor Changes
- 2d23480: Remove TitleBar component from apps, because it is moved to Dashboard, outside of iframe context
2023-02-22 15:03:26 +00:00
## 1.2.0
### Minor Changes
- 5fc88ed: Add shared theme provider with color overrides and globals
2023-02-15 12:49:45 +00:00
## 1.1.1
### Patch Changes
- 648d99b: Remove not needed console log
2023-02-10 14:08:06 +00:00
## 1.1.0
### Minor Changes
- 9f843b2: Add main-bar and app-icon
- 9f843b2: Make TitleBar sticky to the top
- 9f843b2: Allow icon, text and theme to AppIcon
- 9f843b2: Add root index file
### Patch Changes
- 9f843b2: Remove generated folders form git history
2023-02-08 12:19:55 +00:00
## 1.0.1
### Patch Changes
- a641caf: Extract isInIframe to new shared package and use it in apps