Skip to content

Latest commit

 

History

History
580 lines (415 loc) · 38.4 KB

CHANGELOG.md

File metadata and controls

580 lines (415 loc) · 38.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Generated by auto-changelog.

Merged

  • fix: change reload call #51

Commits

4.3.1 - 2024-03-20

Merged

  • Fix: Use Nova Helper Function for Resource URL Generation #40

Commits

  • Bump version to 4.3.1 9145de9
  • [Chore] Update workflows 1e5d3a6
  • fix: use nova function to create resource url 4e80cdb
  • [Chore] Update release drafter config 4332735
  • [Chore] Update workflows 6103587

4.3.0 - 2023-08-28

Merged

  • [Feature] Remove lens functionality #35
  • [Fix] Add missing routing functionality #34
  • Bump eslint-config-prettier from 8.10.0 to 9.0.0 #31
  • Bump prettier from 2.8.8 to 3.0.1 #32

Fixed

  • [Fix] Add missing routing functionality #33

Commits

4.2.0 - 2023-05-10

Merged

  • Nova.$emit events #28

Commits

  • Bump version to 4.2.0 b256204
  • Finish Nova.$emit implementation aa598f5

4.1.1 - 2023-03-01

Fixed

  • [Fix] Use correct checks #27

Commits

4.1.0 - 2023-02-28

Merged

  • FormField NovaButton no longer breaks form #26

Commits

4.0.1 - 2023-02-22

Commits

4.0.0 - 2022-12-28

Commits

  • Bump version to 4.0.0 14174b5
  • Build prod 4ccaaea
  • Formatting 05b26a6
  • Update readme 2d6a5e6
  • Replace old $router calls with new $inertia calls a95a10a
  • Show toast after confirming modal daaff26
  • Fix modal eb24a2f
  • Allow confirm button text to be separately set 70d40b7
  • Change ‘grey’ to ‘gray’ to be in line with tailwind 18ca187
  • Use new tailwind classes 1446afe
  • Update scripts and dependencies 53e4761

3.3.0 - 2023-08-29

Merged

  • [Feature] Remove lens functionality #37
  • [Fix] Add missing routing functionality #36

Commits

  • Bump version to 3.3.0 831b1cc
  • [Chore] Update release drafter config 77ff295
  • [Chore] Fix styling e44c173
  • [Chore] Update workflows 8597162
  • Slugify the button key fallback value ddfd3fb
  • [Chore] Update readme c9b890b

3.2.2 - 2023-02-22

Commits

  • Bump version to 3.2.2 1fe11df
  • [Chore] Update actions/checkout to v3 a474938

3.2.1 - 2023-02-22

Commits

3.2.0 - 2022-12-28

Commits

3.1.1 - 2022-11-09

Merged

  • Bugfix/lodash isempty fix #23

Commits

  • Bump version to 3.1.1 a2df10a
  • Build prod b886dae
  • Extend lodash's isEmpty funciton to work with numbers 50c002d

3.1.0 - 2022-11-09

Merged

  • Handle field abstraction well in form field #22

Commits

  • Bump version to 3.1.0 fb6b753
  • Build field 2ef7f98
  • Build prod 7d06915
  • Code style fixes ed5ee91
  • Add default fillCallback to avoid interfering with the model update process fd298f8
  • Add FormField and HandlesValidationErros mixins to FormField component 5aaf325

3.0.2 - 2022-10-05

Commits

  • Bump version to 3.0.2 ce710c5
  • Remove version from composer.json 7c4f029

3.0.1 - 2022-10-03

Merged

  • Bugfix/missing button types #20

Commits

  • codestyle fixes d038c19
  • Add type attributes to the buttons to avoid default submit 302a19d

3.0.0 - 2022-06-14

Merged

  • Bump eslint-plugin-vue from 8.7.1 to 9.0.1 #16

Fixed

  • Allow for empty resource in ButtonClick event #17

Commits

2.1.1 - 2022-03-28

Commits

  • Bump version to 2.1.1 59e3599
  • Make composer dependencies versions more strict 8dc8be5
  • Change token c606fbf
  • Fix release-drafter config 3de6e7a
  • Add “vue-loader” to dependabot ignores 43c156b
  • Add release-drafter workflow and update its config 9a3179a
  • Add “vue” to dependabot’s ignores 218a91b

