Skip to content

Latest commit

 

History

History
124 lines (75 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

124 lines (75 loc) · 2.52 KB

0.12.2 (2023/03/11)

  • Fix z-index with Bootstrap >= 5.2.1

0.12.1 (2023/03/11)

  • Publish only src/ to npm

0.12.0 (2023/03/10)

  • Fix "Error: Undefined operation "var(--bs-border-width) * 2"" with Bootstrap 5.3
  • Old browsers not tested anymore

0.11.5 (2021/04/20)

0.11.4 (2021/04/11)

  • Update npm packages, switch to Parcel 2
  • Examples with validation

0.11.3 (2021/11/26)

  • Fix "Deprecation Warning: Using / for division is deprecated and will be removed in Dart Sass 2.0.0"
  • Update npm packages

0.11.2 (2021/05/08)

  • Update npm packages
  • Bootstrap 5.0.0 (instead of 5.0.0-beta3)

0.11.1 (2021/05/07)

  • Fix label line-height

0.11.0 (2021/04/29)

  • Remove label's disabled background-color: doesn't play nice with transition
  • Smaller line-height for the label

0.10.0 (2021/04/18)

  • Switch from Bootstrap 4 to Bootstrap 5 (5.0.0-beta3)
  • Handle input-group cleanly
  • Remove old Edge hack

0.8.0 (2021/04/18)

  • Remove the input[value] hack (#9)
  • Fix Bootstrap peer dependency
  • Fix label color for disabled/readonly input & disabled select
  • Refactor example: make things more clear
  • Update npm packages

0.7.0 (2020/05/14)

  • Support for IE >= 10 :-ms-input-placeholder
  • Breaking change: rename bootstrap4-floating-label.scss to bootstrap-floating-label.scss
    • I won't have the man power to maintain Bootstrap 4 & 5

0.6.1 (2020/05/13)

  • Update demo.gif, make it retina
  • Datalist example
  • Bootstrap 4.5.0
  • TypeScript 3.9.2

0.6.0 (2020/05/12)

  • Placeholder should be grey ($input-placeholder-color) instead of black
  • Update npm packages

0.5.1 (2020/03/17)

  • Improve documentation and example
  • CI/CD with GitHub Actions
  • Update npm packages

0.5.0 (2020/01/05)

  • RTL support
  • Update npm packages

0.4.0 (2019/10/10)

  • Add .label-md and .label-lg

0.3.1 (2019/09/23)

  • v0.3.0: wrong branch published :-/

0.3.0 (2019/09/21)

  • Fix top position calculation
  • Supports form-control-sm and form-control-lg
  • More examples
  • Improve z-index usage: better with addon button under IE with slow animation
  • Upgrade npm packages

0.2.0 (2019/09/06)

  • Support select
  • Fix z-index when using addons

0.1.0 (2019/06/19)

  • Document the "space placeholder"

0.0.4 (2019/06/09)

  • Upgrade npm packages

0.0.3 (2019/03/25)

  • Improve documentation

0.0.2 (2019/03/18)

  • Fix npmjs.com demo.gif by setting a repository URL

0.0.1 (2019/03/18)

First release