Skip to content

Releases: FrontendMatter/adminplus

v1.0.0-alpha.12

13 May 04:01
Compare
Choose a tag to compare
v1.0.0-alpha.12 Pre-release
Pre-release
bump to v1.0.0-alpha.12

- decouple bootstrap-layout
- remove webpack build system
- add gulp build system
- move ./src/sass to ./sass

v1.0.0-alpha.11

29 Apr 15:47
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release

bump bootstrap-layout to v1.0.0-alpha.5

v1.0.0-alpha.10

11 Mar 17:23
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

Changes

  • bump bootstrap-layout to v1.0.0-alpha.4 (see details)

v1.0.0-alpha.9

09 Mar 15:59
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

Changes

  • update bootstrap-layout to v1.0.0-alpha.3 (see details)

v1.0.0-alpha.8

09 Mar 14:41
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

Changes

  • locked bootstrap dependency to v1.0.0-alpha.2
  • bump bootstrap-layout to v1.0.0-alpha.2 (see details)

v1.0.0-alpha.7

08 Mar 14:52
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

Breaking changes

add bootstrap-layout

  • html tags require .bootstrap-layout class
  • layouts require a main wrapper using .layout-container class (also works on body tags)
  • replace .content-wrapper with .layout-content
  • custom scrollbars (enable with data-scrollable attribute)
  • sidebar menus require .sidebar-menu class
  • sidebar submenus require .sidebar-submenu class
  • sidebar menu items require .sidebar-menu-item class
  • sidebar menu links require .sidebar-menu-button class
  • sidebar menu icons require .sidebar-menu-icon class
  • sidebar generic links require .sidebar-link class
  • sidebar generic text require .sidebar-text class
  • sidebar menu utility classes

Source changes

move to bootstrap-layout:

  • sidebar variables
  • sidebar skins
  • generic sidebar components
  • sidebar JavaScript
  • ls-top-navbar class for adding layout spacing when using .navbar-fixed-top

Other

  • move navbar skin files from src/sass/navbar to src/sass/navbar-skins
  • move navbar component files from src/sass/navbar/components to src/sass/navbar-components
  • remove margin-top from body when using navbar-fixed-top

v1.0.0-alpha.6

02 Mar 08:06
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

Changes

  • add $navbar-box-shadow variable applied when using .navbar-fixed-top
  • customize default $text-muted variable
  • add $text-muted-light variable
  • add $card-nav-link and $card-nav-link-hover variables for .card > .nav-tabs
  • apply custom style to sidebar .nav .label-default instead of .label
  • fix sidebar z-index to position the sidebar on top of .navbar-fixed-top on mobile

v1.0.0-alpha.5

29 Feb 08:33
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

Changes

  • add $zindex-sidebar variable

Fixes

  • remove border-top from first child .list-group-item when using .list-group-fit
  • fix .list-group-item.active child links text color and any child elements text color using [class*=“text-”] classes

v1.0.0-alpha.4

23 Feb 11:47
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Changes

  • update sidebar variables

Docs

  • add simple gulp workflow guide + boilerplate
  • update basic usage guide with code boilerplate, live demo and examples of HTML layouts

v1.0.0-alpha.3

20 Feb 12:22
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Fixes

  • fix margin-left for .container and .container-fluid when used as a first child navbar element