Skip to content

Releases: nuclei/page-sections

Added activateSection and deactivateSection event to page-sections container

30 Jun 06:49
Compare
Choose a tag to compare

Added next, previous and goTo methods to the page-sections container

30 Jun 06:47
Compare
Choose a tag to compare

Added three new methods to the page-sections container element:

  • next to move to the next page-section
  • previous to move to the previous page-section
  • goTo to move to the page-section with the specified name attribute

Bugfix to allow margins on page-sections

19 Jun 16:18
Compare
Choose a tag to compare

width: 100% was replace with align-self: auto on <page-section> elements

Bugfixes for polyfill

13 Jun 15:36
Compare
Choose a tag to compare
v0.5.0

0.5.0

Bugfixes & minwidth

22 Oct 06:07
Compare
Choose a tag to compare
v0.4.2

add position:relative to section

Adding custom properties for height and width.

Docs fixed & features

02 Sep 06:48
Compare
Choose a tag to compare
  • Docs now explain all features

  • maxwidth added

  • fullscreen added

  • centered added

  • src was removed

Simplify css and remove need for "flexible"

23 Feb 09:32
Compare
Choose a tag to compare

Update to new v1 Web components polyfill

22 Feb 07:44
Compare
Choose a tag to compare

Make sure to load the new polyfill, as applyStyle was changed to styleElement and will give you an error, if you use an old v1 Polyfill.

Fix initial active state of section-container

27 Jan 00:23
Compare
Choose a tag to compare