Skip to content

Releases: mcansh/serverless-reddit

1.8.0

30 Apr 17:06
bb02ac7
Compare
Choose a tag to compare

Minor Changes

  • Yolo: use the fancier newer serverless target: 7b5efcf
  • Chore: add analytics: f927d16
  • Chore: remove internal api: b9e1ad4
  • Chore: set canonical as reddit: 29d3990
  • Chore: remove 'sort' select when no subreddit: d3057e2
  • Chore: remove amp support: 06780a1

Patches

  • Fix: version for sentry: a843bf4
  • Chore(deps): bump next to canary: b287bb5
  • Feat: make search form more amp friendly: 06784db
  • Chore: put amp script in document head: 219a39c
  • Fix: amp-img fallback value needs to be an empty string: d74b6ad
  • Refactor: convert _app to function component: 8a9385a
  • Fix: remove test button: 6b9a467
  • Chore(deps): bump to latest: fbbbca0
  • Chore: show alert if trying to access a subreddit with '/' in it, at least until i can rework some of the routing to support it: 6ef56ca
  • Chore(deps): bump to latest: f8b1c0f
  • Chore: default to 'hot' sorting: cda54b6
  • Chore: remove unneeded baseurl context: 995a47a
  • Fix: render meta component inside SubredditAboutProvider so it has access to context: 6dfd8bd
  • Fix: render meta component on 404 page so it renders defaults: 900738a
  • Chore: set fallbacks for about and subreddit: 1bcccd3
  • Style: ellipsis long links: 3e06d27
  • Chore(_app): hide nprogress spinner: 98edd1c
  • Chore: use env: afd4d14
  • Fix: update url: 5fb2c42
  • Chore(deps): bump to latest: 3433830
  • Chore: add props type check to GetServerSodeProps generic: 43234ef

1.7.0

28 Feb 16:55
1bc7bc0
Compare
Choose a tag to compare

Minor Changes

  • Feat: add ui for sorting the feed: f94e1ac
  • Feat: add nprogress while loading data: 45bac29
  • Feat: use optional chaining and nullish coalescing operator 🎉: #10
  • Feat: use getServerProps instead of getInitialProps: 7b2d72f
  • Feat: link to github repo on logo right click: 17927a9
  • Feat: add subreddit description to meta tags: #14
  • Feat: add ability to narrow down 'top' posts: 24d9e8d
  • Feat: add custom 404 page: ec38c4e

Patches

  • Fix: change error message if invalid sort option: 01851ab
  • Fix: keep amp mode when clicking logo: 6c49194
  • Chore(deps): bump to latest: 6b85ec3
  • Chore: install from gpr: 415d73b
  • Chore(deps): bump to latest: c39bc1e
  • Chore: update now.json project name: a8c9583
  • Chore: update types: 49ee4c1
  • Chore: run prettier: 847e3e0
  • Chore(deps): bump to latest: 5cc2bdf
  • Chore(deps): bump to latest: 8575630
  • Style(search): adjust placeholder color in dark mode: #12
  • Chore(deps): bump to latest: 3a85a0e
  • Chore(deps): bump to latest: 99dbd11
  • Chore: remove builds from now.json: 6bcc037
  • Chore(deps): bump to latest: 22265d8
  • Chore: update Post type to use undefined: 775c84e
  • Chore: move static dir inside public dir: d9bf672
  • Chore: bump next to latest: 885ad77
  • Chore: rename 'version' to 'node_version' in workflow: a75736e
  • Chore: update yarn.lock: 22427a2
  • Chore: reuse existing type: ee77fea
  • Chore: remove 'git add' from lint-staged: e217d77
  • Chore: remove now.json, move headers/rewrites to next.config: 33ee9c0
  • Fix(meta): rename property to name for meta tags: 4e40613
  • Fix(meta): use title variable for twitter: 077fc3f
  • Chore(meta): reorder meta tags: 20f16f3

1.6.0

04 Sep 02:18
a06780e
Compare
Choose a tag to compare

Minor Changes

  • Feat: add api routes to avoid cors proxy: 01a8d28

Patches

  • Chore: migrate yarnrc to npmrc so settings properly override: 85b49da
  • Feat: forward rest of query params: b2e5b74
  • Chore: return error message when error: 7ffe100
  • Feat: add a function to get first param from every query: 858fa1f

