Skip to content

Commit

Permalink
Merge branch 'decaporg:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfedak committed Jul 3, 2024
2 parents 06062a4 + 232b012 commit 9ecef01
Show file tree
Hide file tree
Showing 21 changed files with 99 additions and 55 deletions.
33 changes: 17 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/decap-cms-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.11](https://github.com/decaporg/decap-cms/compare/decap-cms-app@3.1.10...decap-cms-app@3.1.11) (2024-06-27)

**Note:** Version bump only for package decap-cms-app

## [3.1.10](https://github.com/decaporg/decap-cms/compare/decap-cms-app@3.1.9...decap-cms-app@3.1.10) (2024-04-16)

**Note:** Version bump only for package decap-cms-app
Expand Down
4 changes: 2 additions & 2 deletions packages/decap-cms-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Install via script tag:
<!-- Excluding `doctype` and `head` but you should add them -->
<body>
<!-- Add these scripts to the bottom of the body -->
<script src="https://unpkg.com/react@^16/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@^16/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/react@^18/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@^18/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/decap-cms-app/dist/decap-cms-app.js"></script>

<!-- Initialize the CMS -->
Expand Down
10 changes: 5 additions & 5 deletions packages/decap-cms-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-app",
"description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.",
"version": "3.1.10",
"version": "3.1.11",
"homepage": "https://www.decapcms.org",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-app",
"bugs": "https://github.com/decaporg/decap-cms/issues",
Expand Down Expand Up @@ -36,23 +36,23 @@
"decap-cms-backend-git-gateway": "^3.1.1",
"decap-cms-backend-github": "^3.1.2",
"decap-cms-backend-gitlab": "^3.1.3",
"decap-cms-backend-proxy": "^3.1.1",
"decap-cms-backend-proxy": "^3.1.2",
"decap-cms-backend-test": "^3.1.1",
"decap-cms-core": "^3.3.6",
"decap-cms-core": "^3.3.7",
"decap-cms-editor-component-image": "^3.1.1",
"decap-cms-lib-auth": "^3.0.5",
"decap-cms-lib-util": "^3.0.4",
"decap-cms-lib-widgets": "^3.0.2",
"decap-cms-locales": "^3.1.4",
"decap-cms-ui-default": "^3.1.1",
"decap-cms-ui-default": "^3.1.2",
"decap-cms-widget-boolean": "^3.1.1",
"decap-cms-widget-code": "^3.1.2",
"decap-cms-widget-colorstring": "^3.1.1",
"decap-cms-widget-datetime": "^3.1.5",
"decap-cms-widget-file": "^3.1.1",
"decap-cms-widget-image": "^3.1.1",
"decap-cms-widget-list": "^3.1.1",
"decap-cms-widget-map": "^3.1.1",
"decap-cms-widget-map": "^3.1.2",
"decap-cms-widget-markdown": "^3.1.3",
"decap-cms-widget-number": "^3.1.1",
"decap-cms-widget-object": "^3.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/decap-cms-backend-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.2](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-proxy@3.1.1...decap-cms-backend-proxy@3.1.2) (2024-06-27)

### Bug Fixes

- display custom logo when using a proxy server ([#7235](https://github.com/decaporg/decap-cms/issues/7235)) ([7feca52](https://github.com/decaporg/decap-cms/commit/7feca52605315a764dfbe1b65c6782a644191dd4))

## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-proxy@3.1.0-beta.1...decap-cms-backend-proxy@3.1.1) (2024-03-21)

**Note:** Version bump only for package decap-cms-backend-proxy
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-backend-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-backend-proxy",
"description": "Proxy backend for Decap CMS",
"version": "3.1.1",
"version": "3.1.2",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-proxy",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"license": "MIT",
Expand Down
9 changes: 2 additions & 7 deletions packages/decap-cms-backend-proxy/src/AuthenticationPage.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import styled from '@emotion/styled';
import { Icon, buttons, shadows, GoBackButton } from 'decap-cms-ui-default';
import { Icon, buttons, shadows, GoBackButton, renderPageLogo } from 'decap-cms-ui-default';

const StyledAuthenticationPage = styled.section`
display: flex;
Expand All @@ -11,11 +11,6 @@ const StyledAuthenticationPage = styled.section`
height: 100vh;
`;

const PageLogoIcon = styled(Icon)`
color: #c4c6d2;
margin-top: -300px;
`;

const LoginButton = styled.button`
${buttons.button};
${shadows.dropDeep};
Expand Down Expand Up @@ -51,7 +46,7 @@ export default class AuthenticationPage extends React.Component {

return (
<StyledAuthenticationPage>
<PageLogoIcon size="300px" type="decap-cms" />
{renderPageLogo(config.logo_url)}
<LoginButton disabled={inProgress} onClick={this.handleLogin}>
{inProgress ? t('auth.loggingIn') : t('auth.login')}
</LoginButton>
Expand Down
7 changes: 7 additions & 0 deletions packages/decap-cms-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.7](https://github.com/decaporg/decap-cms/compare/decap-cms-core@3.3.6...decap-cms-core@3.3.7) (2024-06-27)

### Bug Fixes

- change AppHeaderButton style fixing [#7208](https://github.com/decaporg/decap-cms/issues/7208) ([#7209](https://github.com/decaporg/decap-cms/issues/7209)) ([7483f19](https://github.com/decaporg/decap-cms/commit/7483f191025b52af8957ea87119ac4f9490b65de))
- change EditorToolbar position style ([#7198](https://github.com/decaporg/decap-cms/issues/7198)) ([dc71d72](https://github.com/decaporg/decap-cms/commit/dc71d728138cd322b815ae40eb297e43327105b2)), closes [#7197](https://github.com/decaporg/decap-cms/issues/7197)

## [3.3.6](https://github.com/decaporg/decap-cms/compare/decap-cms-core@3.3.5...decap-cms-core@3.3.6) (2024-03-29)

**Note:** Version bump only for package decap-cms-core
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-core",
"description": "Decap CMS core application, see decap-cms package for the main distribution.",
"version": "3.3.6",
"version": "3.3.7",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-core",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-core/src/components/App/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const AppHeaderButton = styled.button`
&:hover,
&:active,
&:focus {
&:focus-visible {
${styles.buttonActive};
${Icon} {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const DropdownButton = styled(StyledDropdownButton)`
const ToolbarContainer = styled.div`
box-shadow: 0 2px 6px 0 rgba(68, 74, 87, 0.05), 0 1px 3px 0 rgba(68, 74, 87, 0.1),
0 2px 54px rgba(0, 0, 0, 0.1);
position: fixed;
position: absolute;
top: 0;
left: 0;
width: 100%;
Expand Down
Loading

0 comments on commit 9ecef01

Please sign in to comment.