Skip to content

Commit

Permalink
Release 2.7.0 (#126)
Browse files Browse the repository at this point in the history
## [2.7.0] - 2023-11-01

### Added

- Added sortable columns on data trackings/estimates exporter.
- Added pagination on data trackings/estimates exporter.

### Changed

- Changed up entire UI by adding [Primevue](https://primevue.org/).

### Security

- Updated packages to latest version matching version selectors.
  • Loading branch information
danniehansen authored Nov 1, 2023
1 parent 37e40c1 commit e9268f3
Show file tree
Hide file tree
Showing 31 changed files with 1,505 additions and 6,480 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ module.exports = {
plugins: ['@typescript-eslint', 'prettier', 'unused-imports'],
rules: {
'prettier/prettier': 'error',
'vue/component-definition-name-casing': 'off',

// not needed for vue 3
'vue/no-multiple-template-root': 'off',
'no-unused-vars': 'off',
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Released]

## [2.7.0] - 2023-11-01

### Added

- Added sortable columns on data trackings/estimates exporter.
- Added pagination on data trackings/estimates exporter.

### Changed

- Changed up entire UI by adding [Primevue](https://primevue.org/).

### Security

- Updated packages to latest version matching version selectors.

## [2.6.1] - 2023-08-28

### Fixed
Expand Down
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="https://p.trellocdn.com/@atlaskit-themes.min.css" />
<link href="https://p.trellocdn.com/power-up.min.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Activity timer</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/lib/infrastructure-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class InfrastructureStack extends cdk.Stack {
// Set HTTP security headers
headers['strict-transport-security'] = { value: 'max-age=63072000; includeSubdomains; preload'};
headers['content-security-policy'] = { value: "default-src 'none'; img-src 'self'; font-src 'self' data:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://p.trellocdn.com/; style-src 'self' https://p.trellocdn.com/; object-src 'none'; connect-src 'self' ${webSocketApi.apiEndpoint} *.ingest.sentry.io https://api.optro.cloud/ https://api.trello.com/"};
headers['content-security-policy'] = { value: "default-src 'none'; img-src 'self'; font-src 'self' data:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://p.trellocdn.com/; style-src 'self' 'unsafe-inline' https://p.trellocdn.com/; object-src 'none'; connect-src 'self' ${webSocketApi.apiEndpoint} *.ingest.sentry.io https://api.optro.cloud/ https://api.trello.com/"};
headers['x-content-type-options'] = { value: 'nosniff'};
// Return the response to viewers
Expand Down
908 changes: 373 additions & 535 deletions infrastructure/package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit e9268f3

Please sign in to comment.