Letterpad Versions Save

A publishing platform for creative people.

v5.0.0

3 months ago

What's Changed

Full Changelog: https://github.com/letterpad/letterpad/compare/v4.1.0...v5.0.0

v4.1.0

8 months ago

Enhancements:

  1. Letterpad Customisations by @abhisaha1 in Pull Request #477
  2. Add new creatives images by @abhisaha1 in Pull Request #482
  3. Allow multi upload by @abhisaha1 in Pull Request #530
  4. Make Letterpad Run Serverless in Vercel and PlanetScale by @abhisaha1 in Pull Request #536
  5. Add React hook forms by @abhisaha1 in Pull Request #543
  6. Apply css from admin settings to client by @abhisaha1 in Pull Request #557
  7. New theme amun by @abhisaha1 in Pull Request #521

Improvements:

  1. Onboarding improvement by @abhisaha1 in Pull Request #474
  2. Enhance mobile CSS with new design by @abhisaha1 in Pull Request #479
  3. Tiny site-wide enhancements by @abhisaha1 in Pull Request #481
  4. Better filters UX in Admin Dashboard by @abhisaha1 in Pull Request #498
  5. Theme performance by @abhisaha1 in Pull Request #532
  6. Folder restructuring and semantics along with Apollo client replacement with urql by @abhisaha1 in Pull Request #555

Fixes:

  1. Fix creatives link and add feature to blacklist spam domains by @abhisaha1 in Pull Request #480
  2. Fix syntax somee -> some by @gorkemcetin in Pull Request #486
  3. Fix domain and subdomain mapping by @abhisaha1 in Pull Request #545
  4. Fix internal image upload by @abhisaha1 in Pull Request #550
  5. Fix root URL by @abhisaha1 in Pull Request #541
  6. Fix env by @shrutivtu in Pull Request #549
  7. Update Next.js to 13 in Admin app by @abhisaha1 in Pull Request #551

New Contributors

Full Changelog: https://github.com/letterpad/letterpad/compare/v4.0.1...v4.1.0

v4.0.1

1 year ago

What's Changed

Full Changelog: https://github.com/letterpad/letterpad/compare/v4.0.0...v4.0.1

v4.0.0

1 year ago

What's Changed

Features:

  • New UI. Converted all antd components to tailwind.
  • Language Tool has been replaced with Grammarly.
  • Now you can delete your account.
  • Enhanced onboarding experience.
  • Remove Umami Analytics. This has been replaced with Script Injection(Settings => Integration => Scripts. You can add analytics of your choice.
  • Add Creatives which is a way to create a custom photostory.
  • Letterpad is now a monorepo - uses turborepo.
  • Letterpad now has SDK package - https://www.npmjs.com/package/letterpad-sdk
  • Added package UI to develop common UI's between admin and client.
  • Added package config to handle common configurations between admin and client.

Enhancements

  • Better Image selection and resizing.
  • Added sitemaps and feed.xml for better crawling.
  • Enhanced Links. Now you open links in new window.

Bugfixes

  • Fixed word highlight and codeblocks
  • Fixed image resizing
  • Admin and Client unification for reading/writing posts

Below are all the PR's for the above changes.

Full Changelog: https://github.com/letterpad/letterpad/compare/v3.2.1...v4.0.0

v3.2.1

1 year ago

What's Changed

Full Changelog: https://github.com/letterpad/letterpad/compare/v3.2.0...v3.2.1

v3.2.0

1 year ago

What's Changed

Full Changelog: https://github.com/letterpad/letterpad/compare/v3.1.0...v3.2.0

v3.1.0

2 years ago

Core Changes for End Users

  • Introduces Page Layout. Now you can choose between magazine style or list style. Available in Settings.
  • Default Static pages for tags and About me. Available in Settings.
  • Improved UX in publishing posts.
  • Integrate with different analytics.
  • Redesigned theme.
  • Lots of bug-fixes and performance improvements.

What's Changed

Bug fixes

Full Changelog: https://github.com/letterpad/letterpad/compare/v3.0.0...v3.1.0

v3.0.0

2 years ago

It has been a lot of work to prepare for this release. It was important for us to rethink the roadmap of Letterpad and question its existence. Maintaining the project has a cost and we have been able to bear the expenses only because of our passion. We did not publicly release version v2.0.0 as we didn't have much users to publicly announce this but we kept the versioning with package.json. However, the project has changed a lot over the time and we are happy to announce v3.0.0.

Major Changes

  • 📣 Letterpad is now a Platform.
  • 💅 Redesigned Dashboard and made it more snappy.
  • 🎉 Moved away from SlateJS as we were unable to keep the editor up to date with Slate's breaking changes. We also built an Editor on top of DraftJS but we felt it was not too performant. We went ahead with TinyMCE and this has proved to be much much better than the formers in terms of ease of development and performance and community support.
  • 😎 Added Language Tool to check grammar of your post content, thereby providing better suggestions.
  • 🎉 Moved away from Sequelize and added Prisma
  • 🎉 Login with Google and Github
  • 🎉 Lots of bug fixes

What's Changed

Full Changelog: https://github.com/letterpad/letterpad/commits/v3.0.0

v1.5.0

4 years ago
  • Added Typescript
  • Simplified Navigation for admin panel
  • Added filters to search for admin panel
  • updated apollo client
  • router prop is more consistant
  • Graphql queries should not contain verbs. instead of getPosts, use posts
  • Removed few hoc in favour of quering the component with appoloClient
  • Fixed router prop in admin
  • standard pagination count from config for admin posts
  • Admin posts filters - pagination fix
  • Fixed admin delete/update posts
  • Fixed select component for dropdowns
  • Added decorator for the route
  • Building themes are much more easier
  • Integration with Cloudinary and Mail subcription providers
  • Integration with unsplash

v1.4.0

4 years ago
  • Generates static files.
  • removed old dependencies
  • added security to static endpoints.
  • Can preview static site from admin panel
  • fixed date string. no more parseInt
  • fixed admin search
  • Fix home draft creation
  • Upgraded react-apollo
  • Fixed multi image upload
  • Upgraded react to 19
  • Upgraded react-select for dropdowns
  • Upgraded dependencies
  • Simplified file upload logic. Replaced multer with express-fileupload
  • Reorgnaized folders. Now we will have a dist folder after build which will run in production. Replaced few root folders under src folder.
  • Simplified sidebar
  • Fixed taxonomy
  • Changed color scheme for dark theme