Skip to content

Latest commit

 

History

History
203 lines (114 loc) · 9.76 KB

File metadata and controls

203 lines (114 loc) · 9.76 KB

1.11.9 (2024-07-17)

Documentation Changes
  • update documentation for store. (adec9381)
New Features
  • add store element configuration (44dda506)

1.11.8 (2024-07-05)

Documentation Changes
  • add information about singleShow (3159227b)
New Features
  • add 'singleShow' to configuration (10bbbd17)
Tests
  • add 'singleShow' configuration (958b0851)

1.11.7 (2024-06-10)

New Features

1.11.6 (2024-05-30)

Bug Fixes
  • saving the modal instance only after complete refModal. (c89d93a3)

1.11.5 (2024-05-30)

Bug Fixes
  • move document ref to modalContainer ref. (e89627b1)

1.11.4 (2024-05-29)

1.11.3 (2024-05-29)

New Features

1.11.2 (2024-05-20)

Documentation Changes
New Features
  • add draggable options for openModal, pushModal (c0da574a)
Other Changes

1.11.1 (2024-03-02)

Documentation Changes
  • Updated main documentation pages. (31364401)
  • update Docs, add tag to transition-group. Add SEO test page. (4c649bde)
Bug Fixes
  • update github-action vue version (7a79ea21)

1.11.0 (2024-02-02)

Documentation Changes
  • update information about prompt-modal, add info about ondestroy (12c80958)
  • add information about sidebar modal. (b13ea221)
New Features
  • add isPrompted semaphore (ab57be9d)
  • add new event listener ondestroy. (c4644a78)
  • add onclose handler for prompt-modal. Add new test. (7d38470e)
  • update event handler, #103 (7e5ced6a)
Other Changes
Tests

1.10.2 (2023-11-14)

Breaking Changes
  • rename disableInitializationCheck to skipInitCheck (e627df4c)
Documentation Changes
  • update information about Modal Instance (4a37a79b)
  • update information about integration with vue-router (99dd8f81)
  • update documentation about config. (7a9fa239)
Other Changes
  • update vue-router integration example (7dee6339)
  • update vue-router integration example (b7d48803)

1.10.1 (2023-11-13)

New Features
  • add options disableInitializationCheck. Issue #100. (fdacb06c)

1.10.0 (2023-11-13)

Breaking Changes
  • namespaceQueue moved from ref to reactive. (37bc7852)
Documentation Changes
  • update information about methods. (135b0a19)
  • update information about open modals. (3cfca5f5)
  • add namespace example (882391e6)
  • add en version of namespace (81c76fd5)
  • add information about namespace. (365834ad)
Bug Fixes
  • add --force for vue installation. (dc2491c1)
  • update package.json with fixed version. (a7727c67)
Other Changes
Tests
  • add modal closed value and namespace. (c43aaaf5)
  • namespace testing. (90883573)

1.9.3 (2023-11-05)

Bug Fixes

1.9.2 (2023-09-17)

New Features
Bug Fixes

1.9.1 (2023-08-28)

Documentation Changes
New Features
  • move from plugin to src (25492c24)
  • add example for router-integration (af156a4a)
Other Changes

1.9.0 (2023-04-10)

Documentation Changes
  • add information about store. (51fd468a)
  • add new page-example for animation. (07dd725f)
  • update information about closing modal with route. (00e21b48)
New Features
  • update pushModal, add string name for modal component, add test (231b7356)
  • add new method getComponentFromStore, add test, add store to config.ts (1844100d)
  • add type declaration for props. Add options to prompt-modal.ts (0a2c771e)
Tests
  • add new tests for opening modal from the store. (5550c4a1)