Skip to content

Latest commit

 

History

History
176 lines (103 loc) · 7.21 KB

CHANGELOG.md

File metadata and controls

176 lines (103 loc) · 7.21 KB

Documentation of the changes

2.0.6 - 2024-11-16

What's Changed

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments/compare/2.0.5...2.0.6

2.0.4 - 2024-10-22

What's Changed

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments/compare/2.0.3...2.0.4

2.0.3 - 2024-10-01

What's Changed

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments/compare/2.0.2...2.0.3

2.0.2 - 2024-10-01

What's Changed

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments/compare/2.0.1...2.0.2

2.0.1 - 2024-09-24

What's Changed

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments/compare/2.0.0...2.0.1

1.5.2 - 2024-09-24

What's Changed

  • Fix: v2 upgrade command related issues.

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments/compare/1.5.1...1.5.2

1.5.1 - 2024-09-23

What's Changed

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments/compare/1.5.0...1.5.1

1.5.0 - 2024-09-21

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments/compare/1.4.5...1.5.0

1.4.5 - 2024-09-10

What's Changed

  • [v1] Fix: Quill editor not working after disabling toolbar #26 from #204d0e8

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments/compare/1.4.4...1.4.5

1.4.4 - 2024-09-02

What's Changed

Full Changelog: https://github.com/Lakshan-Madushanka/laravel-comments/compare/1.4.3...1.4.4

1.4.3 - 2024-08-29

1.4.2 - 2024-08-22

1.4.1 - 2024-08-22

1.4.0 - 2024-08-20

1.3.1 - 2024-08-17

  • Queries bind to the AbstractQueries 6caeaa6
  • Fix reply filters not highlighting correctly 00cd27d
  • Fix editor not clearing after reply is created f063502
  • Fix comment filters not highlighting correctly 0d0f5b2
  • Full Changelog

1.3.0 - 2024-08-09

  • Feature: Add a new theme and allow users to choose their preferred one.
  • Update Livewire requirement to ^3.5
  • Fix GitHub workflows
  • Fix tests failing due to lazy loading components.
  • Full Changelog

1.2.0 - 2024-08-08

  • Enhance page loading speed by making livewire components load lazily.
  • Full Changelog

1.1.0 - 2024-07-31

  • Add a feature to enable display of a confirmation dialog before visiting a link.
  • Fix the issue with the reply-created event not working.
  • Full Changelog

1.0.2 - 2024-07-31

  • UI/UX improvement

  • Following renaming

    • src/Model.php -> src/ModelResolver.php
    • src/Model.php -> src/ModelResolver.php
  • Fix commenter model example by @phpfour in Lakshan-Madushanka#10 and address some other bugs in README.md.

New Contributors

1.0.1 - 2024-07-11

1.0.0 - 2024-07-10

First Stable Release

3.0.0-beta - 2024-06-26

  • Introduce CommentableContract and CommenterContract interfaces for more type supports.
  • Minimize n+1 issues.
  • Make user name and email columns configurable.
  • Bump braces from 3.0.2 to 3.0.3 by @dependabot in #4
  • Apply fixes from StyleCI in #5
  • Fix issues reported by larastan.
  • Full Changelog

2.0.0-beta - 2024-06-23

1.0.0-beta - 2024-06-15

  • Beta release