Skip to content

Releases: rapid-build-ui/rb-modal

v0.0.11

16 Jul 07:33
Compare
Choose a tag to compare

Dependencies

  • bump: deps base v0.0.12 and rb-button v0.0.19 (77f3e60)

v0.0.10

12 Jul 12:33
Compare
Choose a tag to compare

Dependencies

  • bump: dep base v0.0.11

v0.0.9

05 Jul 22:28
Compare
Choose a tag to compare

Features

  • version: add to component properties accessible via this.version (50c6350)

Dependencies

  • bump: deps rb-base v0.0.10 and rb-button v0.0.17 (1c52479)

v0.0.8

09 May 11:54
Compare
Choose a tag to compare

Dependencies

  • bump: deps rb-base v0.0.9 and rb-button v0.0.16 (ceea87b)

BREAKING CHANGES

To migrate the code follow the examples below:

  1. api backdrop option: change no-backdrop to backdrop (072f4e8)

    Before:
    no-backdrop

    Now:
    backdrop=false

  2. api closable option: change unclosable to closable (aa96629)

    Before:
    unclosable

    Now:
    closable=false

  3. api open option: change show to open to be consistent with other components (8fedbed)

    Before:
    show=true

    Now:
    open=true

v0.0.7

05 Mar 09:33
Compare
Choose a tag to compare

Dependencies

  • bump: deps rb-base v0.0.8 and rb-button v0.0.15 (647ec0e)

v0.0.6

25 Feb 01:04
Compare
Choose a tag to compare

Dependencies

  • bump deps: (ee9c539)
    • rb-base to v0.0.7
    • rb-button to v0.0.14

v0.0.5

05 Dec 05:43
Compare
Choose a tag to compare

Features

  • event: emit event show-changed when show changes (e048d2c)
  • hidden attribute: display style that respects the hidden attribute (abe60af)
  • new api option: no-backdrop (a7e6be9)
  • scrolling: scroll body when modal is taller than viewport (4ce51d6)
  • slots: only display slots if they are provided (e95cf82)

Performance Improvements

  • css: improve browser performance by adding css contain property (131af98)

Dependencies

  • bump: deps rb-base v0.0.6 and rb-button v0.0.13 (8827a7b)

v0.0.4

13 Nov 06:01
Compare
Choose a tag to compare

Features

  • responsive: add left and right bumpers when screen is less then 560px (f22e32b)

Dependencies

  • bump: deps rb-base v0.0.5 and rb-button v0.0.12 (be04142)

v0.0.3

26 Sep 03:11
Compare
Choose a tag to compare

Features

  • header and footer: make editable (0d7034f)

Dependencies

  • bump: deps rb-base v0.0.4 and rb-button v0.0.11 (138cc6a)

v0.0.2

14 Sep 08:01
Compare
Choose a tag to compare

Bug Fixes

  • mobile: close modal when clicking on the backdrop via touchstart event (8c7a3f9)

Features

  • close modal: when clicking anywhere but the modal (31ffa78)
  • new option: add unclosable api option (889c362)

Dependency Updates

  • bump deps: (95e1270)
    • rb-base to v0.0.3
    • rb-button to v0.0.10