Skip to content

Commit

Permalink
Merge branch 'release' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmz committed Nov 8, 2024
2 parents 2dc5ab8 + 00a617e commit 7f85f64
Show file tree
Hide file tree
Showing 31 changed files with 2,878 additions and 2,239 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Experimental

## [1.136.0] - 2024-11-08
### Changed
- The advanced search form is refactored to support the new search operators.
### Added
- When user presses '/' or 'Ctrl+K' hotkeys, the search input form in the
header is focused.
- This form now has an "Advanced search options" button that redirects to the
advanced search form.
### Fixed
- The post attachments now appear in the same order as they were added by user.
Previously, attachments were sorted by the upload order.
- User's avatars in the posts are now shown without a loading="lazy" attribute.
If the avatar picture is not found, the default avatar is shown.

## [1.135.3] - 2024-10-22
### Fixed
- Multiple fixes in style handling process:
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactive-pepyatka",
"version": "1.135.4",
"version": "1.136.0",
"description": "",
"main": "index.js",
"dependencies": {
Expand All @@ -21,9 +21,9 @@
"focus-visible": "~5.2.1",
"iso-639-1": "~3.1.3",
"keycode-js": "~3.1.0",
"local-storage-fallback": "~4.1.2",
"local-storage-fallback": "~5.0.0",
"lodash-es": "~4.17.21",
"lru-cache": "~11.0.1",
"lru-cache": "~11.0.2",
"memoize-one": "~6.0.0",
"mousetrap": "~1.6.5",
"photoswipe": "~5.4.4",
Expand All @@ -38,14 +38,14 @@
"react-redux": "~9.1.2",
"react-router": "~3.2.6",
"react-router-redux": "~4.0.8",
"react-select": "~5.8.1",
"react-select": "~5.8.2",
"react-sortablejs": "~6.1.4",
"react-textarea-autosize": "~8.5.3",
"react-textarea-autosize": "~8.5.4",
"react-use-event-hook": "~0.9.6",
"recharts": "~2.12.7",
"recharts": "~2.13.3",
"redux": "~5.0.1",
"snarkdown": "~2.0.0",
"social-text-tokenizer": "~3.0.0",
"social-text-tokenizer": "~3.1.0",
"socket.io-client": "~2.3.1",
"sortablejs": "~1.15.3",
"tabbable": "~6.2.0",
Expand All @@ -56,16 +56,16 @@
"whatwg-fetch": "~3.6.20"
},
"devDependencies": {
"@babel/core": "~7.25.7",
"@babel/eslint-parser": "~7.25.7",
"@babel/preset-react": "~7.25.7",
"@babel/core": "~7.26.0",
"@babel/eslint-parser": "~7.25.9",
"@babel/preset-react": "~7.25.9",
"@gfx/zopfli": "~1.0.15",
"@testing-library/dom": "~10.4.0",
"@testing-library/jest-dom": "~6.5.0",
"@testing-library/jest-dom": "~6.6.3",
"@testing-library/react": "~16.0.1",
"@testing-library/react-hooks": "~8.0.1",
"@testing-library/user-event": "~14.5.2",
"@vitejs/plugin-legacy": "~5.4.2",
"@vitejs/plugin-legacy": "~5.4.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"cross-env": "~7.0.3",
"esbuild": "~0.24.0",
Expand All @@ -76,8 +76,8 @@
"eslint-plugin-lodash": "~8.0.0",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-promise": "~7.1.0",
"eslint-plugin-react": "~7.37.1",
"eslint-plugin-react-hooks": "~4.6.2",
"eslint-plugin-react": "~7.37.2",
"eslint-plugin-react-hooks": "~5.0.0",
"eslint-plugin-unicorn": "~56.0.0",
"eslint-plugin-you-dont-need-lodash-underscore": "~6.14.0",
"glob": "~11.0.0",
Expand All @@ -92,24 +92,24 @@
"react-test-renderer": "~18.3.1",
"remarkable": "~2.0.1",
"rimraf": "~6.0.1",
"sass": "^1.79.4",
"sass": "^1.80.6",
"sinon": "~19.0.2",
"stylelint": "~16.9.0",
"stylelint": "~16.10.0",
"stylelint-config-prettier": "~9.0.5",
"stylelint-config-standard-scss": "~13.1.0",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.7.0",
"terser": "~5.34.1",
"stylelint-scss": "~6.8.1",
"terser": "~5.36.0",
"unexpected": "~13.2.1",
"unexpected-react": "~6.0.2",
"unexpected-sinon": "~11.1.0",
"url": "~0.11.4",
"vite": "~5.4.8",
"vite": "~5.4.10",
"vite-plugin-compression": "~0.5.1",
"vite-plugin-generate-file": "~0.2.0",
"vite-plugin-pwa": "^0.20.5",
"vitest": "~2.1.2",
"workbox-window": "^7.1.0"
"vitest": "~2.1.4",
"workbox-window": "^7.3.0"
},
"scripts": {
"start": "vite",
Expand All @@ -131,5 +131,5 @@
"url": "https://github.com/FreeFeed/freefeed-react-client.git"
},
"license": "MIT",
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.1"
}
Loading

0 comments on commit 7f85f64

Please sign in to comment.