Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

67 lines (39 loc) · 2.02 KB

Changelog

All notable changes to Inline Chart will be documented in this file

1.1.1 - 2024-09-19

What's Changed

  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #4
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #5
  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #6
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #7
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #8

New Contributors

  • @dependabot made their first contribution in #4

Full Changelog: https://github.com/lara-zeus/inline-chart/compare/1.1.0...1.1.1

1.1.0 - 2024-02-07

What's Changed

  • fix chart width and height by @atmonshi in #3

changing the maxWidth and maxHeight:

the usage will be:

\LaraZeus\InlineChart\Tables\Columns\InlineChart::make('last activities')
    ->chart(MiniChart::class)
    ->maxWidth(350)// int, default 200
    ->maxHeight(90)// int, default 50
    ->description('description')
    ->toggleable(),

Full Changelog: https://github.com/lara-zeus/inline-chart/compare/1.0.2...1.1.0

1.0.2 - 2024-02-06

What's Changed

  • fix firefox bug by @atmonshi in #2

Full Changelog: https://github.com/lara-zeus/inline-chart/compare/1.0.1...1.0.2

1.0.1 - 2024-01-31

What's Changed

  • fix reactive column and UI by @atmonshi in #1

New Contributors

  • @atmonshi made their first contribution in #1

Full Changelog: https://github.com/lara-zeus/inline-chart/compare/1.0.0...1.0.1

1.0.0 - 2024-01-19

What's Changed

  • initial release