Skip to content

Latest commit

 

History

History
354 lines (167 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

354 lines (167 loc) · 16.2 KB

Semantic Release Automated Changelog

4.1.2 (2024-12-22)

Performance Improvements

  • change master to main branch (044c1b3)
  • update node to version 22 (91365f1)

4.1.1 (2024-11-12)

Bug Fixes

  • update markdown partial pathing to consume new auro lib #84 (caf1c9c)

4.1.0 (2024-10-23)

Features

4.0.1 (2024-10-04)

Bug Fixes

  • resolve dependency issue (9f98fcf)

4.0.0 (2024-09-30)

Bug Fixes

  • popover: update styles to reconfigure trigger and box-shadow (6228987)
  • resolve minor color theming issues (f547a63)

Features

  • refactor color token structure with tier 3 tokens #63 (e9906cf)

Performance Improvements

  • refactor custom component registration config (083e22c)
  • replace hardcoded size values with design tokens (ae404c3)
  • update dependencies (8c81954)
  • update deps and add name as attribute when custom registered (100e6cc)

BREAKING CHANGES

  • trigger major release for color theme support #63

3.2.3 (2024-03-20)

Bug Fixes

  • dom: move event and private attr to new lifecycle function #69 (eb801a4)

Performance Improvements

  • deps: update dependencies (de81bee)

3.2.2 (2024-03-18)

Performance Improvements

  • update popper.js install method (6f0ebc4)

3.2.1 (2024-03-08)

Performance Improvements

  • ignores: update ignore files (1fbac91)

3.2.0 (2024-03-08)

Features

  • boundary: add boundary property for overflow (3c8d14a)
  • examples: implement example js system (1839404)
  • mouseover: improve handling of showing popover on mouseover (3e80158)

Performance Improvements

  • surge: add surge demo workflow (bc340f2)

3.1.5 (2024-02-13)

Performance Improvements

  • update auro dependencies (ae9b214)

3.1.4 (2024-02-01)

Bug Fixes

  • address accessibility linting error (dbe69c5)

Performance Improvements

  • alaskaairux ref updates (1a0ad1c)

3.1.3 (2024-01-27)

Performance Improvements

  • update index per SSR support (82f73a5)

3.1.2 (2024-01-23)

Performance Improvements

  • update core dependency reference (61d0f85)

3.1.1 (2024-01-23)

Performance Improvements

  • update package dependencies and npm config (ab922d3)

3.1.0 (2024-01-19)

Bug Fixes

  • remove unnecessary dependency (c269949)

Features

  • update SSR support capability (42ba36b)

3.0.0 (2024-01-18)

Bug Fixes

  • branch: update branch reference #57 (8e24246)
  • docs: update use case markdown punctuation (015cfd0)

Performance Improvements

  • dep: remove focus-visible support (f474fb9)
  • modernize: modernize repo and dependencies #55 (45837d8)
  • ssr: update to support ssr #54 (761af89)
  • tokens: update to use new design tokens #50 (f49c0cb)

BREAKING CHANGES

  • modernize: update namespace to @aurodesignsystem

2.3.0 (2023-12-05)

Features

Performance Improvements

  • csspart: add csspart to popover (a6e49d2)

2.2.1 (2023-06-01)

Bug Fixes

  • popper: update namespace to avoid collision #195 (06722e4)

2.2.0 (2021-08-30)

Features

  • fallback to slotted trigger when query fails #28 (cd106c2)

2.1.2 (2021-07-12)

Bug Fixes

  • styles: prevent content inheritance (55c5771)

2.1.1 (2021-07-08)

Bug Fixes

  • find trigger in another shadow root (dfeb35d)

2.1.0 (2021-05-03)

Features

2.0.0 (2021-04-16)

chore

BREAKING CHANGES

  • This update is designating a breaking change as the previous commit removed the STICKY feature, but was not tagged correctly for the major change in API support

1.6.0 (2021-04-16)

Features

  • remove sticky and change hidden SCSS (15ed409)

1.5.0 (2021-03-26)

Features

  • persist popover content on content hover (e51d8f0)

1.4.2 (2021-02-22)

Bug Fixes

  • improve placement experience between devices (81d095f)

1.4.1 (2021-02-21)

Bug Fixes

  • set max-width for popover (24c410b)

1.4.0 (2021-02-21)

Features

  • apply sticky feature by default on mobile devices (8ea278c)

1.3.1 (2021-02-12)

Bug Fixes

  • clean up document event listener (de234a0)

1.3.0 (2021-02-11)

Bug Fixes

  • renamed a variable, updated its description (756dbb4)

Features

  • added sticky functionality to auro-popover (85a2758)
  • implemented Dale's PR changes (ad51f2d)
  • in demo.me, auro-popover with a sticky attribute moved into its own block (fcabbad)
  • modified behavior of interaction events of auro-popover (9a1164d)
  • updated the Develpment section, copied some of wc-generator readme (4b7662a)

1.2.0 (2021-01-21)

Features

1.1.2 (2020-08-21)

Bug Fixes

  • adds support for shadowRoot target elements (0650c46)
  • target button (066d457)

1.1.1 (2020-08-20)

Bug Fixes

  • removing escape function to address runtime error (4040ba3)

1.1.0 (2020-08-19)

Features

1.0.2 (2020-08-18)

Bug Fixes

1.0.1 (2020-08-18)

Bug Fixes

  • update display style for popover (1f1a5e8)

1.0.0 (2020-08-18)

Bug Fixes

Features

  • add auro-hyperlink demo (1366989)
  • change role to alert (48d87c1)
  • most work for auro-popover initial commit (dd2f3e5)