Changelog
Before you update!
Backup your files and read the changelog before updating Falcon on your project. If you come across with any problems with Falcon template during the update, feel free to contact us at info@themewagon.com.
Migration
If you are customizing your project directly from pages directory, then follow the steps below:
Bring all the files from the following directories of latest Falcon and replace them to the corresponding directories to your project
-
pages/assets/css pages/assets/img-
pages/assets/js -
pages/assets/lib -
pages/assets/video
Link your CSS and JS files from your HTML if it is required
If you are using gulp based workflow, then follow the steps below:
- Update
scssdirectory - Update
js/themedirectory - Update
gulpfile.jsfile - Update
package.jsonfile - Link your
CSSandJSfiles from your HTML if it is required - Then run the following command from your project directory.
npm i && gulp
2.8.0 - Red-necked
02 November, 2020
New
- Search autocomplete dropdown
- JS:
search.js
Update
- Bootstrap to
v4.5.3 - SCSS:
_search-box.scss - SCSS:
_hover.scss - SCSS:
_icons.scss - SCSS:
_navbar.scss - SCSS: Move all variables from
_navbar-vertical.scssto_variables.scss - SCSS: Move
_full-calendar.scssto plugins directory - SCSS: Rename
_fullcalendar.scssto_full-calendar.scss - SCSS:
_full-calendar.scss - JS:
flatpickr.js - JS:
chat.js - JS:
calendar/index.js - JS:
dropdown-on-hover.js - JS: Rename
increment.jstoquantity.js - Update date picker input field placeholder.
Fix
- Today button in
calendar.html - JS files Utils import issue.
- Checkout page HTML
- Remove
tui-calendar.js - Add polyfil link to support Dropzone in Internet Explorer
2.7.3 - Eurasian hobby
30 August, 2020
New
- Page:
calendar.html - Plugin:
FullCalendarJavaScript plugin - Plugin:
day.jsJavaScript plugin - JS:
fullcalendar.js - JS:
calendar/index.js - JS:
calendar/events.js - JS:
calendar/template.js -
figmafile.md
Update
- JS:
navbar.js - JS:
owl-carousel.js - SCSS:
_flatpicker.scss -
inbox.html
Fix
- Remove cookie notice html from all pages
- Inbox filter dropdown on RTL layout
- Perfect scrollbar docs
2.7.2 - Banded kestrel
24 August, 2020
New
- Plugin:
select2-bootstrap4-themeplugin for stying Select2 plugin - JS:
js/theme/animated-progressbar.js
Update
- SCSS:
_select2.scss - Pages:
landing.html - JS:
js/theme/tinymce.js
Fix
- Update scrollbar color of Navbar Standard in landing.html
- Select2 input fields height issue
- Navbar dropdown footer border top issue
2.7.1 - Dickinson's kestrel
24 July, 2020
Fix
- Text break issue of total order card in Dashboard Alt
- Remove unused
data-countuppattribute from customers and orders cards in dashboard
2.7.0 - Fox Kestrel
15 July, 2020
New
- Navbar combo layout
- JS:
navbar-combo.js
Update
- Update navbar vertical structure
- SCSS:
_navbar-vertical.scss - SCSS:
_variables.scss - SCSS:
_navbar.scss - JS:
navbar.js - JS:
utils.js
Fix
- Long text cut off issue in navbar vertical link
- Improve navbar vertical documentation
- Dropdown issue in responsive of kanban page
- Remove
docsdirectory frompages/assets
Migration for Navbar Vertical v2.6.1 to v2.7.0
Update
- SCSS:
_navbar-vertical.scss - SCSS:
_navbar.scss - JS:
navbar.js - JS:
utils.js
HTML:
If you want to migrate to v2.7.0 you must follow the steps below.
- Wrap all of your
.navbar-collapsecontent with.navbar-vertical-content - Remove
.scrollbarand.perfect-scrollbarfrom.navbar-collapseand add those classes to the.navbar-vertical-contentelement as follows.
<nav class="navbar navbar-vertical navbar-expand-xl navbar-light">
<!-- Content-->
<div class="collapse navbar-collapse">
<div class="navbar-vertical-content scrollbar perfect-scrollbar">
<!-- Collapsible content-->
</div>
</div>
</nav>
2.6.1 - Spotted Kestrel
25 Jun, 2020
Update
- HTML:
kanban.html - SCSS:
_kanban.scss - JS:
detector.js
Fix
- Column height issue in Kanban page in iPad
2.6.0 - Greater Kestrels
22 Jun, 2020
New
- Navber Inverted in Navbar Vertical
- Navbar Vibrant in Navbar Vertical
- Navbar Card in Navbar Vertical
- JS:
file-input.js -
.npmrc
Update
- chart.js
v2.9.2tov2.9.3 - leaflet.js
v1.6.0tov1.3.4for peer dependency warning - datatables.net-bs4
v1.10.20tov1.10.21 - datatables.net-responsive
v2.2.3tov2.2.5 - datatables.net-responsive-bs4
v2.2.3tov2.2.5 - dropzone
v5.5.1tov5.7.0 - emojionearea
v3.4.1tov3.4.2 - jquery-validation
v1.19.1tov1.19.2 - jquery.mb.ytplayer
v3.2.10tov3.3.1 - lottie-web
v5.5.10tov5.6.10 - perfect-scrollbar
v1.4.0tov1.5.0 - plyr
v3.5.6tov3.6.2 - popper.js
v1.16.0tov1.16.1 - prismjs
v1.17.1tov1.20.0 - select2
v4.0.11tov4.0.13 - stickyfilljs
v2.0.3tov2.1.0 - tinymce
v5.1.1tov5.3.1 - Update all Dep Dependencies
- Video playr in
feed.html - SCSS: Convert
pxtorem - Replace presets
envwith@babel/preset-envingulpfile.js - JS:
navbar.js - JS:
tooltip.js - JS:
draggable.js - JS:
stickykit.js - SCSS:
theme/_variables.scss - SCSS:
dark/_variables.scss - SCSS:
_navbar-vertical.scss - SCSS:
_navbar-vertical.scss - SCSS:
_override.scss - SCSS:
_buttons.scss - SCSS:
_dropdowns.scss
Fix
- Show file name on Custom file input
- Hide Navbar top shadow on Navbar vertical scroll
- Depricated warning
- Hide npm warning
- Form validation in Wizard when any step has no form
- Tooltip issue
- Navbar Top width on window resize
- Kanban page container scroll while dragging
- Navbar top shaking while resizing in Safari
2.5.0 - Laughing
21 May, 2020
New
- Cookie Notice
- Page:
kanban.html -
draggable.jsJavaScript Plugin - Component:
cookie-notice.html - JS:
notice.js - JS:
kanban.js - JS:
draggable.js - SCSS:
_notice.scss - SCSS:
_kanban.scss - SCSS:
dark/_user.scss - SCSS:
dark/_user-variables.scss
Update
- Bootstrap
v4.4.1tov4.5.0 - jQuery
v3.4.1tov3.5.1 - progressbar.js
v1.0.1tov1.1.0 - FontAwesome
v5.11.2tov5.13.0 - SCSS:
dark/_override.scss - SCSS:
theme/utilities/_borders.scss - SCSS:
theme/utilities/_hover.scss - SCSS:
theme/_dropdown.scss - SCSS:
theme/_browser-support.scss - SCSS:
theme/_dropdown.scss - SCSS:
theme/_mixed.scss - SCSS:
theme/_text.scss - SCSS:
theme/_modal.scss - SCSS:
theme/_functions.scss - JS:
Utils.js - JS:
detector.js - JS:
modals.js - JS:
progress.js -
.gitignore - Add polyfill link for
progressbar.jsin Dashboard alt and Progressbar component
Fix
- Page:
layouts/RTL.html - Page:
layouts/fluid.html
2.4.1 - Sooty
28 March, 2020
Update
- Navbar top right icons
- Page:
dashboard.html - Scss:
_navbar-top.scss - Scss:
_animations.scss
Fix
- Navbar top settings icon animation
2.4.0 - Chipping
24 March, 2020
New
- Page:
widgets.html - Component:
Navbar Top - Component:
Sidepanel - Dropdown On Hover
- Js:
dropdown-on-hover.js - Js:
modal.js - Scss:
_animations.scss - Scss:
_modal.scss
Update
- Js:
demo-mode.js - Authentication:
wizard.html - components:
dropdowns.html - Scss:
_variables.scss - Scss:
_buttons.scss - Scss:
_navbar-vertical.scss - Scss:
_navbar.scss - Scss:
_navbar-top.scss - Scss:
_plyr.scss - Scss:
_functions.scss - Scss:
_scrollbar.scss - Scss:
_buttons.scss - Scss:
_override.scss - Scss:
_form.scss - Scss:
_mixed.scss - Scss:
utilities/_background.scss - Scss:
utilities/_text.scss - Scss:
data-table.scss - Scss:
_search-box.scss - Js:
leaflet.js - Js:
demo-mode.js - Js:
detector.js
Fix
- Search box text alignment in Safari
- Fix HP logo in Safari in
profile.html - Remove
SCSSdeprecation warning from console.
2.3.2 - Nankeen Kestrel
9 February, 2020
Update
- Js:
navbar.js - Plugins:
leaflet.html
Fix
- Navbar Vertical collapse issue on hover
2.3.1 - Common Kestrel
3 February, 2020
Update
- Js:
dropdown-menu.js - Js: gulpfile.js
- Js: leaflet.js
- Leaflet map markers
Fix
- Dropdown menu in
table-responsive
2.3.0 - Lesser Kestrel
26 January, 2020
New
- Js:
config.navbar-vertical.js - Navbar vertical collapsed
- Component:
navbar-vertical.html
Update
- Js:
navbar.js - Js: Rename
config.jstoconfig.dark-mode.js - Scss:
_navbar-vertical.scss - Scss:
_buttons.scss - Scss:
_override.scss - Scss:
_navbar.scss -
gulpfile.js - Navbar toggler in responsive
Fix
-
leaflet.jsworld mapmin-heightin responsive - Text color of
btn-lightdisabled button in dark mode
2.2.0 - Laggar
05 January, 2020
New
- Js:
leaflet.jsJavaScript Plugin - Js:
leaflet-markercluster.jsJavascript Plugin - Js:
leaflet.tilelayer.colorfilter.jsJavascript Plugin
Update
- Js:
config.js - Js:
demo-mode.js - Replace
Echart World MapwithLeafletinDashboard - Built
echarts.min.jsfromEcharts Online Builder
2.1.0 - Barbary
10 December, 2019
New
- Page: Wizard in authentication
- Plugin:
Twitter Bootstrap WizardjQuery plugin - Plugin:
Jquery ValidationjQuery Plugin - Plugin:
DropzoneJavaScript Plugin - Plugin:
LottieJavaScript Plugin - Js: Added
select2.js
Update
- Bootstrap
v4.4.1 - Bootstrap spinner animation
- disabled
:hoverstate of button in Dark Mode -
Event Createpage withDropzone - Scss:
_borders.scss - Js:
flatpickr.js
2.0.0 - Black
07 November, 2019
New
- Dark Theme
- Plugin: Added
Perfect ScrollbarjavaScript plugin - Css:
theme-dark.css - Css:
theme-dark-rtl.css - Sss:
dark.cssinassets/lib/flatpicker - Scss:
theme-dark.scss - Scss:
dark/_variables.scss - Scss:
dark/_override.scss - Scss: Add
scssdirectory inpages/assets/select2 - Js:
config.js - Js:
demo-mode.js - Plugin:
Perfect ScrollbarforIEandEdge
Fix
- Fix dashboard table dropdown in IPad
Update
- Scss:
plugins/_emojionearea.scss - Scss:
plugins/_flatpicker.scss - Scss:
plugins/_toastr.scss - Scss:
plugins/_select2.scss - Scss:
plugins/_tinymce.scss - Js:
Utils.js - Js:
detector.js - Js:
chart.js - Js:
chat.js - Js:
dropdown-menu.js - Update Smooth Scroollbar with default scrollbar in
chat.js - Update default scrollbar with css styled scrollbar in Navbar Vertical
1.9.0 - Bat
16 October, 2019
New
- Page: Dashboard Alt
- Component: Accordion
- Plugin: Added
Echarts.jsjavaScript plugin - Plugin: Added
LodashjavaScript plugin - Scss: Added
_table.scss - Scss: Added
_echarts.scss - Scss: Added
_dashboard_alt.scss - Added background soft color varient
Fix
- Fix product slide on Ecommerce
Update
- Scss: Update
_data-table.scss - Scss: Update
_navbar-top.scss - Scss: Update
_variables.scss - Scss: Update
_toastr.scss - Scss: Remove
_overflow.scss - Js: Update
data-tableintheme.js - Js: Update
chartintheme.js - Js: Update
Utilsintheme.js - Add autoprefixer configuration in
package.json - Update autoprefixer configuration in
gulpfile.js - Component: Update Dropdown page
- Plugin: Update Data Table Page
- Replace Semantic Accordion with Bootstrap Accordion in
pricing.html - Remove
FlexsliderjQuery plugin - Remove
RemodaljQuery plugin - Remove
Semantic Accordionjquery plugin
1.8.2 - Brown
19 September, 2019
Fix
- Fix table dashboard dropdown menu in iPad and iPhone
1.8.1 - Taita
21 August, 2019
Update
- Update basic authentication pages
- Update Lock Screen page of basic layout
1.8.0 - Amur
1 August, 2019
New
- Added cover layout of all authentication pages
- Added card layout of all authentication pages
- Modal layout example of authentication page
Update
- Update dashboard table with Data Table plugin
- Update Customers and Orders page in e-commerce
- Add collapse in Intro section of Profile page
- Update Associations page
- Update Inbox page in Email
1.7.0 - Eleonora's
2 July, 2019
Fix
- Dashboard table dropdown issue in Firefox
New
- Page: Chat
- Plugin: Added
EmojioneareajQuery Emoji Picker plugin - Plugin:
Smooth ScrollbarJavaScript plugin
1.6.0 - Merlin
18 May, 2019
New
- Page: Product List
- Page: Product Grid
- Page: Product Details
- Page: Orders
- Page: Order Details
- Page: Customers
- Page: Shopping Cart
- Page: Checkout
- Plugin: Added
RatyjQuery Star rating plugin
Update
- Update Billing page
- Rename Checkout page to Billing
1.5.1 - Peregrine
10 April, 2019
New
- Component: Spinner page
- Utilities: Clearfix, Close Icon, Display, Embed, Figures, Flex, Stretched link, Vertical align and Visibility
- Plugin:
is.js
1.5.0 - Prairie
01 April, 2019
New
- Page: Inbox
- Page: Details
- Page: Compose
- Added bulk select
- Added
Tinymceeditor
Update
- Dropdown toggle icon in vertical navbar
- Vertical Navbar breakpoint
- Plugin page in documentation
- Removed
Feather Icon
1.4.0 - Saker
01 March, 2019
New
- Accordion like behaviour in Sidebar
- Added
README.md
1.3.1 - Lanner
19 February, 2019
Fix
- Top navbar flickering on safari
- Feed icons' thickness
- Fancytab content overflow
- Minor bugs
New
- Spacing, Sizing, and Borders pages under Components
Update
- Bootstrap version
v4.2.1tov4.3.1 - Included a README file in the root folder with instructions on how to find the documentation.
- Documentation for
utilitiesandgrid
1.3.0 - Aplomado
9 February, 2019
Fix
-
W3CMarkup Validation - Removed smart checkbox plugin
- Removed autocomplete plugin
- Data table layout for every screen size
- RTL page link
- Landing page layout
- Top navbar (landing page) scroll issue in smaller device
- Megamenu and dropdown in standard navbar responsiveness
- Testimonial nav in landing page for mobile devices
- The position of
tooltipandpopoverin mobile devices - Breakdown
SCSSandJSfiles. - Commented documentation in
gulpfile.js - Top navbar sticky issue in IE
- Other minor bugs
New
- Component: Falcon button set
- Real-time
BarChartin the dashboard - Plugin:
jqvmap - Page: Customer details
Update
- Dependencies
- Documentation
- Added more widgets in the dashboard
- Bootstrap button
:hoverand:activeeffect
1.2.0 - Kestrels
17 January, 2019
Fix
- Zinput line height
- Vertical navbar caret
- Removed unused plugins
- And some other minor bugs
New
- Page: Landing
- Page: Feed
- Page: Event details
- Page: Create event
- Page: FAQ
- Page: Invoice
- Page: Invite people
- Page: Pricing alt
- Page: Settings
- Plugin:
Select2 - Plugin:
Datepicker
1.1.0 - Gyrfalcon
26 December, 2018
Fix
- Bug fixed
New
- 10 new HTML pages added
- Grid system example added in component page
1.0.0 - initial release
Nothing to see here!