Skip to content

Releases: Justintime50/pineapple

v3.2.3

09 May 04:19
Compare
Choose a tag to compare
  • Generalizes the pa-carousel-item-full child classes by removing the repeated code under every :nth-child() class and instead use a single pa-carousel-item-full class definition

v3.2.2

09 May 04:04
Compare
Choose a tag to compare
  • Moves fallback images of pa-carousel-item-full to the playground where they were meant to be instead of being included in the actual library, users will need to continue to provide their own images for carousels

v3.2.1

26 Apr 22:23
Compare
Choose a tag to compare
  • Recompiles project using newer SCSS styles and linting rules, no impact is expected

v3.2.0

25 Nov 05:31
Compare
Choose a tag to compare
  • Release library on Packagist (for use with Composer)
  • Uses new Justintime50 styles package

v3.1.1

04 Sep 02:36
Compare
Choose a tag to compare
  • Fixes an error thrown in the console when there is no .navbar class when attempting to setup smooth scrolling (closes #18)

v3.1.0

22 Jun 05:36
Compare
Choose a tag to compare
  • Adds new styles to structure your pages faster:
    • display-none
    • inline-block
    • padding-0
    • margin-0
    • flex-container
    • flex-center-container

v3.0.0

14 Mar 04:51
Compare
Choose a tag to compare
  • Completely rewrites the entire Javascript library to use Vanilla JS instead of relying on jQuery. This change makes Pineapple compatible with Bootstrap 5 without pulling jQuery back in as a dependency to your projects
  • Ajax calls no longer require standalone JS calls but are instead now inline onclick calls to the elements that trigger them. See the updated documentation for details on how to use the update Ajax syntax
  • Fixes an error printed to console in the browser due to using the export keyword without checking if the library was being used in Node or the browser
  • Fixes a few CSS issues related to buttons making them more compatible with Bootstrap's buttons
  • Modernized the Waterfall template
  • Moves the flexbox CSS from .pa-banner-text to .pa-banner to encapsulate everything in the banner container and not just text
  • Swaps the deprecated node-sass for the sass dev dependency, recompiles the entire library
  • Various additional bug fixes and enhancements
  • Compatible with Bootrap ^4 || ^5

v2.3.0

13 Aug 05:58
28a1ef0
Compare
Choose a tag to compare
  • Re-introduced the Ajax functionality to the library which allows you to make Ajax requests (eg: dynamically replacing content on a page without reloading it)
  • Reworked the playground to use a Dockerfile

v2.2.1

30 Jul 05:26
Compare
Choose a tag to compare
  • Fixed a bug where pa-banner-darken was pinned to the top of the page regardless of where the actual pa-banner and content were. This now also allows for multiple uses of pa-banner-darken on the same page

v2.2.0

28 Jul 16:47
9161b04
Compare
Choose a tag to compare
  • Exports the pineapple module so that this library can be used with webpack
  • Adds a persistent header comment to CSS and JS files that displays the library name, version, and link (closes #9)