2.1.0 - 2022-02-22

Merged

  • accept laravel v9 #14
  • Bump eslint-config-prettier from 8.3.0 to 8.4.0 #13
  • Bump vue-loader from 16.8.3 to 17.0.0 #12
  • Bump eslint-config-prettier from 6.15.0 to 8.3.0 #11
  • Bump follow-redirects from 1.14.7 to 1.14.8 #1

Commits

  • Bump version to 2.1.0 745da00
  • Remove composer.lock from repo cf10fbf
  • Lower versions of “vue” and “vue-loader” ee9f2c6
  • Try fix for pipelines 1c34d47
  • [Try] Remove quotes af91fcf
  • [Try] Fix for prettier workflow 5ddaee0
  • [Fix] Prettier workflow config 197496b
  • [Fix] Workflow config 6d1c79e
  • Add workflows for PHP and JS styling 87bd54e
  • Add php-cs-fixer ab67ee3
  • Update npm package versions a244d11
  • Add config for dependabot and release-drafter 99d1ff6

2.0.0 - 2022-02-06

Merged

  • Add missing button router documentation #58
  • Display the Button on Create and Update forms #59 #72
  • Bump ini from 1.3.5 to 1.3.8 #77
  • Bump axios from 0.20.0 to 0.21.1 #78
  • Bump elliptic from 6.5.3 to 6.5.4 #80
  • Bump y18n from 4.0.0 to 4.0.1 #82
  • Bump ssri from 6.0.1 to 6.0.2 #83
  • Bump url-parse from 1.4.7 to 1.5.1 #85
  • Bump lodash from 4.17.20 to 4.17.21 #86

Fixed

  • Add explanation for display on create and update views #59
  • Add functionality to disable button #92
  • Move if check to portal element #75
  • Check if all variables are set before making request #91

Commits

1.0.11 - 2020-09-16

Merged

  • Add Dusk selector to the component #62
  • Bump acorn from 6.4.0 to 6.4.1 #64
  • Bump websocket-extensions from 0.1.3 to 0.1.4 #68
  • Bump lodash from 4.17.15 to 4.17.19 #69
  • Bump elliptic from 6.5.2 to 6.5.3 #70
  • Bump http-proxy from 1.18.0 to 1.18.1 #71

Commits

1.0.10 - 2020-01-12

Merged

  • Issue 53 #56
  • #54 title tooltip #55
  • Fix typo #49

Fixed

  • Add attribute - closes #53 #53

Commits

1.0.9 - 2019-09-06

Merged

  • Changed array_* and str_* helpers for their classes counterpart #45

Commits

  • Changed array_* and str_* helpers for their classes counterpart because 016426f

1.0.8 - 2019-09-03

Merged

  • Translatable «Confirmation» #44

Commits

1.0.7 - 2019-08-22

Fixed

  • Change to form tag for mobile - closes #39 #39

Commits

1.0.6 - 2019-08-18

Merged

  • Navigate after triggering events #38

Commits

  • Add withParams for viaRelationship etc support 2f22dca
  • Apply styleci fixes 649753a
  • Create LICENSE 4b33f43
  • ADDED - custom params to route 9ab54c8

1.0.5 - 2019-04-18

Fixed

  • nowrap fixes #20 #20
  • prevent double click - closes #25 #25

Commits

1.0.4 - 2019-02-19

Merged

  • Added withFilters method #16

Commits

  • remove trailing slash bf72680
  • Added withFilters method. Fixed getting resource uriKey. e2d2457

1.0.3 - 2019-02-03

Commits

1.0.2 - 2019-01-29

Commits

1.0.1 - 2019-01-22

Commits

1.0 - 2019-01-15

Merged

  • Fixed an issue with the readme.md file #2

Fixed

  • add index visibility closes #6 #6

Commits

0.0.4 - 2019-01-12

Commits

0.0.3 - 2019-01-12

Commits

v0.0.2 - 2019-01-07

Commits

v0.0.1 - 2019-01-06

Commits