1.5.2

28 Aug 18:55
6a11c10
Compare
Choose a tag to compare

Patches

  • Fix: disable svgo classname prefixing: 73b2902
  • Fix: fix logging of messages: 57f9c10
  • Chore(deps): update typescript: 6f8817a

1.5.1

28 Aug 00:43
6cc9a60
Compare
Choose a tag to compare

Patches

  • Chore(deps): bump to latest: db690a6
  • Improvement: lowercase subreddit in url: c0e9084
  • Chore(deps): Bump eslint-utils from 1.3.1 to 1.4.2: #5
  • Improvement: rename query params: 357d1e8
  • Chore(deps): bump to latest: ac191c1
  • Improvement: make getFirstParam generic: 497f738
  • Chore: lint: b30febe
  • Chore: add lint-staged: 2c52818
  • Chore(deps): Bump mixin-deep from 1.3.1 to 1.3.2: #6

1.5.0

16 Aug 18:37
ff9b7f3
Compare
Choose a tag to compare

Minor Changes

  • Feat: amp support: 678ea57
  • Feat: add support for changing feeds: #4

Patches

  • Feat: make logo clickable: 066fdf3
  • Chore(deps): bump to latest: c9962bc
  • Fix: export next buildId for sentry: 66a1fc4
  • Test: update workflow: 6f37c67
  • Test: only test on node >= 10: f42b22e
  • Fix: import webpack: 02cceb9
  • Chore: add repo to package.json, log site version, next buildid and repo url: 560b6f1
  • Style: update error text color for dark mode: 23556dd
  • Style: boost header height when in standalone mode: 9ba1f36
  • Fix: enable publicDirectory: f448a03
  • Feat: add function to get baseUrl, dynamically generate webmanifest: ae18008
  • Feat: add 'homescreen=1' to manifest start_url: 487fab6
  • Style: add ellipsis to post author if needed: 28f6869
  • Style: extra styling for ellipsis: f28f099
  • Feat: add caching to next's client side assets: 35222f5
  • Feat: add a service worker: 1386370
  • Improvement: dont slice post title: 902f37f
  • Style: keep padding-bottom if no safe-area-inset: 25647fa
  • Style(post): swap box shadow transition for background color when hovering in dark mode: e631904

1.4.1

15 Aug 05:06
c0de406
Compare
Choose a tag to compare

Patches

  • Fix: update SidebarSubreddit to use dynamic route: b1b48fb
  • Chore: remove explicit 'prefetch' as it's done automatically: d94d673

1.4.0

15 Aug 05:01
7b7262c
Compare
Choose a tag to compare

Minor Changes

  • Add dark mode support: 70881f4
  • Use css variables where possible: f805b15
  • Chore: change svg import method: 6da3635

Patches

  • Add manifest file and favicons: 7167ff9
  • Add dark mode version of logo: 0cfac52
  • Remove unused server: 5731f78
  • Validate on push: #2
  • Chore: remove console.log: 39a227e
  • Style: css variable all the things: 34f7845
  • Improvement: convert logo to svg: 63cc3a3
  • Fix: realized i was using the wrong css function for variables...: adafc60

1.3.1

14 Aug 12:58
1.3.1
653977a
Compare
Choose a tag to compare

Patches

  • Add babel plugin ts optchain for wider browser support: b33018d

1.3.0

14 Aug 12:53
1.3.0
9fb7d26
Compare
Choose a tag to compare

Minor Changes

  • Use next dynamic routes: 062c43b
  • Update routes to use dynamic routing: c049f56

Patches

  • Chore(deps): bump to latest: 143283b
  • Update type: e5c363b
  • Normalize file names: c19e579
  • Update sentry setup: 85aca4a
  • Merge branch 'master' of github.com:mcansh/serverless-reddit-next.js: 83dd8b5
  • Fix ssr render: d4cf78c
  • Fix overflow scrolling: 8ebf183
  • Add an error state when no posts exist for subreddit: a7fd587
  • Update some img styles, set img loading importance to low: 7abd509
  • Oh git..: 40b8788
  • Remove next/link from post links: 6d59054